Workflows Dashboard
Build, deploy, and manage Cloudflare Workflows with an intuitive drag-and-drop interface
Workflow Builder
Build and deploy workflows with drag and drop interface
Workflows
Manage and monitor your deployed workflows
Workers
View and manage Cloudflare Workers
Databases
Manage D1 databases and queries
Create with AI
Generate workflows using AI from descriptions or images
what are workflows?
cloudflare workflows enable you to build complex, stateful applications on cloudflare's edge network. create visual workflows that automatically compile to optimized cloudflare workers.
key features
- hono framework: fast, lightweight web framework for cloudflare workers
- typescript: full type safety throughout the application
- d1 database: sqlite database for persistent storage
- kv storage: fast key-value storage for caching
- workflow management: crud operations for workflows
- node registry: built-in node types and definitions
- code generation: generate cloudflare workers code from workflows
- validation: comprehensive workflow validation
- cors support: cross-origin resource sharing enabled
node capabilities
each workflow node supports:
- playgroundcompatible: can be tested in the playground
- supportsretry: automatic retry on failure
- isasync: asynchronous execution support
- canfail: error handling and failure states
node categories
- control: entry, return, conditional-router, for-each, wait-event
- http: http-request
- storage: kv-get, kv-put
- database: d1-query
- transform: transform, validate
- timing: sleep
- ai: workers-ai, mcp-tool-input, mcp-tool-output
bindings
- kv: key-value storage
- d1: sqlite database
- r2: object storage
- ai: ai models
- service: external services
- durable_object: durable objects
text
Sample Workflows
Loading...