This Camunda Cockpit plugin provides information about case definitions and case instances deployed into Camunda BPM engine. It seamless integrates into the cockpit is constructed in the same way, as the corresponding process pages.
This plugin has been developed to demonstrate CMMN features in a cockpit before the official support was implemented.
- Dashboard view for deployed Case Definitions (in CMMN), their versions and running instances
- Case Definition view
- Filtering in Case Definition view
- Case Instances of current Case Definition as a Tab in Case Definition View
- Case Instance View
- Filtering in Case Instance view
- Undeploy Case Definition Action
In order to build the plugin, you will require Apache Maven only. Check out the source code and run mvn clean install
. The resulting JAR file must be packed inside the Camunda Webapp WAR. The plugin requires at least Camunda 7.2.0 for execution.
Apache License, Version 2.0