What is a workflow?
A workflow is a structured sequence of steps:- Each step is an agent, team, or function
- Steps execute in order
- Output from one step can be input to the next
- Support for conditionals, loops, and parallel execution
Quick example
When to use workflows
- Content pipelines: Research → Write → Edit → Publish
- Data processing: Extract → Transform → Load
- Review processes: Create → Review → Approve