00 · Steps that don't lose state
Durable Workflows
Multi-step business logic that survives crashes, deploys, and minute-long LLM calls. Each step is independently retried and persisted. No glue code, no external queues to babysit.
tracedurable execution · 1.7s
Patterns
01Reliably run critical workflowsBreak multi-step AI pipelines and complex business logic into durable, independently retried steps.02Deferred cleanup and rollbacksRegister background cleanup when you create the mess, cancel it if everything succeeds, and keep your critical path fast.03Post-completion side effects for AI agentsScore model output, log token costs, and notify your team after an agent run finishes without blocking the response or losing context.