Provides a plugin for Camunda Modeler that calculates and displays BPMN related metrics.
- Download this code as zip and extract it in the resources/plugins folder of Camunda Modeler
- Open Camunda Modeler
- You can now see it on the bottom right and can now toggle it
- The plugin recalculates the metrics everytime the tab is saved,the current tab is changed or a pool was selected.
- It can be toggled to hide it
- Structural Elements on the right side can be switched order
- In the configure groups overlay, to select multiple hold ctrl and click the desired metrics, or alternatively to choose multiple metrics in a row, click on one and then click on the last one holding shift.
- Clone this repo:
git clone https://github.com/GeorgeFkd/camunda-metrics-plugin.git
cd camunda-metrics-plugin
npm run dev
For more development related information read Docs.md.
First the plugin must be downloaded, click on code and Download ZIP.
Then the .zip file must be extracted in the correct place.To find it, right click the Camunda Modeler App and click "Open File Location"(in Windows 10 the process is similar).
The folder will look something like this:
Click on the resources folder and then in the plugins folder.
Extract the file inside the plugins folder:
Now you are ready, you will need to restart the Camunda Modeler App and if you followed the steps successfully you will be able to see the Metrics Button on the bottom right side. Watch the video above and consult the user guide to use it productively. Cheers!