v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Workflows

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:

  1. Input validation against workflow schema
  2. Sequential or parallel step execution based on workflow design
  3. Data flow between steps with transformation
  4. Error handling and automatic retries where configured
  5. 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"}