From 2771d9cf7af721ab447add53e69f22e1c57cd007 Mon Sep 17 00:00:00 2001 From: zm330 Date: Wed, 26 Feb 2020 18:37:32 +0800 Subject: Add DeallocateNSSI Sub-process Issue-ID: SO-2368 Signed-off-by: zm330 Change-Id: Ibf443a3d490e48d397f1f3240207b5c00b92695f --- .../resources/subprocess/DoDeallocateNSSI.bpmn | 254 +++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn') 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 new file mode 100644 index 0000000000..db805ecb92 --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoDeallocateNSSI.bpmn @@ -0,0 +1,254 @@ + + + + + SequenceFlow_05jfhy6 + + + + SequenceFlow_0eug5nv + SequenceFlow_0wlyy5i + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.prepareDecomposeService(execution) + + + + + + + + + + + SequenceFlow_0wlyy5i + SequenceFlow_1e451y9 + + + + SequenceFlow_1e451y9 + SequenceFlow_1e7o57n + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.processDecomposition(execution) + + + + SequenceFlow_1e7o57n + SequenceFlow_03b0822 + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.sendRequestToNSSMF(execution) + + + + SequenceFlow_03b0822 + SequenceFlow_1anlirk + SequenceFlow_1jj0p5q + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.getJobStatus(execution) + + + + SequenceFlow_1jj0p5q + SequenceFlow_0xq380j + SequenceFlow_0sfh52b + + + SequenceFlow_0xq380j + SequenceFlow_1ii5002 + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.delSliceProfileFromAAI(execution) + + + SequenceFlow_1ii5002 + + + + #{(execution.getVariable("isNSSIDeAllocated" ) == true)} + + + + SequenceFlow_05jfhy6 + SequenceFlow_0eug5nv + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.preProcessRequest(execution) + + + + SequenceFlow_1ugva41 + SequenceFlow_1u66wjs + SequenceFlow_1anlirk + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.timeDelay(execution) + + + + + + ${dbAdapterEndpoint} + + + application/soap+xml + Basic YnBlbDpwYXNzd29yZDEk + + + ${updateOperationStatus} + POST + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_04vg0c2 + SequenceFlow_1ugva41 + + + SequenceFlow_0sfh52b + SequenceFlow_0r95j9m + SequenceFlow_1u66wjs + + + + #{(execution.getVariable("isNeedUpdateDB" ) == true)} + #{(execution.getVariable("isNeedUpdateDB" ) == true)} + + + + + + SequenceFlow_0r95j9m + SequenceFlow_04vg0c2 + import org.onap.so.bpmn.infrastructure.scripts.* +def dnssi= new DoDeallocateNSSI() +dnssi.handleJobStatus(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg