122123124125126127128
* @param properties * @param slotContents */ protected void executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
4445464748495051
110111112113114115116
8384858687888990
} protected boolean executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { return new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
7879808182838485
} protected void executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
8788899091929394