throws URISyntaxException {
XBayaConfiguration configuration = engine.getConfiguration();
Workflow workflow = engine.getGUI().getWorkflow();
LeadContextHeader leadContext = buildLeadContextHeader(workflow, configuration, monitorConfiguration, nodeId,
resourceMapping);
return leadContext;
}