run_workflow
Execute planned workflows sequentially, pausing at approval gates for confirmation. Returns workflow state and next action required.
Instructions
[WRITE] Execute a planned workflow. Pauses at approval gates.
Steps run sequentially. When an approval gate is reached, the workflow pauses with state 'awaiting_approval'. Call approve() to continue.
Args: workflow_id: The workflow ID from plan_workflow.
Returns: Current workflow state, completed steps, and next action needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |