Skip to Content
WorkflowsPlay a Workflow

Play a Workflow

WorktreeWise allows you to execute workflows across multiple worktrees either sequentially or in parallel, depending on your needs.

How to Play a Workflow

  1. Navigate to the Workflows section.
  2. Select the workflow you want to run.
  3. Choose the execution mode:
  • Sequential Execution: Runs commands one after another in each worktree.
  • Parallel Execution: Runs commands simultaneously across selected worktrees.
  1. Choose the worktrees on which you want the workflow to run.
  2. Click on the Play Workflow button.
  3. Monitor execution logs to track progress.

Sequential vs Parallel Execution

Execution ModeDescription
SequentialEnsures commands are executed in order, one after the other. Useful for workflows that depend on prior steps.
ParallelExecutes commands across all selected worktrees simultaneously. Recommended for independent tasks to save time.

Monitoring Workflow Execution

  • Once started, you can view real-time logs of each command’s execution.
  • If an error occurs, WorktreeWise will highlight failed steps and their output.
Ensure that your workflow does not contain interdependent commands when running in parallel to avoid conflicts.