Editor based on bpmn-js with extension provided by bpmn-js-token-simulation
Docker image has been created following the instructions on bpmn-io-docker
The editor is adopted in the following courses offered at Politecnico di Milano:
- Sistemi Informativi (per il Settore dell'Informazione)
- Tecnologie Digitali
- Process and Service Design
NodeJS development stack is required
Clone the current git repo and run
npm install
npm start
The editor is running on http://localhost:80
Docker platform installed on your machine is required
Run the command
docker run --name isolab-bpmn-editor -p 80:80 -t plebanip/isolab-bpmn-editor