Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Also I notice that the step name listed

Also I notice that the step name listed in the history have an int appended to them. Im not adding that so wondering why its there / where its documented

Events

Can a wait step have a webhook that can trigger to stop the wait and continue? An example usecase would be an alarm system which should only be trigger if a machine is stopped for more than an hour. The workflow would begin when the machine stops and then if it turns on again before that hour an external function would call the workflow webhook and cancel the workflow (or even better cause it to take different actions than the default path)....

Oh also, is there a way to limit

Oh also, is there a way to limit concurrency of a specific workflow? Let's say, downstream api is 100 req/min, I'd want to prioritize the oldest workflows and also limit concurrency. How would this look like with workflows?...

would workflows work for workers for

would workflows work for workers for platforms? Use case would be generating dispatch workers with custom workflows based on user input... Would I be able to add the workflows to the same dispatch workers and create the binding to it?

how do we test the workflow using

how do we test the workflow using wrangler dev? ```ts ✔ script to run › dev ...

Using wrangler how do I get the json

Using wrangler how do I get the json output of the workflow instance? I see theres a prod api endpoint to describe it but the wrangler command prints out a formatted list wrangler workflows instances describe workflows-starter something...

So excited! Words can’t express it. We

So excited! Words can’t express it. We need this for one of our features, and we’re building our entire platform on Cloudflare. The only thing we have outside of Cloudflare is Postgres.

Limits | Cloudflare Workflows docs

Are these limits up to date? Or they gonna increase/already increased? Talking mainly about concurrency https://developers.cloudflare.com/workflows/reference/limits/

So awesome to see this product. I asked

So awesome to see this product. I asked on X, but wanna ask here too. How is versioning of workflows handled? When I have for example old running/waiting jobs, but I deploy new version of the workflow, which is not compatible with them?

Guide | Cloudflare Workflows docs

Congrats on the 🚢 - very exciting I noticed some TypeScript issues with the first example in the docs - indentation doesn't look right - generic type parameters are missing...