Parallel execution
Start more than one task when you want alternative implementations or independent fixes.
Multitasking
Keep publishing, debugging, refactoring, and content changes in separate task threads.
When to use parallel work
- Compare two approaches to a UI change.
- Ask one task to debug while another improves copy or layout.
- Keep a risky refactor separate from a safe publish fix.
- Explore an idea without interrupting the main app build.
In Cloud, parallel work runs in Cloud workspaces and task sessions. It is not local machine worktree management.