We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0b009 commit c96d16dCopy full SHA for c96d16d
src/content/changelogs/workflows.yaml
@@ -5,6 +5,12 @@ productLink: "/workflows/"
5
productArea: Developer platform
6
productAreaLink: /workers/platform/changelog/platform/
7
entries:
8
+ - publish_date: "2024-11-22"
9
+ title: "Multiple Workflows in local development now supported"
10
+ description: |-
11
+ Local development with `wrangler dev` now correctly supports multiple Workflow definitions per script.
12
+
13
+ There is no change to production Workflows, where multiple Workflow definitions per Worker script was already supported.
14
- publish_date: "2024-10-23"
15
title: "Workflows is now in public beta!"
16
description: |-
0 commit comments