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
title: "Fixed create instance API in Workers bindings"
10
+
description: |-
11
+
You can now call `create()` without any arguments when using the [Workers API](/workflows/build/workers-api/#create) for Workflows. Workflows will automatically generate the ID of the Workflow on your behalf.
12
+
13
+
This addresses a bug that caused calls to `create()` to fail when provided with no arguments.
14
+
- publish_date: "2024-11-20"
15
+
title: "Multiple Workflows in local development now supported"
16
+
description: |-
17
+
Local development with `wrangler dev` now correctly supports multiple Workflow definitions per script.
18
+
19
+
There is no change to production Workflows, where multiple Workflow definitions per Worker script was already supported.
0 commit comments