cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow diagram to my webpage

kethur
Champ in-the-making
Champ in-the-making
Hi,

Activiti explorer highlights the current task of execution in the workflow diagram.  Is it possible to get the whole diagram(As it shows in activiti explorer) into my custom jsp?

Thanks,
Raj
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Sure it is, you can use java to retrieve a stream, and serve this through your own servlet in order to include a link to that in your JSP's:

ProcessDiagramGenerator

public static InputStream generateDiagram(ProcessDefinitionEntity processDefinition, String imageType, List<String> highLightedActivities) {