I am looking for a standard BPMN compliant Business Process Management(BPM) Engine in the Javascript or NodeJS world comparable to Activiti or jBPM. Anybody has a suggestion ?
Thanks,
I am looking for a standard BPMN compliant Business Process Management(BPM) Engine in the Javascript or NodeJS world comparable to Activiti or jBPM. Anybody has a suggestion ?
Thanks,
Have a look at bpmn package at npm. It is a BPMN 2.0 execution engine for node.js.
Other interesting workflow engines are:
Another possible option is Camunda
try the bpmn-engine, https://github.com/paed01/bpmn-engine
I tried it in my project, absolutely perfect.