From 9f2a2bc0638714ca453ba8d73db7d66306760d22 Mon Sep 17 00:00:00 2001 From: Srinivasan Ramanathan Date: Wed, 9 Sep 2020 12:05:14 +0000 Subject: Changes for MDONS usecase SO-2950 Changes for MDONS usecase Async flow Change-Id: I2385610a43b993f66a482cd321f8c7fd2db3535f Issue-ID: SO-2950 Signed-off-by: Srinivasan Ramanathan --- .../onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn/so-bpmn-infrastructure-common') diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy index 2b9e43109c..56a97bc271 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateSDNCNetworkResource.groovy @@ -265,6 +265,7 @@ public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor { String uResourceInput = jsonUtil.addJsonValue(resourceInput, "requestInputs.service-name", inputParameters.get("name")) resourceInputObj.setResourceParameters(uResourceInput) execution.setVariable(Prefix + "resourceInput", resourceInputObj.toString()) + execution.setVariable("isAsyncRequired", "Yes") break case ~/[\w\s\W]*sdwanvpnattachment[\w\s\W]*/ : -- cgit 1.2.3-korg