hey everyone, I've done on my free time a **batteries-included** library for Workflows called Flowce
hey everyone, I've done on my free time a batteries-included library for Workflows called Flowcesinha: https://github.com/LuisDuarte1/flowcesinha
- Custom storage engines and lazy step results (R2 included) so that, you can store more state inside of an step (and you can bring your own storage engine!);
- Error reporting (Sentry provided in flowcesinha-sentry) and Workflow failure handler;
- Reversable steps: ability to add a revert callback in case that the workflow fails;
- Durable fetch: ability to fetch from APIs with dynamic retries (that come from the Retry-After header);
- Functional primitives: doMap (map but every call is done inside of a step);
- ... more to come soon!
GitHub
A utility libraries for Cloudflare Workflows. Contribute to LuisDuarte1/flowcesinha development by creating an account on GitHub.





