/camunda-cockpit-plugins

Minimal "history plugins" for Camunda Cockpit

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Minimal "history plugins" for Camunda Cockpit

Minimal history plugin in action.

Try it

$ git clone https://github.com/datakurre/camunda-cockpit-plugins.git
$ docker run --rm -p 8080:8080 -v $(pwd)/camunda-cockpit-plugins:/camunda/webapps/camunda/app/cockpit/scripts/:ro camunda/camunda-bpm-platform:latest

Develop it

$ cd camunda-cockpit-plugins
$ npm install
$ npm run watch

When the scripts are mounted into running Docker container, development changes are immediately available in the container.