From 7374199cbcbb7805d7beb334800f5f191ecbb7c3 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Thu, 19 Oct 2017 17:54:31 +0800 Subject: Fix the wrong XML Request Fix the wrong XML Request Change-Id: Iab821a54984f8f63fa8d06ffaa0060251b6b33ff Issue-ID:SO-241 Signed-off-by: c00149107 --- .../bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy index ab8043498c..8d1f31762f 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy @@ -317,7 +317,7 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor ${serviceId} ${operationId} ${operationType} - ${userId} + ${userId} ${result} ${operationContent} ${progress} -- cgit 1.2.3-korg