11-20-2013 10:28 PM
11-20-2013 11:26 PM
/**
* 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 02:49 AM
11-21-2013 11:59 PM
08-09-2014 01: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.