I Want show the relevant process diagram to the user in JSP view
repositoryService=processEngine.getRepositoryService();
InputStream is=repositoryService.getProcessDiagram("processID");
I used these code snippet, but don't know how to convert this input stream to a image at the JSP page. Is there any built in method.
Please can anyone point out some good resources.
Also I have seen that in activity explorer current position(process) where the workflow now is will be highlighted in the process diagram. Can we do something similar by using activiti api.