Changelog
New updates and improvements at Cloudflare. Subscribe to RSS
Increased Workflows limits and improved instance queueing.
Jan 15, 2025, 12:00 AM
Workflows (beta) now allows you to define up to 1024 steps. sleep
steps do not count against this limit.
We've also added:
instanceId
as property to theWorkflowEvent
type, allowing you to retrieve the current instance ID from within a running Workflow instance- Improved queueing logic for Workflow instances beyond the current maximum concurrent instances, reducing the cases where instances are stuck in the queued state.
- Support for
pause
andresume
for Workflow instances in a queued state.
We're continuing to work on increases to the number of concurrent Workflow instances, steps, and support for a new waitForEvent
API over the coming weeks.