From: Zhuoyao Huang <10112215@zte.com.cn> Date: Sun, 30 Sep 2018 08:52:11 +0000 (+0800) Subject: wan connection resource is Activate Required X-Git-Tag: 1.3.1~30^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ee1e03af5fdf5d967a225f01a9ee12ecc607fc16;p=so.git wan connection resource is Activate Required Issue-ID: SO-688 Change-Id: Icc75a235a886621f603c827e41a99d44b098ab84 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> --- 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 7eeeff8546..47b3cc351f 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 @@ -131,6 +131,10 @@ public class CreateSDNCNetworkResource extends AbstractServiceTaskProcessor { execution.setVariable("isActivateRequired", "true") break + case ~/[\w\s\W]*wanconnection[\w\s\W]*/ : + execution.setVariable("isActivateRequired", "true") + break + default: break }