---
title: "Cloudflare Workflows - Durable Execution Engine"
description: "Build durable workflows & multi-step applications. Execution engine built on Cloudflare Workers with automatic retry, state persistence, and long-running support."
url: "https://www.cloudflare.com/products/workflows"
---

# Workflows

> Workflows is an execution engine built on Cloudflare Workers — to build applications that can automatically retry, persist state and run for minutes, hours, days, or weeks. No need to worry about scaling, managing infrastructure, or handling durability: Workflows takes care of it for you.

## Key Features

- Automatic retries
- State persistence
- Step-based execution
- Long-running support
- Human-in-the-loop
- Event-driven triggers
- Pay per compute time

## Benefits

### Step-based

Any logic wrapped in a step can be automatically retried and memoized for durability, without extra boilerplate or checkpoints.

### State included

Every instance persists to its own local state: no need to set up or manage a database or control plane.

### Human-in-the-loop

Wait on external events: webhooks, approvals, queue messages — and use them to determine the next steps in your Workflow.

## Use Cases

### Building AI agents

Code review tasks, compact context, or processing data

### Asynchronous tasks

Lifecycle emails, billing jobs, and critical data processing tasks

### Post-processing user-generated content

Run inference, clean up or validate uploaded content

## Resources

- [Full Documentation](https://developers.cloudflare.com/workflows/): Complete technical documentation
- [Get Started](https://dash.cloudflare.com/sign-up): Sign up and start building
- [Pricing](/plans.md): See pricing details

## Related Products

- [Browser Run](/products/browser-rendering.md): Automated browsers
- [Cloudflare Pages](/products/pages.md): Build & deploy frontend sites
- [Containers](/products/containers.md): Any language, anywhere
- [Durable Objects](/products/durable-objects.md): Stateful compute

---

*This is a markdown version of [https://www.cloudflare.com/products/workflows](https://www.cloudflare.com/products/workflows) for AI/LLM consumption.*
