From 01d865e89f94af25b477659608b7311b3ddadc1e Mon Sep 17 00:00:00 2001 From: zm330 Date: Thu, 7 Jan 2021 20:14:45 +0800 Subject: Fix some deallocate issues Issue-ID: SO-3411 Signed-off-by: zm330 Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee --- .../resources/subprocess/DoDeleteSliceService.bpmn | 27 +++++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn index 9edb6127f0..f1534a0360 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn @@ -34,9 +34,9 @@ ddss.getNSSIListFromAAI(execution) SequenceFlow_0926ghe - SequenceFlow_1c4fjbv + SequenceFlow_1odnvjl - + #{(execution.getVariable("isAllNSSIFinished" ) == true)} @@ -96,6 +96,14 @@ dss.terminateNSIQuery(execution) + + + SequenceFlow_1c4fjbv + SequenceFlow_1odnvjl + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.deleteNSIInstance(execution) + @@ -138,9 +146,9 @@ dss.terminateNSIQuery(execution) - + - + @@ -177,9 +185,9 @@ dss.terminateNSIQuery(execution) - + - + @@ -200,6 +208,13 @@ dss.terminateNSIQuery(execution) + + + + + + + -- cgit 1.2.3-korg