*/
public WorkflowInterpreter(XBayaEngine engine, String topic,
Workflow workflow, boolean subWorkflow, boolean actOnProvenance) {
this.engine = engine;
this.configuration = engine.getConfiguration();
this.myProxyChecker = new MyProxyChecker(this.engine);
this.workflow = workflow;
this.graph = workflow.getGraph();
this.isSubWorkflow = subWorkflow;
this.mode = GUI_MODE;
this.notifier = new NotificationSender(