From 8bbb946467a0a5840116cbf03a6e925cc131e686 Mon Sep 17 00:00:00 2001 From: alexanb Date: Thu, 10 Sep 2020 16:26:51 +0300 Subject: Implement Deallocate Core NSSMF workflow Issue-ID: SO-3238 Signed-off-by: alexanb Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3 --- .../resources/subprocess/DoDeallocateCoreNSSI.bpmn | 340 +++++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateCoreNSSI.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateCoreNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateCoreNSSI.bpmn new file mode 100644 index 0000000000..81ed921a5f --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateCoreNSSI.bpmn @@ -0,0 +1,340 @@ + + + + + Flow_0xxq2h8 + + + Flow_0xxq2h8 + Flow_0g84uy5 + import org.onap.so.bpmn.infrastructure.scripts.* + def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.preProcessRequest(execution) + + + + Flow_189j30m + Flow_16192dm + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.getNetworkServiceInstance(execution) + + + Flow_16192dm + Flow_15ew9rs + Flow_0e3yvck + + + + Flow_15ew9rs + Flow_1b14can + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.deleteServiceOrder(execution) + + + Flow_1v68jns + Flow_1eev81t + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.getConstituteVNFFromNetworkServiceInst(execution) + + + Flow_1eev81t + Flow_0xrq94a + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.getNSSIAssociatedProfiles(execution) + + + Flow_0xrq94a + Flow_1qwi2ka + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.calculateSNSSAI(execution) + + + Flow_1qwi2ka + Flow_178myd8 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.invokePUTServiceInstance(execution) + + + Flow_16j7pjk + Flow_0nvtepd + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.removeNSSIAssociationWithNSI(execution) + + + Flow_0nvtepd + Flow_0j8gu83 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.removeSPAssociationWithNSSI(execution) + + + Flow_0j8gu83 + Flow_009x8vn + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.deleteSliceProfileInstance(execution) + + + Flow_009x8vn + Flow_1r39237 + Flow_12nxpx6 + + + Flow_15rk73d + + + Flow_1r39237 + Flow_04hswb4 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.deleteNSSIServiceInstance(execution) + + + #{(execution.getVariable("isTerminateNSSI" ) == true)} + + + Flow_12nxpx6 + Flow_04hswb4 + Flow_15rk73d + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.updateServiceOperationStatus(execution) + + + Flow_0e3yvck + + + + Flow_1v68jns + + + + + #{(execution.getVariable("isTerminateNSSI" ) == true)} + + + + + + + + Flow_178myd8 + Flow_1b14can + + + + + + Flow_16j7pjk + + + + + + + + + + Flow_0g84uy5 + Flow_189j30m + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnssi= new DoDeallocateCoreNSSI() + dcnssi.executeTerminateNSSIQuery(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg