This is a simple plugin that showcases the plugin system of Cockpit, the process monitoring tool of Camunda BPM.
Built and tested against Camunda BPM version 7.6.0
.
-
Build this demo:
mvn clean install
-
Clone the camunda-bpm-webapp repository
-
Add the plugin as a dependency to the camunda-bpm-webapp
pom.xml
and rebuild the Camunda web application.
<dependencies>
<!-- ... -->
<dependency>
<groupId>org.camunda.bpm.cockpit.plugin</groupId>
<artifactId>cockpit-sample-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
Read How to develop a Cockpit plugin.
Use under terms of the Apache License, Version 2.0