Skip to content
Snippets Groups Projects

Camunda PPM Dashboard

This Dashboard is an addition to the Camunda PPM Plugin: https://gitlab.uni-koblenz.de/fg-bks/camunda-ppm-hpo

Installation

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