cloudflare-workflows
CommunityAutomate durable Cloudflare workflows.
Software Engineering#workflow#wrangler#step.do#durable-execution#state-persistence#WorkflowEntrypoint#cloudflare-workflows
Authorjackspace
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides complete, production-ready knowledge for Cloudflare Workflows - a durable execution framework for building multi-step applications on Workers that automatically retry, persist state, and run for hours or days.
Core Features & Use Cases
- Automatically retry failed steps with configurable backoff
- Persist state between steps so workflows survive failures
- Run for long durations with built-in sleep and scheduling
- Wait for external events to enable human-in-the-loop patterns
- Coordinate between APIs with reliable execution guarantees
- Wrangler workflows integration for deployment and management
Quick Start
- Use the Cloudflare Workflows starter template:
- npm create cloudflare@latest my-workflow -- --template cloudflare/workflows-starter --git --deploy false
- cd my-workflow
- Inspect the generated WorkflowEntrypoint-based code to understand run(event, step)
- Deploy and manage workflow instances via Wrangler commands
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cloudflare-workflows Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#cloudflare-workflows Please download this .zip file, extract it, and install it in the .claude/skills/ directory.