Camunda Viewer

camdviewer

Hi, I want to be able to keep track of the elements that have been already executed in my BPM, something like this(image), im using SpringBoot and Camunda, any idea o tutorials I can follow?
note: the green square with the β€œ1” shows what have been already executed.

@Minrg, Camunda Enterprise version supports this feature. Camunda webapps(Cockpit) has history view, where you can see the execution path and number of instances,etc.

https://docs.camunda.org/manual/7.12/webapps/cockpit/bpmn/process-history-views/

You can setup a camunda enterprise free trial version and you can verify yourself.

Cockpit Enterprise features vs community edition features differences can be found here:

https://camunda.com/products/cockpit/#/features

2 Likes

Is there any way I don’t have to use cockpit and be able to visualize execution path and number of instances using JS or JAVA?

Perhaps a good way to start being here:
https://docs.camunda.org/manual/7.12/user-guide/process-engine/process-diagram-api/

1 Like

You would basically need to use the History rest api to get the data and then use bpmn.io in order to render the data on the model.

2 Likes