Found a bug in making workflows. Despite
Found a bug in making workflows. Despite the docs saying you can't, you can make workflows with ids beyond 64 characters and outside of the regex listed https://developers.cloudflare.com/workflows/reference/limits/
9 Replies
Is this in local dev or production?
production
Will take a look thanks for the heads up
let me know if you need an example workflow id or account id
We are fixing it as we speak, thanks!
Hey if you could provide a workflow id that should not pass I would appreciated.
Regarding the 64 characters we have increased it slightly and we will update the docs on the next couple of days.
But I am curious about the invalid regex if you have an example of that.
Is there any letter or characters that shouldnt be in instance id beyond being max 64 char
You can check the available regex on the docs
I dont see anything about regex https://developers.cloudflare.com/workflows/build/rules-of-workflows/#instance-ids-are-unique
Cloudflare Docs
Rules of Workflows
A Workflow contains one or more steps. Each step is a self-contained, individually retriable component of a Workflow. Steps may emit (optional) state that allows a Workflow to persist and continue from that step, even if a Workflow fails due to a network or infrastructure issue.
ok I see when hovered on limits