You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this release, Workflows can be searched by name, via API.
12
+
- publish_date: "2025-04-29"
13
+
title: "Workflow deletion and more"
14
+
description: |-
15
+
Workflows can now be deleted (from Dash/UI or via API), and the maximum length limit for event types and instance IDs was increased to 100 characters.
16
+
17
+
Also, this release fixes a bug where delay in step config retries set to 0 would fail.
18
+
- publish_date: "2025-04-07"
19
+
title: "Workflows is now Generally Available"
20
+
description: |-
21
+
Workflows is now Generally Available (or "GA").
22
+
23
+
This release include the following new features:
24
+
* A new waitForEvent API that allows a Workflow to wait for an event to occur before continuing execution.
25
+
* Increased concurrency: you can run up to 4,500 Workflow instances concurrently — and this will continue to grow.
26
+
* Improved observability, including new CPU time metrics that allow you to better understand which Workflow instances are consuming the most resources and/or contributing to your bill.
27
+
* Support for vitest for testing Workflows locally and in CI/CD pipelines.
28
+
29
+
More information available [here](https://developers.cloudflare.com/changelog/2025-04-07-workflows-ga/).
0 commit comments