From d10004e783f058586b0ac8c1c6a670a67b8b189f Mon Sep 17 00:00:00 2001 From: zm330 Date: Thu, 24 Dec 2020 16:40:53 +0800 Subject: Fix some deallocate nssi issues Issue-ID: SO-3411 Signed-off-by: zm330 Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a --- .../resources/subprocess/DoDeallocateNSSI.bpmn | 30 ++++++++++++++++------ .../resources/subprocess/DoDeleteSliceService.bpmn | 10 ++++---- 2 files changed, 27 insertions(+), 13 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn index a745f7c50d..85533e72dc 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_05jfhy6 @@ -33,7 +33,7 @@ def dnssi= new DoDeallocateNSSI() dnssi.processDecomposition(execution) - + SequenceFlow_1e7o57n SequenceFlow_1wj89r5 import org.onap.so.bpmn.infrastructure.scripts.* @@ -53,9 +53,9 @@ def dnssi= new DoDeallocateNSSI() dnssi.delSliceProfileFromAAI(execution) - SequenceFlow_1ii5002 + SequenceFlow_0hyn6ca - + #{(execution.getVariable("isNSSIDeAllocated" ) == true)} @@ -102,7 +102,6 @@ dnssi.prepareUpdateOperationStatus(execution) - SequenceFlow_0w01l14 @@ -133,6 +132,14 @@ dnssi.prepareJobStatusRequest(execution) + + + SequenceFlow_1ii5002 + SequenceFlow_0hyn6ca + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.delSliceProfileServiceFromAAI(execution) + @@ -181,7 +188,7 @@ dnssi.prepareJobStatusRequest(execution) - + @@ -227,9 +234,9 @@ dnssi.prepareJobStatusRequest(execution) - + - + @@ -253,6 +260,13 @@ dnssi.prepareJobStatusRequest(execution) + + + + + + + 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 5510dcde38..9edb6127f0 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 @@ -1,5 +1,5 @@ - + SequenceFlow_0ep5het @@ -68,14 +68,14 @@ ddss.parseNextNSSI(execution) - + SequenceFlow_0npmman SequenceFlow_029u1wr import org.onap.so.bpmn.infrastructure.scripts.* def ddss= new DoDeleteSliceService() -ddss.queryE2ESliceSeriveFromAAI(execution) +ddss.queryServiceProfileFromAAI(execution) - + @@ -90,7 +90,7 @@ ddss.queryE2ESliceSeriveFromAAI(execution) SequenceFlow_1aa2ek0 SequenceFlow_1252rbf import org.onap.so.bpmn.infrastructure.scripts.* -def dss= new DeleteSliceService() +def dss= new DoDeleteSliceService() dss.terminateNSIQuery(execution) -- cgit 1.2.3-korg