From 8ee7c1c5557f80ecb86a320911c508ce00b13269 Mon Sep 17 00:00:00 2001 From: Paul Madden Date: Fri, 4 Jul 2025 11:09:28 -0600 Subject: [PATCH] Update README.md (add iotaa) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ea990d..cccb21b 100644 --- a/README.md +++ b/README.md @@ -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.