Skip to content

Latest commit

 

History

History
 
 

cockpit-open-incidents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

"Open Incidents" Cockpit Plugin

This example shows you how to build a plugin without a frontend library.

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 app/cockpit/scripts/config.js file:

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

After that start the server, login to Cockpit and navigate to the process definition view to check the result.

License

Use under terms of the Apache License, Version 2.0