We can retry them, of course — but workflows are meant to be about durable execution. What I was exp
We can retry them, of course — but workflows are meant to be about durable execution. What I was expecting was a way to trigger multiple distinct workflows transactionally with a single request. That way, if the Cloudflare Workflows API goes down or we hit a quota/limit issue, either all workflows start or none do — instead of ending up in a half-started, inconsistent state.
By having to manage retries ourselves, we’re essentially recreating the very problem that workflows are supposed to solve, aren’t we?
By having to manage retries ourselves, we’re essentially recreating the very problem that workflows are supposed to solve, aren’t we?




