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
- Host: GitHub
- URL: https://github.com/nikku/cockpit-sample-plugin
- Owner: nikku
- License: mit
- Created: 2013-05-17T13:10:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T10:55:24.000Z (over 12 years ago)
- Last Synced: 2025-01-28T12:47:22.908Z (over 1 year ago)
- Language: Java
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.