Monitoring functionalities

Hi, I downloaded the code source Camunda -BPM -platform-master engine from the github .I noticed that the Camunda provide a camunda BPM Cockpit that can monitor and administrate the running process instances. I would like to know here I can get the code source (java class) of the monitoring functionalities (such as the process state, number for running process…) provided by Camunda BPMS.
Are they available in Camunda -BPM -platform-master code source?

Ps : i mean by the monitoring functionalities the monitoring API provided by the Camunda engine .

Hi @sara1,

all the information about the processes that is displayed in the Cockpit is gathered by the REST API of Camunda.

You can find the documentation about this REST API here.

Hope this helps

Regards
Michael