v1
latestOpenAPI 3.1.02026-07-26142186376.1 KBWorkflows
Execute Workflow
Execute a workflow with the provided input data. Workflows can run in streaming or batch mode.
Execution Modes:
- Streaming (stream=true): Real-time step-by-step execution updates via SSE
- Non-Streaming (stream=false): Complete workflow execution with final result
Workflow Execution Process:
- Input validation against workflow schema
- Sequential or parallel step execution based on workflow design
- Data flow between steps with transformation
- Error handling and automatic retries where configured
- Final result compilation and response
Session Management: Workflows support session continuity for stateful execution across multiple runs.
post/workflows/{workflow_id}/runs
Path parameters
workflow_idstring required
Response
Workflow executed successfully
{"stackTrail":"paths:/workflows/{workflow_id}/runs:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}