diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-12-14 22:13:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-14 22:13:41 +0000 |
commit | 29b48d8bbca69005499904507674b971ed9c3d3e (patch) | |
tree | 595da7a61f9aafbadc51cd3a6f3fdf1e2dcccd8a | |
parent | e75a55aa542b4bac868010120b99371d09de1332 (diff) | |
parent | 178a3d819d60094c98fc440fa57b325a62f5bf36 (diff) |
Merge "Fix Json Serialize failed issue"
-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{ |