This is the Imixs Open-BPMN - Extension for Imixs-Workflow.
Find details on the Open-BPMN project page.
We provide a custom Docker image that it overwriting the GLSP Server jar file
To build the docker image run:
$ docker build . -t imixs/imixs-open-bpmn
To push the image manually to a docker repo:
$ docker build . -t imixs/imixs-open-bpmn:latest
$ docker push imixs/imixs-open-bpmn:latest
The release process of Imixs-Open-BPMN is based on the standard Imixs-Workflow release process.
$ mvn release:clean release:prepare -DautoVersionSubmodules=true
$ mvn release:perform