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.
Workflow executed successfully
The response is of type any
.