From 7b73b4999eb7d0b6c762307bf97bb106494f3a28 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Tue, 27 Jul 2021 17:45:40 +0200 Subject: Fix ControllerExecutionBB flow. Adding the condition block on the end, like in the CDS actor path. Issue-ID: SO-3719 Signed-off-by: Krystian Kedron Change-Id: I3ff8f4b63fda8e4404594b630fb6e5411540c697 (cherry picked from commit 5aec6989f31a3074d65e5bea3aa203f6130c3cc1) --- .../BuildingBlock/ControllerExecutionBB.bpmn | 187 +++++++++++---------- 1 file changed, 102 insertions(+), 85 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src') 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 index c46d504186..94c32cc4a6 100644 --- 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 @@ -7,7 +7,7 @@ SequenceFlow_1mkhog2 - SequenceFlow_0no1qag + Flow_0qmjpxv @@ -24,7 +24,7 @@ SequenceFlow_07tqu82 SequenceFlow_15gxql1 - + #{execution.getVariable("ControllerStatus").equals("Success")} @@ -46,6 +46,7 @@ + @@ -53,10 +54,9 @@ SequenceFlow_0fv03vt SequenceFlow_0no1qag - SequenceFlow_0op5irz - + SequenceFlow_1t7hs4k @@ -66,33 +66,94 @@ SequenceFlow_0op5irz - + - ${execution.getVariable("actor") == "CDS"} + #{execution.getVariable("actor") == "CDS"} + + + SequenceFlow_0no1qag + SequenceFlow_0op5irz + Flow_0qmjpxv + + + #{execution.getVariable("ControllerStatus").equals("Success")} - - + + + - + - - - - + + + + + - + - - + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -101,16 +162,28 @@ - - - - - - + + + - + + + + + + + + + + + + + + + + @@ -120,26 +193,12 @@ - - - - - - - - - - - - - - @@ -149,63 +208,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - + + + -- cgit