Workflows and control
Complex tasks often require multiple coordinated steps. Workflows define how actions are sequenced, branched, and retried during execution.
- Sequential workflows — Executing steps in a defined order.
- Conditional workflows — Branching based on state or results.
- Retry and recovery — Handling failures and continuing safely.