From d6d16964cb8e19029e36ce16ca5385d4a903252b Mon Sep 17 00:00:00 2001 From: zm330 Date: Fri, 30 Oct 2020 08:37:10 +0800 Subject: update nst selection request Issue-ID: SO-2963 Signed-off-by: zm330 Change-Id: I440d3b1078ff16d3457f0e4c02be0fd2d7be497d --- .../so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap') diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy index 1d5232f3c5..cfdbe98c34 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy @@ -371,6 +371,9 @@ class DoCreateSliceServiceOption extends AbstractServiceTaskProcessor{ execution.setVariable("needQuerySliceProfile", true) } else { + if(execution.getVariable("needQuerySliceProfile")){ + execution.setVariable("needQuerySliceProfile", false) + } processNewNSI(solution, sliceTaskParams) } } -- cgit 1.2.3-korg