From ca675686c6a59917ae53b1c83dd0700548ca5af1 Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Wed, 13 May 2020 23:18:10 +0800 Subject: update DoCreateSliceServiceOption Workflow because the oof inteface modify Issue-ID: SO-2919 Signed-off-by: hetengjiao Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2 --- .../subprocess/DoCreateSliceServiceOption.bpmn | 305 +++++++-------------- 1 file changed, 101 insertions(+), 204 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') 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 435f91921d..ad0732df4d 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,13 +1,13 @@ - + SequenceFlow_1qo2pln - + - SequenceFlow_1h5bw41 + SequenceFlow_0khtova SequenceFlow_1utpplq import org.onap.so.bpmn.infrastructure.scripts.* def dcso = new DoCreateSliceServiceOption() @@ -20,48 +20,12 @@ dcso.getNSIOptionfromOOF(execution) def dcso = new DoCreateSliceServiceOption() dcso.preProcessRequest(execution) - - SequenceFlow_01ak5x3 SequenceFlow_1ap8kar SequenceFlow_0hnsycl - - SequenceFlow_15679e8 - SequenceFlow_0cq2q6g - import org.onap.so.bpmn.infrastructure.scripts.* -def dcso = new DoCreateSliceServiceOption() -dcso.prepareNSSIList(execution) - - - SequenceFlow_0khtova - SequenceFlow_1h5bw41 - SequenceFlow_0ueeeca - - - #{(execution.getVariable("isSharable" ) == true)} - - - SequenceFlow_0ueeeca - SequenceFlow_0ojueqq - import org.onap.so.bpmn.infrastructure.scripts.* -def dcso = new DoCreateSliceServiceOption() -dcso.updateStatusInDB(execution) - - - - SequenceFlow_0ojueqq - - - SequenceFlow_0cq2q6g - SequenceFlow_01ak5x3 - import org.onap.so.bpmn.infrastructure.scripts.* -def dcso = new DoCreateSliceServiceOption() -dcso.updateOptionsInDB(execution) - - - SequenceFlow_1614gtr + SequenceFlow_0wy6oag SequenceFlow_0lt2cdo import org.onap.so.bpmn.infrastructure.scripts.* def dcso = new DoCreateSliceServiceOption() @@ -76,7 +40,7 @@ dcso.getNSSTOption(execution) SequenceFlow_0lt2cdo - SequenceFlow_00gq7h2 + SequenceFlow_1r9n9ef SequenceFlow_1ap8kar SequenceFlow_0m2mr0o @@ -87,44 +51,7 @@ dcso.getNSSTOption(execution) #{(execution.getVariable("isMoreNSSTtoProcess" ) == true)} - - SequenceFlow_1r9n9ef - SequenceFlow_00gq7h2 - import org.onap.so.bpmn.infrastructure.scripts.* -def dcso = new DoCreateSliceServiceOption() -dcso.updateOptionsInDB(execution) - - - - - - SequenceFlow_041f5ne - SequenceFlow_15679e8 - SequenceFlow_1614gtr - - - #{(execution.getVariable("isNSISuggested" ) == true)} - - - - SequenceFlow_0wy6oag - SequenceFlow_1jnsyix - import org.onap.so.bpmn.infrastructure.scripts.* -def dcso = new DoCreateSliceServiceOption() -dcso.prepareNSTDecompose(execution) - - - - - - - - - - - SequenceFlow_1jnsyix - SequenceFlow_041f5ne - + SequenceFlow_0m2mr0o SequenceFlow_016vi3s @@ -146,193 +73,163 @@ dcso.prepareNSSTDecompose(execution) SequenceFlow_0a5f5y6 - - - + - SequenceFlow_1utpplq + SequenceFlow_0d774n5 SequenceFlow_0wy6oag SequenceFlow_0hnsycl - + #{(execution.getVariable("isNSISuggested" ) == true)} + + SequenceFlow_1utpplq + SequenceFlow_0piifl1 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoCreateSliceServiceOption() +dcso.prepareNSTDecompose(execution) + + + + + + + + + + + + SequenceFlow_0piifl1 + SequenceFlow_086yszq + + + + + SequenceFlow_086yszq + SequenceFlow_0d774n5 + import org.onap.so.bpmn.infrastructure.scripts.* +def dcso = new DoCreateSliceServiceOption() +dcso.processDecomposition(execution) + - + - + - - - - + + + + - - + + - + - + - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - - - - + + + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - + - - + + - + - - - - + + + + - - - - - - - - - - + + - + - - + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file -- cgit 1.2.3-korg