From 5aec6989f31a3074d65e5bea3aa203f6130c3cc1 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 --- .../BuildingBlock/ControllerExecutionBB.bpmn | 187 +++++++++++---------- 1 file changed, 102 insertions(+), 85 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources/subprocess') 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 1935c5b619..065d7e0c4b 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")} @@ -47,6 +47,7 @@ + @@ -54,10 +55,9 @@ SequenceFlow_0fv03vt SequenceFlow_0no1qag - SequenceFlow_0op5irz - + SequenceFlow_1t7hs4k @@ -67,33 +67,94 @@ SequenceFlow_0op5irz - + - ${execution.getVariable("actor") == "CDS"} + #{execution.getVariable("actor") == "CDS"} + + + SequenceFlow_0no1qag + SequenceFlow_0op5irz + Flow_0qmjpxv + + + #{execution.getVariable("ControllerStatus").equals("Success")} - - + + + - + - - - - + + + + + - + - - + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -102,16 +163,28 @@ - - - - - - + + + - + + + + + + + + + + + + + + + + @@ -121,26 +194,12 @@ - - - - - - - - - - - - - - @@ -150,63 +209,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - + + + -- cgit 1.2.3-korg