diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-12-14 16:09:09 +0800 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-01-04 09:24:38 +0000 |
commit | b63648653dfaafa34a9d978e695a8b0be1408eb5 (patch) | |
tree | 5d4168d5faeebe5c8d32bf01aba1c71cccff7bc4 /bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp | |
parent | 1ba94eb6b6a4cd88c03ad40022d2988bd4cba629 (diff) |
Fix Json Serialize failed issue
Fix Json Serialize failed issue for delete service, Get json String value of the object.
Change-Id: Id0b17b61817f494b5c39aff357c6142b5d6a51a1
Issue-ID: SO-357
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCustomDeleteE2EServiceInstance.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCustomDeleteE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCustomDeleteE2EServiceInstance.groovy index ffd8372913..ecc1488cbc 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCustomDeleteE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DoCustomDeleteE2EServiceInstance.groovy @@ -406,7 +406,7 @@ public class DoCustomDeleteE2EServiceInstance extends AbstractServiceTaskProcess } } } - execution.setVariable("serviceRelationShip", jArray) + execution.setVariable("serviceRelationShip", jArray.toString()) } } }else{ |