diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-12-14 16:07:27 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-12-14 16:07:27 +0800 |
commit | 178a3d819d60094c98fc440fa57b325a62f5bf36 (patch) | |
tree | 23c4527e72b6e2156eced7eef4985bc2e748a3c0 /bpmn/MSOInfrastructureBPMN | |
parent | 509a242c5ddd7dcb5211cc2d698268f44afea7df (diff) |
Fix Json Serialize failed issue
Fix Json Serialize failed issue for delete service, Get json String value of the object.
Change-Id: Id2375beede73581029fc5c048a26a6c7f17eb606
Issue-ID: SO-357
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN')
-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{ |