commit | e2659644af524eb7ee5d83141952cd15bdca3d30 | [log] [tgz] |
---|---|---|
author | Chuanyu Chen <chenchuanyu@huawei.com> | Mon Apr 09 04:09:56 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Apr 09 04:09:56 2018 +0000 |
tree | 5d4787cc11ff1780d4f832302439569dd745a422 | |
parent | 2659d55c90b22d874a45e3ec3206b4632945a355 [diff] | |
parent | 8efb81d49609ede0d4693bbf39005433d20e2f7c [diff] |
Merge "Replace operation type with mso-requst-id"
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy index 73d51c9..267673d 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCreateE2EServiceInstance.groovy
@@ -396,7 +396,7 @@ 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"