cancel
Showing results for 
Search instead for 
Did you mean: 

API to fetch the diagram for Process Instance

mittalabhi86
Champ in-the-making
Champ in-the-making
Hi,

I know I can use
ProcessDiagramGenerator.generateDiagram(BPMNMpdel, ImageType, Activities)
to get the pictorial view of a process instance at any given time. This image indicates the tasks currently in process by outlining them in red. What I want is, how can I get an image which will indicate that the process has completed and all the tasks have finished successfully.

Please suggest if that is possible.

Regards
Abhishek
11 REPLIES 11

mittalabhi86
Champ in-the-making
Champ in-the-making
Hi,

This looks somewhat close to what I want. Is it already implemented?

Regards
Abhishek

martin_grofcik
Confirmed Champ
Confirmed Champ
Yes,
It is implemented in the activiti-crystalball (image-generator) project.
http://gro-mar.github.io/activiti-crystalball/
Regards
Martin