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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 00:12:32  来源:igfitidea点击:

BPMN Engine for NodeJS similar to Activiti or jBPM

javascriptnode.jssails.jsactivitibpmn

提问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

Have a look at bpmnpackage at npm. It is a BPMN 2.0 execution engine for node.js.

在 npm 上查看bpmn包。它是 node.js 的 BPMN 2.0 执行引擎。

Other interesting workflow engines are:

其他有趣的工作流引擎是:

  1. workflow-4-node
  2. turbine.js
  1. 工作流 4 节点
  2. 涡轮机.js

回答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
我在我的项目中尝试过,绝对完美。