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 --- .../resources/subprocess/DoCreateResources.bpmn | 174 ++++++++++----------- 1 file changed, 79 insertions(+), 95 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateResources.bpmn') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateResources.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateResources.bpmn index 75767929aa..2a2093522f 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateResources.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateResources.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1qiiycn @@ -9,8 +9,7 @@ SequenceFlow_0w9t6tc import org.onap.so.bpmn.infrastructure.scripts.* def dcsi = new DoCreateResources() -dcsi.preProcessRequest(execution) - +dcsi.preProcessRequest(execution) SequenceFlow_16nxl6h @@ -48,7 +47,7 @@ ddsi.parseNextResource(execution) SequenceFlow_0q6uy30 - SequenceFlow_1obf0cq + SequenceFlow_1qozd66 SequenceFlow_0uiygod import org.onap.so.bpmn.infrastructure.scripts.* def ddsi = new DoCreateResources() @@ -103,7 +102,7 @@ ddsi.executeResourceRecipe(execution) - + SequenceFlow_0epxs3b @@ -134,252 +133,237 @@ def ddsi = new DoCreateResources() ddsi.prepareServiceTopologyRequest(execution) - - - SequenceFlow_1qozd66 - SequenceFlow_1obf0cq - import org.onap.so.bpmn.infrastructure.scripts.* -def ddsi = new DoCreateResources() -ddsi.prepareInstanceResourceList(execution) - - + - + - + - + - + - - - - + + + + - + - - + + - + - + - - - - + + + + - + - + - - + + - + - + - + - - + + - + - + - + - + - + - - + + - - - - + + + + - + - + - - - + + + - + - + - + - - + + - + - + - - + + - + - - + + - - + + - - + + - - + + - + - - + + - + - + - + - + - - + + - - + + - + - - + + - - - - - - - -- cgit 1.2.3-korg