Overview
Archiving removes completed tasks from your active view and cleans up their worktree directories. This keeps your repository dashboard focused and reclaims disk space.When to Archive
Archive tasks when:- Changes have been merged to the target branch
- Work was completed but not needed (exploratory tasks)
- Task was superseded by another approach
- You need to free up disk space
How to Archive
Single Task
- Open the task’s context menu (⋯)
- Click Archive
- Confirm the action
Bulk Archive
- Go to Repository → Tasks list view
- Select multiple completed tasks
- Click Archive Selected
What Happens When You Archive
Viewing Archived Tasks
Archived tasks aren’t gone—they’re just hidden from the active view:- Go to Repository → Tasks
- Click the Archived filter
- Browse or search archived tasks
Restoring Archived Tasks
If you need to continue work on an archived task:- Find the task in the archived view
- Click Restore
- Zenflow recreates the worktree from the branch
Restoration requires the task branch to still exist. If the branch was deleted, you’ll need to create a new task.
Automatic Cleanup
Configure automatic archiving in repository settings:Disk Space Management
Each worktree is a full copy of your repository’s working files. Monitor usage:- Disk space warnings
- Slow Git operations
- Many stale tasks in the task list
Next Steps
Tasks Overview
Complete guide to task management
Git Worktrees
How task isolation works