Continue Workflow
continue_workflowAdvance your guided workflow by submitting insights from the completed step to proceed to the next step. Supports workflows like root cause analysis, strategy design, and decision making.
Instructions
Proceed to the next step of your guided workflow after completing the current step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_name | Yes | Which workflow you're working on | |
| current_step | Yes | Current step number | |
| step_insights | Yes | Your insights or outputs from completing the current step | |
| session_id | No | Session ID if using state persistence |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | ||
| displayName | Yes | ||
| currentStep | Yes | ||
| totalSteps | Yes | ||
| transformation | Yes | ||
| guidance | Yes | ||
| suggestedModels | Yes | ||
| questions | Yes | ||
| nextAction | Yes | ||
| completed | Yes |