From: Isaac Manuel Raj Date: Wed, 4 Mar 2020 13:47:47 +0000 (+0530) Subject: Added new flow for creating 5G slice service. X-Git-Tag: 1.6.1~101^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F102994%2F1;p=so.git Added new flow for creating 5G slice service. Added new flow for creating 5G slice service. Issue-ID: SO-2368 Signed-off-by: Isaac Manuel Raj Change-Id: I156bf40c52ec30d4cc0c9a94589e947e2b655255 --- diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceInstance.bpmn new file mode 100644 index 0000000000..894f7d39dc --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceInstance.bpmn @@ -0,0 +1,103 @@ + + + + + SequenceFlow_1qo2pln + + + + + SequenceFlow_17u69c4 + SequenceFlow_1uiz85h + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoCreateSliceServiceInstance() +dcsi.createServiceProfile(execution) + + + SequenceFlow_1qo2pln + SequenceFlow_0khtova + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoCreateSliceServiceInstance() +dcsi.preProcessRequest(execution) + + + SequenceFlow_0khtova + SequenceFlow_0g5bwvl + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoCreateSliceServiceInstance() +dcsi.instantiateSliceService(execution) + + + SequenceFlow_1uiz85h + + + + + SequenceFlow_0g5bwvl + SequenceFlow_17u69c4 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcsi = new DoCreateSliceServiceInstance() +dcsi.createAllottedResource(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +