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
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"
9
15
title: "Multiple Workflows in local development now supported"
10
16
description: |-
11
17
Local development with `wrangler dev` now correctly supports multiple Workflow definitions per script.
0 commit comments