[SDNC-5] Rebase sdnc-core
[sdnc/core.git] / sli / provider / src / main / java / org / openecomp / sdnc / sli / provider / SvcLogicServiceImpl.java
index 14366a9..6ee264e 100644 (file)
@@ -268,6 +268,8 @@ public class SvcLogicServiceImpl implements SvcLogicService {
 
                LOG.info("Executing root node");
                SvcLogicContext ctx = new SvcLogicContext(props);
+        ctx.setAttribute("currentGraph", graph.toString());
+        ctx.setAttribute("X-ECOMP-RequestID", MDC.get("X-ECOMP-RequestID"));
                ctx.setDomDataBroker(domDataBroker);
                SvcLogicNode curNode = graph.getRootNode();