Posted inCloudflare Workflows
Workflows, Workers – Workflows now supports step context in production & local development
Cloudflare Workflows allows you to configure specific retry logic for each step in your workflow execution. Now, you can access which retry attempt is currently executing for calls to step.do(): await step.do("my-step", async (ctx) => { // ctx.attempt is 1…





