From 7d623ad49411245de723d9d45d670ed8aad18ace Mon Sep 17 00:00:00 2001 From: Isaac Manuel Raj Date: Wed, 4 Mar 2020 20:01:20 +0530 Subject: Added new BPMN flow for NSI. Added new BPMN flow for NSI. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj Change-Id: I307edff40b2447240b0ffa07733cd8677ea32472 --- .../resources/subprocess/DoAllocateNSIandNSSI.bpmn | 361 +++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn new file mode 100644 index 0000000000..9c090e0594 --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateNSIandNSSI.bpmn @@ -0,0 +1,361 @@ + + + + + SequenceFlow_1e40h52 + SequenceFlow_1uiz85h + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnsio = new DoAllocateNSIandNSSI() +dcnsio.createNSIinAAI(execution) + + + SequenceFlow_0dj0jvq + SequenceFlow_1h5bw41 + SequenceFlow_0ueeeca + + + SequenceFlow_0ueeeca + SequenceFlow_0xfhbqw + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoAllocateNSIandNSSI() +dcsi.updateRelationship(execution) + + + + + + + + + + + SequenceFlow_1h5bw41 + SequenceFlow_1e40h52 + + + SequenceFlow_0xfhbqw + SequenceFlow_0uhaps2 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoAllocateNSIandNSSI() +dcsi.prepareNssiModelInfo(execution) + + + SequenceFlow_1qo2pln + + + SequenceFlow_1qo2pln + SequenceFlow_0khtova + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoAllocateNSIandNSSI() +dcso.preProcessRequest(execution) + + + SequenceFlow_0khtova + SequenceFlow_0dj0jvq + import org.onap.so.bpmn.infrastructure.scripts.* +def dansi = new DoAllocateNSIandNSSI() +dansi.retriveSliceOption(execution) + + + + + + + + + + + SequenceFlow_1dhpkhd + SequenceFlow_0hxky5e + + + SequenceFlow_1uiz85h + SequenceFlow_1ui528w + SequenceFlow_1dhpkhd + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnsio = new DoAllocateNSIandNSSI() +dcnsio.getOneNsstInfo(execution) + + + SequenceFlow_0hxky5e + SequenceFlow_19jztxv + import org.onap.so.bpmn.infrastructure.scripts.* +def dcnsio = new DoAllocateNSIandNSSI() +dcnsio.createNSSTMap(execution) + + + SequenceFlow_0u8fycy + + + SequenceFlow_16nvnxi + SequenceFlow_0cq2q6g + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoAllocateNSIandNSSI() +dcsi.getOneNSSIInfo(execution) + + + SequenceFlow_0g5bwvl + SequenceFlow_1jaxstd + SequenceFlow_16nvnxi + SequenceFlow_0u8fycy + + + + + + + + + + + + + + + + + + + + + + + + + SequenceFlow_0cq2q6g + SequenceFlow_00b8ryw + + + SequenceFlow_00b8ryw + SequenceFlow_1jaxstd + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoAllocateNSIandNSSI() +dcsi.updateCurrentIndex(execution) + + + SequenceFlow_0uhaps2 + SequenceFlow_04yx9ii + SequenceFlow_0g5bwvl + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoAllocateNSIandNSSI() +dcso.prepareNSSIList(execution) + + + SequenceFlow_19jztxv + SequenceFlow_04yx9ii + SequenceFlow_1ui528w + + + + + + + #{(execution.getVariable("isNSIOptionAvailable" ) == true)} + + + + + + + + + + + + #{(execution.getVariable("isMoreNSSI" ) == true)} + + + + + + + #{(execution.getVariable("isMoreNSSTtoProcess" ) == true)} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg