This example uses bpmn-js, bpmn-js-custom-elements and bpmn-js-properties-panel.
You need a NodeJS development stack with npm and installed to build the project.
To install all project dependencies execute
npm install
Build the example using browserify via
npm run all
You may also spawn a development setup by executing
npm run dev
Both tasks generate the distribution ready client-side modeler application into the dist
folder.
Serve the application locally or via a web server (nginx, apache, embedded).
http://localhost:9013/ in your web browser.
- Displaying colored conditional objects
- Priority Setting
- Advanced Property Panel (violation, priority)
- new types with a specific score
''ANIMATIONS OF NEW FEATURES SOON HERE''
This example is a node-style web application that builds a user interface around the bpmn-js BPMN 2.0 modeler.