An open API service indexing awesome lists of open source software.

https://github.com/nikku/cockpit-sample-plugin

A sample plugin for camunda cockpit
https://github.com/nikku/cockpit-sample-plugin

Last synced: over 1 year ago
JSON representation

A sample plugin for camunda cockpit

Awesome Lists containing this project

README

          

Sample Plugin for camunda cockpit
=================================

This is a simple plugin that showcases the plugin system of cockpit, the process monitoring tool of [camunda BPM](http://docs.camunda.org).

Built and tested against camunda BPM version `7.0.0-alpha4`.

Integrate into cockpit
----------------------

Add the plugin as a dependency to the cockpit `pom.xml` and rebuild the cockpit web application.


...

org.camunda.bpm.cockpit.plugin
cockpit-sample-plugin
1.0-SNAPSHOT
runtime

Guide
-----

Read the [plugin development how to](http://docs.camunda.org/how-tos/cockpit/develop-a-plugin/).

License
-------

Use under terms of MIT license.