Execute a workflow with the provided input data. Workflows can run in streaming or batch mode.
Execution Modes:
stream=true): Real-time step-by-step execution updates via SSEstream=false): Complete workflow execution with final resultWorkflow Execution Process:
Session Management: Workflows support session continuity for stateful execution across multiple runs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow executed successfully