Looking for the legacy Camunda Eclipse plug-in?
An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.
# checkout a tag
git checkout v1.1.0
# install
npm install
# run all tests
npm run all
Building the master branch may fail due to snapshot dependencies being missing. If that is the case, link them into the modeler project using the wiredeps utility:
npm install -g wiredeps
wiredeps
Spin up the application for development, all strings attached:
npm run dev
MIT
Contains parts (bpmn-js, dmn-js, cmmn-js) released under the bpmn.io license.