bpmn-js is the BPMN 2.0 diagram modeling and rendering toolkit that powers bpmn.io.
This example showcases how to build a simple discussion app based on bpmn-js and the bpmn-js-embedded-comments extension.
This example uses bpmn-js to embed the pizza collaboration diagram into a web application and add the ability to put comments on individual tasks.
The comments are added to an elements <bpmn:documentation>
tag and may be downloaded along with the element.
One time installation of all dependencies via npm:
npm install
Building the app into the dist
directory and opening it in a browser:
npm run dev
MIT