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

In terms of UX, that would be great to

In terms of UX, that would be great to reassure end user about the processing of each step, totally agree. Do we have to use the api and not the workers binding? Also, I'm noticing in local env that error is not returned from the instance status, but returned in the production env which make it really hard to test it out.

Hi, any workflows we create are giving

Hi, any workflows we create are giving off a Internal Server Error, and we can't view our Workflows in the dashboard. Any incidents going on?
No description

We are having an issue where one of our

We are having an issue where one of our workflows starts failing every single instance whenever a CF build runs on a completely separate (unrelated) worker. It keeps failing until we trigger a re-build on the workflow's worker. This is an extremely annoying issue and very unclear why this would even be happening.....

Complete with Error?

I would also like to report another problem that we're seeing in some workflow instances, our account has multiple domains, we have some workflows that make some on more than a hundred domains once by day some of my instances, although it completes all steps, are returning "with error" status, for example, the instance ID: 0ec749d5-fdb9-4dbd-b8da-b1a03bf4ca2e error description:...

createBatch user provided ids

Hello guys, since yesterday (2025-07-31) my workflow instances started by "createBatch" are not using my defined id, as the documentation says: // Create a new batch of 3 Workflow instances, each with its own ID and pass params to the Workflow instances...

I would be interested how you use DOs to

I would be interested how you use DOs to make something similar to Workflows

I must be fooling about with Workflows

I must be fooling about with Workflows and Observability - or is it normal that a failing step of a Workflow will not add meaningful logs to Observability? The error here is thrown within step.do but it is nowhere to be found from the logs tab of the worker. I also cannot find anything on the Instance ID of the workflow invocation....
No description

Hello, I have a 429 error when I want to

Hello, I have a 429 error when I want to trigger a workflow from the ui (and I don't spam your api) POST https://dash.cloudflare.com/api/v4/accounts/e97e3fed722428f4d726062eae9aa766/workflows/workflow-orchestrator-staging/instances...

step timeouts

What is the time limit for a step to finish in a workflow that has multiple steps

Is there a way to make Workflows process

Is there a way to make Workflows process one at a time, instead of multiple running at once?

It is recurring, at least locally, when

It is recurring, at least locally, when creating a workflow. My code is very simple: ```js .post('/:integration/fetch', zValidator('param', z.object({ integration: z.string().min(1) })), async (ctx) => { const { integration } = ctx.req.valid('param') const instance = await ctx.env.HistoryIngestion.create({...

hey team - I have almost 500 workflows

hey team - I have almost 500 workflows stuck as running status ( without steps ) for almost 5 days

Workflow instances never being tiggered

Hello guys Im facing a problem where my workflow instances get queued but never starts This started may 15th, on that time, I noticed that when we manually paused some wf queued instance, all instances above it were triggered...

When architecting workflows and steps,

When architecting workflows and steps, what are the pros/cons of using a queue in conjunction with a workflow vs. just running a loop and performing a step. Example: I read from the db a list of URLs that need to be moved over to R2. What would be better architecture: Read in the list, loop through and perform batch steps for each? Or add each one to the queue which then triggers a new workflow for each. Here is what I have come up with, curious to hear what else I should be thinking about. No Queue (stay within workflow) approach: Pros - avoid queue pricing; can aggregate results of all of them and then do more processing once they are all done. Cons - may hit the 1024 steps limit depending on size of list and number of inner steps; all share same workflow storage so may hit 1GB storage limit...

i am still suffering from this.

i am still suffering from this.

Hey lent — I'll look into this and let

Hey lent — I'll look into this and let you know what I find out.

Firstly: what are you trying to achieve

Firstly: what are you trying to achieve? (it will count against your compute time - it’s not a way to get free compute!)

I can't even get the [example](https://

I can't even get the example working. It queues up then instantly fails with an internal error. ``` Describing latest instance: Workflow Name: workflows-starter...
Next