Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ A curated list of awesome open source workflow engines
* [Django River](https://github.com/javrasya/django-river) [![Stars](https://img.shields.io/github/stars/javrasya/django-river.svg)](https://github.com/javrasya/django-river) - Django workflow library that supports on the fly changes for states, transitions, and authorizations
* [DBOS Transact](https://github.com/dbos-inc/dbos-transact) [![Stars](https://img.shields.io/github/stars/dbos-inc/dbos-transact.svg)](https://github.com/dbos-inc/dbos-transact) - DBOS typescript library for writing durable and transactional workflows.
* [Durable Task Framework](https://github.com/Azure/durabletask) [![Stars](https://img.shields.io/github/stars/Azure/durabletask.svg)](https://github.com/Azure/durabletask) - Durable Task Framework (DTFx) is a library that allows users to write long running persistent workflows in C#.
* [Iotaa](https://github.com/maddenp/iotaa) [![Stars](https://img.shields.io/github/stars/maddenp/iotaa.svg )](https://github.com/maddenp/iotaa) - A simple workflow engine with semantics inspired by [Luigi](https://github.com/spotify/luigi) and tasks expressed as decorated Python functions (or methods), `iotaa` is pure Python, relies on no third-party packages, and is contained in a single module.
* [Kogito](https://kogito.kie.org/) [![Stars]( https://img.shields.io/github/stars/kiegroup/kogito-runtimes.svg )](https://github.com/kiegroup/kogito-runtimes) - Cloud-native business automation technology. Embeddable to produce JVM or GraalVM artifacts or interacted through Kafka & REST APIs
* [Luigi](https://github.com/spotify/luigi) [![Stars](https://img.shields.io/github/stars/spotify/luigi.svg)](https://github.com//spotify/luigi) - Python module that helps you build complex pipelines of batch jobs.
* [nFlow](https://github.com/NitorCreations/nFlow) [![Stars](https://img.shields.io/github/stars/NitorCreations/nFlow.svg)](https://github.com/NitorCreations/nFlow) - Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.
Expand Down