Introduction
Build durable, replayable workflows with steps, queue waits, timers, rollback, and recovery patterns that survive process restarts.
Use workflows for durable, multi-step execution with replay safety.
What are workflows?
A workflow is a durable, replayable run handler.
- Survives restarts: workflow progress is saved automatically.
- Re-runs safely: replay follows the same recorded steps.
- Event-driven: workflows can pause for queue messages, then continue.