public InputStream GetFlowGraphicsImgStreamByDefId(String processDefinitionId) {
return commandExecutor.execute(new GetFlowGraphicsImgStreamCmd(processDefinitionId,null));
}
public InputStream GetFlowGraphicsImgStreamByDefKey(String processDefinitionKey) {
return commandExecutor.execute(new GetFlowGraphicsImgStreamCmd(null,processDefinitionKey));
}