From bcfee1b5b7bd91f21a6b7b2fd3be9484b10b542c Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Mon, 18 Jan 2021 09:16:38 +0800 Subject: update nsmf workflow of active and deactive nssi Issue-ID: SO-2963 Signed-off-by: hetengjiao Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9 --- .../subprocess/DoActivateSliceService.bpmn | 211 +++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateSliceService.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateSliceService.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateSliceService.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateSliceService.bpmn new file mode 100644 index 0000000000..ca231b3daf --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoActivateSliceService.bpmn @@ -0,0 +1,211 @@ + + + + + + SequenceFlow_13fdjwf + + + SequenceFlow_13fdjwf + SequenceFlow_1lh6vpe + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.preProcessRequest(execution) + + + + + + + + + + + SequenceFlow_1yqrli6 + SequenceFlow_0ru5d0h + + + SequenceFlow_0ru5d0h + SequenceFlow_0so165e + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.processDecomposition(execution) + + + SequenceFlow_0so165e + SequenceFlow_05wxhwm + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.sendCreateRequestNSSMF(execution) + + + + + + + SequenceFlow_1lh6vpe + SequenceFlow_1yqrli6 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.prepareCompose(execution) + + + SequenceFlow_0oa5clt + SequenceFlow_05wxhwm + SequenceFlow_1herzai + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.queryNSSIStatus(execution) + + + SequenceFlow_1herzai + SequenceFlow_0btrzm8 + SequenceFlow_1lvozh0 + + + SequenceFlow_1lvozh0 + + + SequenceFlow_0btrzm8 + SequenceFlow_0oa5clt + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.timeDelay(execution) + + + + + + #{(execution.getVariable("jobFinished" ) == true)} + + + + + SequenceFlow_0ca8iyv + + + + SequenceFlow_0aqapur + + + SequenceFlow_0ca8iyv + SequenceFlow_0aqapur + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoActivateSliceService() +dcso.sendSyncError(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg