Javascript NodeJS 的 BPMN 引擎类似于 Activiti 或 jBPM
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27486397/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
BPMN Engine for NodeJS similar to Activiti or jBPM
提问by Shameer Kunjumohamed
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 ?
我正在 Javascript 或 NodeJS 世界中寻找与 Activiti 或 jBPM 相媲美的标准 BPMN 兼容业务流程管理(BPM)引擎。有人有建议吗?
Thanks,
谢谢,
回答by Abdel Raoof
回答by zhaochy
try the bpmn-engine, https://github.com/paed01/bpmn-engine
I tried it in my project, absolutely perfect.
试试bpmn-engine,https://github.com/paed01/bpmn-engine
我在我的项目中尝试过,绝对完美。

