Replace operation type with mso-requst-id 69/41369/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 6 Apr 2018 11:46:38 +0000 (11:46 +0000)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:13:47 +0000 (14:13 +0000)
Replace operation type with mso-request-id.

Change-Id: Iefc7bdc4097a4549bf35e635bd2be5dd40a39f00
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy

index 73d51c9..267673d 100644 (file)
@@ -396,7 +396,7 @@ public class DoCreateE2EServiceInstance extends AbstractServiceTaskProcessor {
         utils.log("INFO", " ======== STARTED preInitResourcesOperStatus Process ======== ", isDebugEnabled)
         try{
             String serviceId = execution.getVariable("serviceInstanceId")
-            String operationId = execution.getVariable("operationId")
+            String operationId = execution.getVariable("msoRequestId")
             String operationType = execution.getVariable("operationType")
             String resourceTemplateUUIDs = ""
             String result = "processing"