Tool for Modeling Resilient-Aware CMMN Processes.
The project is developed as an extension of the open-source tool cmmn-js: https://bpmn.io/toolkit/cmmn-js
The latest versions of nodejs and npm are needed.
For running the tool, latest version of Chrome is recommended, altough it is possibile to use also Firefox and Edge.
Clone the repository
git clone https://github.com/bpm-diag/R-CMMN.git
Perform the following steps to build the library, and running the tool on your default browser.
Choose the argument of the last command depending on the operative system you are using.
cd r-cmmn
npm install
npm run build
npm run [linux|windows|macOS]
In the case you get some errors, you can manually bundling and running the project.
A video presentation of the paper: "R-CMMN: A Tool to Design Resilient Aware Multi-Party Business Processes", accepted at CAiSE 2020 at the Forum track, together with a tutorial of the tool in action, is available at: https://youtu.be/jMEQjXBZ0Xg
Use under the terms of the bpmn.io license.