Cloudflare Workflows API

Cloudflare Workflows enables developers to build durable, multi-step applications on Workers that automatically retry failed tasks and persist state for minutes, hours, or weeks. The API provides endpoints for creating, managing, and monitoring workflow instances with support for step functions, sleep, and event-driven execution.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudflare:cloudflare-workflows-api
name: Cloudflare Workflows API
tags:
- Durable Execution
- Serverless
- Workflows
humanURL: https://developers.cloudflare.com/workflows/
baseURL: https://api.cloudflare.com
properties:
- url: https://developers.cloudflare.com/workflows/
  type: Documentation
- url: https://developers.cloudflare.com/api/resources/workflows/
  type: APIReference
- url: https://developers.cloudflare.com/workflows/get-started/
  type: GettingStarted
description: Cloudflare Workflows enables developers to build durable, multi-step applications on Workers
  that automatically retry failed tasks and persist state for minutes, hours, or weeks. The API provides
  endpoints for creating, managing, and monitoring workflow instances with support for step functions,
  sleep, and event-driven execution.