}
@Override
public WorkflowContextHeaderBuilder createWorkflowContextHeader()
throws AiravataAPIInvocationException {
AiravataClientConfiguration config = getClient().getClientConfiguration();
try {
return new WorkflowContextHeaderBuilder(config.getMessagebrokerURL().toString(),
config.getGfacURL().toString(),config.getJcrURL().toString(),null,null,
config.getMessageboxURL().toString());
} catch (Exception e) {
throw new AiravataAPIInvocationException(e);
}
}