Skip to content

Commit 0ca067e

Browse files
committed
- add note refering Workflows do not support Workers for Platforms
1 parent 3dff026 commit 0ca067e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/content/docs/workflows/get-started/cli-quick-start.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ Workflows are deployed via [`wrangler`](/workers/wrangler/install-and-update/),
144144
npx wrangler@latest deploy
145145
```
146146

147+
:::note
148+
149+
Workflows cannot be deployed to Workers for Platforms namespaces, as Workflows do not support Workers for Platforms.
150+
151+
:::
152+
147153
## 3. Run a Workflow
148154

149155
You can run a Workflow via the `wrangler` CLI, via a Worker binding, or via the Workflows [REST API](/api/resources/workflows/methods/list/).

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ Showing last 1 workflow:
385385
└───────────────────┴───────────────────┴────────────┴─────────────────────────┴─────────────────────────┘
386386
```
387387

388+
:::note
389+
390+
Workflows cannot be deployed to Workers for Platforms namespaces, as Workflows do not support Workers for Platforms.
391+
392+
:::
393+
388394
## 6. Run and observe your Workflow
389395

390396
With your Workflow deployed, you can now run it.

0 commit comments

Comments
 (0)