this.messageBoxURL = configuration.getMessageBoxURL();
this.wseClient = new WseMsgBrokerClient();
this.wseClient.init(this.brokerURL.toString());
this.workflowInterpreterConfiguration = WorkflowInterpreter.getWorkflowInterpreterConfiguration();
this.workflowNodeStatusUpdater = new WorkflowNodeStatusUpdater(this.workflowInterpreterConfiguration.getAiravataAPI());
this.workflowStatusUpdater = new WorkflowStatusUpdater(this.workflowInterpreterConfiguration.getAiravataAPI());
}