inputNode.setDefaultValue(input.getValue());
break;
}
}
if (inputNode.getDefaultValue() == null) {
throw new WorkflowRuntimeException("Could not find a input value for component with name :" + inputNode.getName());
}
}
log.debug("Input all set");
XBayaConfiguration conf = null;
try {
conf = getConfiguration(configurations);
conf.setTopic(topic);
conf.setRunWithCrossProduct(true);
} catch (URISyntaxException e1) {
throw new WorkflowRuntimeException(e1);
}
WorkflowInterpretorEventListener listener = null;
WorkflowInterpreter interpreter = null;
AiravataAPI airavataAPI = AiravataAPIFactory.getAPI(gatewayId, username);
WorkflowInterpreterConfiguration workflowInterpreterConfiguration = new WorkflowInterpreterConfiguration(workflow,topic,conf.getMessageBoxURL(), conf.getBrokerURL(), airavataAPI, conf, null, null);