From 9737ae116859da4548dcd1bf3ba73d339f326c52 Mon Sep 17 00:00:00 2001 From: Manamohan Date: Mon, 17 Feb 2020 16:13:45 +0530 Subject: Based on Controller Actor calling CDS or APPC(Current Flow) -Added BBNameSelectionReference table having bbName along with action,scope,actor -Updated CatalogDbClient to use BBNameSelectionReference Table -Updated ControllerExecution bmpn to select flow as per Controller Actor -Corrected Format Error Issue-ID: SO-2316 Signed-off-by: Pooja03 Change-Id: I21fad846249f773308e34abcac134d3ee0694027 Signed-off-by: Manamohan --- .../BuildingBlock/ControllerExecutionBB.bpmn | 241 +++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn (limited to 'bpmn/so-bpmn-building-blocks') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn new file mode 100644 index 0000000000..32d3bce469 --- /dev/null +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ControllerExecutionBB.bpmn @@ -0,0 +1,241 @@ + + + + + SequenceFlow_0gmfit3 + + + + SequenceFlow_1mkhog2 + SequenceFlow_0no1qag + + + + + + + + + SequenceFlow_05qembo + SequenceFlow_0cvsnuu + + + SequenceFlow_07tqu82 + SequenceFlow_1mkhog2 + + + + SequenceFlow_0vzx2yr + SequenceFlow_05qembo + + + SequenceFlow_0cvsnuu + SequenceFlow_07tqu82 + SequenceFlow_15gxql1 + + + + #{execution.getVariable("CDSStatus").equals("Success")} + + + SequenceFlow_15gxql1 + + + + + SequenceFlow_0gmfit3 + SequenceFlow_05j6hg6 + SequenceFlow_1lspfyy + + + + SequenceFlow_1lspfyy + SequenceFlow_05j6hg6 + SequenceFlow_1t7hs4k + SequenceFlow_0vzx2yr + + + + + + + + + + + + SequenceFlow_0fv03vt + SequenceFlow_0no1qag + SequenceFlow_0op5irz + + + + + + SequenceFlow_1t7hs4k + SequenceFlow_0fv03vt + + + SequenceFlow_0op5irz + + + + + ${execution.getVariable("controller_actor") == "CDS"} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg