Hello all,
First of all thanks for this great project.
I have been investigating and playing with Flowable for the past couple of weeks.
My team is considering a few open source workflow engines to integrate with our case management project and we have been told that these are the decision points.
-
Kafka Integration
-
Designed for cloud(K8, Microservices, stateless in process)
-
Integration with other commercial ticket management systems(???)
-
OAuth/OIDC, support roles and scopes(keycloak integration)
-
Support of BPEL(???)
-
OpenSource
-
Apache 2 License
-
UI to define processes(I added ui spring boot starters so I have modeler in my project)
-
High Availability
-
Listen to system events to change workflow and start activity.
-
User can assign other user tasks(task service, setAssignee?)
-
Support of mTLS(???)
Now, I know a bunch of these are supported-available in Flowable. I added question marks at the end of some points and made them bold that I had trouble to find information about. I was wondering if it is possible for someone to clarify these points.
Thanks