Each Workflow on Workers Paid now supports 10,000 steps by default, configurable up to 25,000 steps in your wrangler.jsonc file:
{ "workflows": [ { "name": "my-workflow", "binding": "MY_WORKFLOW", "class_name": "MyWorkflow", "limits": { "steps": 25000 } } ]}Previously, each instance was limited to 1,024 steps. Now, Workflows can support more complex, long-running executions without the additional complexity of recursive or child workflow calls.
Note that the maximum persisted state limit per Workflow instance remains 100 MB for Workers Free and 1 GB for Workers Paid. Refer to Workflows limits for more information.
Source: Cloudflare
Latest Posts
- Top 10 Microsoft 365 Changes Admins Need to Know | Week 34

- MC1459744: Power Pages Pre-Production Release 9.8.8.x Brings Updated Website Host and Performance Fixes

- MC1459765: Power Pages Rolls Out Early Upgrade to Version 9.8.8.x with Performance and Security Fixes

- Amazon Bedrock announces reduced pricing for OpenAI GPT-5.6 Sol







