From: c00149107 Date: Thu, 14 Dec 2017 08:09:09 +0000 (+0800) Subject: Fix Json Serialize failed issue X-Git-Tag: v1.1.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b63648653dfaafa34a9d978e695a8b0be1408eb5;p=so.git 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 --- 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{