- name
- workflow-run
- description
- Execute, pause, resume, and cancel running workflows
- argument-hint
- <workflow-id>
- allowed-tools
- mcp__claude-flow__workflow_execute mcp__claude-flow__workflow_run mcp__claude-flow__workflow_pause mcp__claude-flow__workflow_resume mcp__claude-flow__workflow_cancel mcp__claude-flow__workflow_status Bash
Workflow Run
Execute and manage running workflows.
When to use
When you need to run a defined workflow, monitor its progress, or control its execution (pause, resume, cancel).
Steps
- Execute — call
mcp__claude-flow__workflow_executeormcp__claude-flow__workflow_runwith the workflow ID - Monitor — call
mcp__claude-flow__workflow_statusto check progress and step outcomes - Pause — call
mcp__claude-flow__workflow_pauseto halt execution at the current step - Resume — call
mcp__claude-flow__workflow_resumeto continue from where paused - Cancel — call
mcp__claude-flow__workflow_cancelto abort the workflow
Execution modes
- Sequential — steps run one after another
- Parallel — independent steps run concurrently
- Conditional — steps execute based on previous step outcomes
- Manual gate — pause for human approval before continuing