From f4bf9e7ad4746fbec415c0ad34fa57f168840e30 Mon Sep 17 00:00:00 2001 From: sarada prasad sahoo Date: Fri, 7 Jun 2019 14:46:36 +0530 Subject: Enhanced List Level flow with backward support Modified the e2e service instance flow to support both new list types groups along with backward compatibility to support old types alloted resources, network etc. Change-Id: Ie8fc8a4550a90b44736b6b9de058e2a2e187570c Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo --- .../subprocess/DoCreateE2EServiceInstance.bpmn | 206 ++++++++++++--------- 1 file changed, 120 insertions(+), 86 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn index 76dd6facd6..125f08c49e 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateE2EServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1qiiycn @@ -9,8 +9,7 @@ SequenceFlow_0w9t6tc import org.onap.so.bpmn.infrastructure.scripts.* def dcsi = new DoCreateE2EServiceInstance() -dcsi.preProcessRequest(execution) - +dcsi.preProcessRequest(execution) @@ -38,8 +37,7 @@ dcsi.preProcessRequest(execution) SequenceFlow_1lqktwf import org.onap.so.bpmn.infrastructure.scripts.* def dcsi = new DoCreateE2EServiceInstance() -dcsi.preProcessRollback(execution) - +dcsi.preProcessRollback(execution) @@ -47,8 +45,7 @@ dcsi.preProcessRollback(execution) SequenceFlow_1xzgv5k import org.onap.so.bpmn.infrastructure.scripts.* def dcsi = new DoCreateE2EServiceInstance() -dcsi.postProcessRollback(execution) - +dcsi.postProcessRollback(execution) @@ -98,10 +95,10 @@ dcsi.prepareDecomposeService(execution) - SequenceFlow_1tkgqu3 + SequenceFlow_19zefa9 - + SequenceFlow_0yuzaen @@ -156,7 +153,7 @@ ddsi.preInitResourcesOperStatus(execution) - SequenceFlow_0b1dsaj + SequenceFlow_11zobkq SequenceFlow_0sphcy5 @@ -168,6 +165,7 @@ csi.preProcessForAddResource(execution) SequenceFlow_0sphcy5 + SequenceFlow_1mvvc6c SequenceFlow_18gnns6 import org.onap.so.bpmn.infrastructure.scripts.* def csi = new DoCreateE2EServiceInstance() @@ -193,253 +191,289 @@ dcsi.doTPResourcesAllocation(execution) - + + + + SequenceFlow_1tkgqu3 + SequenceFlow_19zefa9 + import org.onap.so.bpmn.infrastructure.scripts.* +def ddsi = new DoCreateE2EServiceInstance() +ddsi.createCustomRelationship(execution) + + + SequenceFlow_0b1dsaj + SequenceFlow_11zobkq + SequenceFlow_1mvvc6c + + + #{(execution.getVariable("isCreateResourceListValid" ) == true)} + + - + - + - + - + - + - + - + - - + + - - + + - + - + - - + + - + - - - - + + + + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - + - - - - + + - - - - + + + + - + - + - - - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg