Camunda BPM community extension providing a process statistics plugin for Camunda Cockpit 7.14+
Insired by Asko Soukka History Plugin https://github.com/datakurre/camunda-cockpit-plugins
Plugin consists of 6 interactive reports available in Camunda Dashboard:
- Running Process Instances
- Open Incident Instances (running processes with incidents)
- Last Finished Processes
- Finished Processes - Statistics (last hour)
- Finished Processes - Statistics (last day)
- Finished Processes - Statistics (last week)
User can select number of processes to display or number of processes to analyze.
All statistics reports analyze up to 100000 last finished processes and count stats data per Process Name.
Filter can be applied to any report. Just type/copy-paste variableName and variableValue to filter processes by VariableName=Value.
Special variable names can be entered:
- "Process Name" - to filter result by Process Name Value
- "Instance ID" - to find process instance with given Id
- "Business Key" - to filter result by Process BusinessKey
- Just copy process-statistics.js file to camunda cockpit scripts directory.
- Register plugin by editing config.js file in camunda cockpit scripts directory.
customScripts: [
'scripts/process-statistics.js'
],
Plugin uses Camunda History Database. To follow links from Finished Processes tabs I recommend to install also Asko History Plugin.