11-21-2013 01:28 AM
11-21-2013 02:26 AM
/**
* Generates a JPG diagram image of the given process definition, using the
* diagram interchange information of the process.
*/
public static InputStream generateJpgDiagram(BpmnModel bpmnModel) {
return generateDiagram(bpmnModel, "jpg", Collections.<String> emptyList());
}
11-21-2013 05:49 AM
11-22-2013 02:59 AM
08-09-2014 04:47 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.