From 91a721f1de5e0a435eed026d6c60450b0bc17af6 Mon Sep 17 00:00:00 2001 From: zm330 Date: Tue, 3 Mar 2020 17:14:58 +0800 Subject: Add sub-process workflow for deleting slice service Issue-ID: SO-2368 Signed-off-by: zm330 Change-Id: I0e0ff064fc21c0b0c2d47823c1495feeb22253a5 --- .../resources/subprocess/DoDeleteSliceService.bpmn | 205 +++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src') 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 new file mode 100644 index 0000000000..5f4816e78f --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeleteSliceService.bpmn @@ -0,0 +1,205 @@ + + + + + SequenceFlow_0ep5het + + + + + + SequenceFlow_029u1wr + SequenceFlow_1qkgvvu + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.getAllottedResFromAAI(execution) + + + SequenceFlow_1qkgvvu + SequenceFlow_1rgfzzy + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.getNSIFromAAI(execution) + + + SequenceFlow_1rgfzzy + SequenceFlow_05si1me + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.getNSSIListFromAAI(execution) + + + + SequenceFlow_15z9iio + SequenceFlow_1c4fjbv + SequenceFlow_0926ghe + + + SequenceFlow_1c4fjbv + + + #{(execution.getVariable("isAllNSSIFinished" ) == true)} + + + + + #{(execution.getVariable("isAllNSSIFinished" ) == false)} + + + SequenceFlow_0ep5het + SequenceFlow_0npmman + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.preProcessRequest(execution) + + + + SequenceFlow_0926ghe + SequenceFlow_05si1me + SequenceFlow_01o2qpv + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.getCurrentNSSI(execution) + + + SequenceFlow_0c58sw3 + SequenceFlow_15z9iio + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.parseNextNSSI(execution) + + + + + SequenceFlow_01o2qpv + SequenceFlow_0q83qg3 + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.querySliceProfileFromAAI(execution) + + + + SequenceFlow_0npmman + SequenceFlow_029u1wr + import org.onap.so.bpmn.infrastructure.scripts.* +def ddss= new DoDeleteSliceService() +ddss.queryE2ESliceSeriveFromAAI(execution) + + + + + + + + + + SequenceFlow_0q83qg3 + SequenceFlow_0c58sw3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg