diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2017-10-20 01:39:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-20 01:39:41 +0000 |
commit | 1416a354c91145e6f853bdfacddb8f8579eb8b49 (patch) | |
tree | 6c81b60ee15c1c53911acc4c36d814f6f91d5e91 /bpmn | |
parent | 78c3508e7f82ea5a6c9affd015001bc16bd87450 (diff) | |
parent | 7374199cbcbb7805d7beb334800f5f191ecbb7c3 (diff) |
Merge "Fix the wrong XML Request"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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>${serviceId}</serviceId> <operationId>${operationId}</operationId> <operationType>${operationType}</operationType> - <userId>${userId}</responseBody> + <userId>${userId}</userId> <result>${result}</result> <operationContent>${operationContent}</operationContent> <progress>${progress}</progress> |