Execute Workflow
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:
- 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
Execute Workflow
Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/x-www-form-urlencoded
Response
Workflow executed successfully