workflow-run
Original:🇺🇸 English
Translated
Execute, pause, resume, and cancel running workflows
7installs
Sourceruvnet/ruflo
Added on
NPX Install
npx skill4agent add ruvnet/ruflo workflow-runTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 or
mcp__claude-flow__workflow_executewith the workflow IDmcp__claude-flow__workflow_run - Monitor — call to check progress and step outcomes
mcp__claude-flow__workflow_status - Pause — call to halt execution at the current step
mcp__claude-flow__workflow_pause - Resume — call to continue from where paused
mcp__claude-flow__workflow_resume - Cancel — call to abort the workflow
mcp__claude-flow__workflow_cancel
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