Workflows
Build, configure, and execute multi-step automation workflows with conditional logic and branching.
📄️ Start Conversation Workflow
Start a conversation workflow with human interaction.
📄️ Start Automated Workflow
Start an automated workflow without human interaction.
📄️ List Workflow Runs
List workflow runs with optional filtering and pagination.
📄️ Get Workflow Run
Get details of a specific workflow run.
📄️ Pause Workflow Run
Pause a running workflow.
📄️ Resume Workflow Run
Resume a paused workflow.
📄️ Cancel Workflow Run
Cancel a running or paused workflow.
📄️ Rollback Workflow
Rollback a workflow conversation to a previous stage.
📄️ Get Workflow Transitions
Get all stage transitions for a workflow chain by root_run_id.
📄️ Get Workflow Chain
Get all workflow runs in a chain by root_run_id.
📄️ Get Workflow Context
Get workflow execution context.
📄️ Update Workflow Context
Update workflow execution context.
📄️ Get Workflow Stats
Get workflow execution statistics.
📄️ Execute Workflow Test
Execute a workflow in test mode with optional input data.