Posted by mixel on December 5, 2015 at 5:48pm
I would have loved this post to be a comment on the page about engine as I just found another BPMN engine and like to add it to the list: https://github.com/bpmn-io/bpmn-js
The JS seems simple enough, sounds doable to make a Drupal 8 module for it. Before devoting time to such a project I wanted to know if other people have been implemented or working on BPMN modules and what engine has been chosen for what reason. I just like to avoid having different implementations because of ignorance, so if other people are working on Drupal BPMN module I would love to know.

Comments
Would love to contribute in moving this project forward
Hi, i am a drupal developer working with Pegasystems. I am going through Pega 7 BPM training currently. I was wondering if we could have a Drupal distribution to implement a simple BPM solution? We could then build upon it to create more complex Case Management solutions.
In Pega BPM and Case management solutions, we create applications, then case types within them. For simplicity, if MS-Office is a Application, then MS-Word can be called a case-type.
Example - A case type can be a Recruitment portal, under HR application.
These case types define business processes which have stages, and each stage contains some steps. We then define flow rules which govern the flow/transition between stages, and their steps. We can alter the flow depending on different conditions at different stages/steps, can run parallel steps, can overlap steps/stages. This is all done on the UI interface and not a single line of code is written anywhere.
Obviously, there is a lot more to it, i just tried to give a overview of it.
I would love to work on a tool in drupal 8 that can be used to setup case management and BPM solutions.
Any thoughts ?