Camunda PPM Dashboard
https://gitlab.uni-koblenz.de/fg-bks/camunda-ppm-hpo
This Dashboard is an addition to the Camunda PPM Plugin:Installation
- Install Camunda, apply the Camunda PPM Plugin and learn some classifiers
- Download the repository
- Edit settings in
src/main/resources/application.yaml
- Build it using
mvn clean install
- Start the built jar file in target:
java -jar <.jar-file>
- Open a browser and open
http://localhost:9090
(not that the IP and port can change due to the settings and your setup) - Expand the menu on the left side, click on "Settings" and fill in all information:
-
Camunda Root Path
: Fill in the URL+Port to the camunda instance (e.g. http://localhost:8080) -
Process Definition ID
: Copy the definition ID fromCockpit -> Processes -> Select the desired process -> Definition ID (in the left panel)
-
* Prediction Classifier Name
: Fill in the names of the classifier you created in step 1
-