cancel
Showing results for 
Search instead for 
Did you mean: 

Process Instance Visual Representation

kkakpati01
Champ in-the-making
Champ in-the-making
Hi Team,

I noticed that the Activiti Explorer Application enables you to visually represent the current state of the process instance. How can this be achieved in an custom application. Is this image stored somewhere on the Run-time Database and can then be queried? Any leads on this would be greatly appreciated.

Thanks
K.U.A
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Kenneth.

There are several ways how you can get visual representation.
1. BE - have a look on ProcessDiagramGenerator class in activiti-image-generator module
2. FE - there is ProcessDiagramGenerator js file - similar to java class

you can have a look on http://gro-mar.github.io/activiti-crystalball/
Examples->Reports too (little bit out of date but ideas are still valid)

Regards
Martin

kkakpati01
Champ in-the-making
Champ in-the-making
Thanks MArtin.. I will take a look