From eb6d3d34320cb233ab68ee1e7621a3030b7f63bd Mon Sep 17 00:00:00 2001 From: Priyadharshini Date: Thu, 27 Aug 2020 04:05:09 -0700 Subject: Implement so-oof-adapter to handle OOF Callback - Add NSI/NST selection callback for Networkslicing Issue-ID: SO-3205 Signed-off-by: Priyadharshini Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e --- .../subprocess/DoCreateSliceServiceOption.bpmn | 220 ++++++++++++--------- 1 file changed, 127 insertions(+), 93 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn index ad0732df4d..3ed1999d9a 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateSliceServiceOption.bpmn @@ -1,17 +1,17 @@ - + SequenceFlow_1qo2pln - + SequenceFlow_0khtova - SequenceFlow_1utpplq + Flow_15c2jcx import org.onap.so.bpmn.infrastructure.scripts.* def dcso = new DoCreateSliceServiceOption() -dcso.getNSIOptionfromOOF(execution) +dcso.prepareSelectNSIRequest(execution) SequenceFlow_1qo2pln @@ -73,7 +73,6 @@ dcso.prepareNSSTDecompose(execution) SequenceFlow_0a5f5y6 - SequenceFlow_0d774n5 SequenceFlow_0wy6oag @@ -84,7 +83,7 @@ dcso.prepareNSSTDecompose(execution) #{(execution.getVariable("isNSISuggested" ) == true)} - SequenceFlow_1utpplq + Flow_07ustqm SequenceFlow_0piifl1 import org.onap.so.bpmn.infrastructure.scripts.* def dcso = new DoCreateSliceServiceOption() @@ -112,124 +111,159 @@ dcso.prepareNSTDecompose(execution) def dcso = new DoCreateSliceServiceOption() dcso.processDecomposition(execution) + + + + + + + + + + + Flow_15c2jcx + Flow_1mcx2ja + + + Flow_1mcx2ja + Flow_07ustqm + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoCreateSliceServiceOption() +dcso.processOOFResponse(execution) + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - - + + - - - - - - + + + + + + + + + + + - - - - - - - + - + - + - + - - - - - - - - - - - - - - - - - - - - + - - - - - + - - - - - - - - - - - + - - - - - - - - - - - - - - - - - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + -- cgit 1.2.3-korg