}
public WorkflowApp parseDef(String workflowXml, Configuration jobConf, Configuration configDefault)
throws WorkflowException {
WorkflowLib workflowLib = Services.get().get(WorkflowStoreService.class).getWorkflowLibWithNoDB();
return workflowLib.parseDef(workflowXml, jobConf, configDefault);
}
}