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 effectsRun analytics, notifications, and logging after your function finishes without blocking the critical path or losing context.