332333334335336337338339
if (wanted == null) { throw new IOException("Couldn't find workflow: " + workflow); } return WorkflowMonitor.generateSVG( new DocumentWorkflow(wanted.getRequest())); }
375376377378379380381382
220221222223224225226
return generateSVG(pipeline); } public static Workflow convertXMLToWorkflow(Document xmlDoc) { return new DocumentWorkflow(xmlDoc); }