Merge "Replace operation type with mso-requst-id"
authorChuanyu Chen <chenchuanyu@huawei.com>
Mon, 9 Apr 2018 04:09:56 +0000 (04:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 9 Apr 2018 04:09:56 +0000 (04:09 +0000)
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"