Workflows
Multi-step processes that span hours or days
Long-running business processes with human-in-the-loop approvals, automatic retries, and full execution history. Workflows survive infrastructure restarts and never lose state.
Capabilities
Durable Execution
Built on Cloudflare Workflows. State persists across worker restarts—workflows never lose progress.
Multi-Step Pipelines
Chain operations with branching logic, conditional paths, and error handling.
Human-in-the-Loop
Pause workflows for manual approval. Resume when a human clicks "approve" or "reject".
Automatic Retries
Failed steps retry automatically with configurable backoff. Transient errors don't break your process.
Instance Tracking
Monitor workflow instances: queued, running, paused, errored, or complete. Full visibility.
Execution History
See every step, every decision, every retry. Debug complex processes with confidence.
Use Cases
Why It Matters
- True durability—not just "mostly reliable" but actually persistent
- Human-in-the-loop enables real business processes, not just code
- Automatic retries handle the chaos of real-world integrations
- Built on Cloudflare Workflows—enterprise infrastructure without the ops