Scenarios
Task-based guides for common patterns. Each page answers "I want to…" directly with the minimal code needed.
| I want to… | Guide |
|---|---|
| Define states and wire transitions in sequence | Define a sequential flow |
| Run multiple steps at the same time | Run steps in parallel |
| Pause the workflow until an external system responds | Wait for an external signal |
| Block a transition unless a business rule passes | Add guards to transitions |
| Persist a workflow instance and resume it later | Save and restore state |
For complete runnable examples that combine multiple patterns, see Examples.