cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring of current running processes.

tomekz
Champ in-the-making
Champ in-the-making
Hi!

I need to visualise the current status of the running processes. In other words, i want to visualise, which steps of some special process were already finished and what is the current status of the process. Do you have some roadmap to realise it for activity explorer? It is extremally important for me, so is they any workaround or any best way, that I can implement it?
2 REPLIES 2

tomekz
Champ in-the-making
Champ in-the-making
I have found http://bpt.hpi.uni-potsdam.de/Oryx/MOVI the MOVI API to oryx models. This is a lightweight alternative to the full Oryx Editor which is used by activiti editor. I want to use
the api to view the bmpn process instances and mark/annotate the finished/current status.

please let me know, if somebody know the better possiblity to realise my purpose.

Thanks and regards

Tom

jbarrez
Star Contributor
Star Contributor
We've also already tried the MOVI API, but we werent able to get our use case implemented with it.

You can take a look at the ProcessDiagramCanvas and ProcessDiagramGenerator class in the Activiti source code. This is Java2D code that draws the process. It should be very simple to extend the class to show where our processes currently are.