Activiti 6 Beta 1 发布,该版本将带来以下新的变化: Complete backwards compatibility with version 5: database-wise, concept-wise and code-wise. Rewrite of the core engine: direct execution of BPMN 2.0 (vs transformation to intermediate model) Simpler and cleaner run
Camunda Modeler
基于BPMN与DMN集成建模解决方案。
资源
(另请参阅)
构建应用程序
在Posix环境中构建应用程序。 在Windows上是Git Bash或WSL。
# checkout a tag
git checkout v1.1.0
# install dependencies
npm install
# execute all checks (lint, test and build)
npm run all
# build the application to