cancel
Showing results for 
Search instead for 
Did you mean: 

How to write PNG diagram with the highlighted line for each SequenceFlow

yaletsang
Champ in-the-making
Champ in-the-making
Hi forum,

I currently try to implement an application that returns the highlighted line image file for writing the highlighted line for each SequenceFlow which task have run into an image file using the activiti API.After searching around a while I could not find any feasible approach for this.
Is there any way to write the image file using the API?

Thanks for your help!

Tsang
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

You can use the ProcessDiagramGenerator class to generate an image of process definition or a running process instance.

Best regards,