Skip to content

Latest commit

 

History

History
 
 

cockpit-sample-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sample Plugin for Camunda Cockpit

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.

Screenshot

Integrate into Camunda webapp

  1. Build this demo: mvn clean install

  2. Clone the camunda-bpm-webapp repository

  3. 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>

Guide

Read How to develop a Cockpit plugin.

License

Use under terms of the Apache License, Version 2.0