Skip to content

Commit 77ce7bc

Browse files
committed
add info that for Workflows, in local dev, pause and resume methods are not available
1 parent 49ba200 commit 77ce7bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workers/local-development.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ npx wrangler dev
4848
| Rate Limiting |||
4949
| Service Bindings (multiple workers) |||
5050
| Vectorize |[^2] ||
51-
| Workflows | ||
51+
| Workflows |[^3] ||
5252

5353
With any bindings that are not supported locally, you will need to use the [`--remote` command](#develop-using-remote-resources-and-bindings) in wrangler, such as `wrangler dev --remote`.
5454

5555
[^1]: Using Workers AI always accesses your Cloudflare account in order to run AI models and will incur usage charges even in local development.
5656

5757
[^2]: Using Vectorize always accesses your Cloudflare account to run queries, and will incur usage charges even in local development.
5858

59+
[^3]: `pause()` and `resume()` are not available in local development.
60+
5961
## Work with local data
6062

6163
When running `wrangler dev`, resources such as KV, Durable Objects, D1, and R2 will be stored and persisted locally and not affect the production resources.

0 commit comments

Comments
 (0)