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
avenceslau
avenceslau3w ago
Is this in local dev or production?
Victor
VictorOP3w ago
production
avenceslau
avenceslau3w ago
Will take a look thanks for the heads up
Victor
VictorOP3w ago
let me know if you need an example workflow id or account id
avenceslau
avenceslau3w ago
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.
orangesbracelet
Is there any letter or characters that shouldnt be in instance id beyond being max 64 char
avenceslau
avenceslau2w ago
You can check the available regex on the docs
orangesbracelet
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.
orangesbracelet
ok I see when hovered on limits

Did you find this page helpful?