Skip to content

Latest commit

 

History

History
 
 

cockpit-cats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

"Cats" Cockpit Plugin

This example shows how to develop a Cockpit plugin without the need to register it with the Camunda Platform server. It makes use of the customScript property of the webapp configurations.

Built and tested against Camunda Platform version 7.15.0.

Screenshot

Integrate into Camunda Webapp

Copy the plugin.js file into the app/cockpit/scripts/ folder in your Camunda webapp distribution. For the Tomcat distribution, this would be server/apache-tomcat-X.X.XX/webapps/camunda/app/cockpit/scripts/.

Add the following content to the customScripts object in the app/cockpit/scripts/config.js file:

  // …
  customScripts: [
    'scripts/plugin'
  ]
  // …

License

Use under terms of the Apache License, Version 2.0