From 5228334943a6d8033ff89b8e5baf9e280a5e216b Mon Sep 17 00:00:00 2001 From: godshang Date: Wed, 8 Sep 2021 16:18:25 +0800 Subject: [PATCH] Add flowable (#948) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa020b..ce14ba7 100644 --- a/README.md +++ b/README.md @@ -1125,6 +1125,7 @@ _Frameworks that handle the communication between the layers of a web applicatio ### Workflow Orchestration Engines - [Cadence](https://cadenceworkflow.io) - Stateful code platform from Uber. +- [flowable](https://github.com/flowable/flowable-engine) - Compact and efficient workflow and business process management platform. - [Temporal](https://temporal.io) - Microservice orchestration platform, forked from Cadence but gRPC based. ## Resources