Add Cronflow - Code-first workflow automation engine#176
Open
dali-benothmen wants to merge 2 commits intomeirwah:masterfrom
Open
Add Cronflow - Code-first workflow automation engine#176dali-benothmen wants to merge 2 commits intomeirwah:masterfrom
dali-benothmen wants to merge 2 commits intomeirwah:masterfrom
Conversation
Adding Cronflow to the list of workflow engines. Cronflow is a high-performance, code-first workflow automation engine that combines Rust's speed with Bun's JavaScript runtime. It offers: - 10x faster execution than traditional workflow tools - Full TypeScript support with intellisense - Human-in-the-loop capabilities - Parallel workflow execution - No drag-and-drop limitations - pure code approach The project has gained 1000+ npm downloads in its first few days, indicating strong developer interest in performant, code-first automation tools. GitHub: https://github.com/dali-benothmen/cronflow NPM: https://www.npmjs.com/package/cronflow
meirwah
reviewed
Sep 7, 2025
README.md
Outdated
| * [Camunda](https://camunda.com) [](https://github.com/camunda/camunda-bpm-platform) - BPMN-based workflow engine that can be embedded as java library (e.g. Spring Boot) or used standalone, including a graphical modeler and operations tooling. | ||
| * [Captain](https://github.com/LiveRamp/captain) [](https://github.com/LiveRamp/captain) - Distributed, light-weight java workflow engine for a microservice architecture. | ||
| * [CoreWF](https://github.com/UiPath/corewf) [](https://github.com/UiPath/corewf) - WF runtime ported to work on .NET Core | ||
| * [Cronflow](https://github.com/dali-benothmen/cronflow) - The fastest code-first workflow automation engine built with Rust and Bun, featuring TypeScript support, human-in-the-loop workflows, and parallel execution. |
Owner
There was a problem hiding this comment.
align plz to format
see the missing [
Author
There was a problem hiding this comment.
Hi @meirwah
Thank you for your comment. Changes has been made.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Cronflow to the list of workflow engines.
Cronflow is a high-performance, code-first workflow automation engine that combines Rust's speed with Bun's JavaScript runtime. It offers:
The project has gained 1000+ npm downloads in its first few days, indicating strong developer interest in performant, code-first automation tools.
GitHub: https://github.com/dali-benothmen/cronflow
NPM: https://www.npmjs.com/package/cronflow