Guides¶
Step-by-step guides for common workflows and use cases.
| Guide | Description |
|---|---|
| Your First Workflow | Write, validate, run, and inspect a workflow from scratch |
| Parallel Execution | When and how to use --parallel and --work-stealing |
| Error Handling & Retries | ignore_failure, retries, retry_delay, and timeout |
| The Saga Pattern | Implementing compensating transactions with on_failure |