From 09a3de8a57b883eb7af65dbbff47e725cc5ca270 Mon Sep 17 00:00:00 2001 From: "Smokowski, Steven" Date: Wed, 23 Oct 2019 12:06:26 -0400 Subject: Adjust listener to actually execute on process end Adjust listener to actually execute on process end Issue-ID: SO-2481 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I97b284ac2ac14e2052fa845427494406e0274d36 --- .../subprocess/BuildingBlock/WorkflowActionBB.bpmn | 331 +++++++++++---------- 1 file changed, 167 insertions(+), 164 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src/main') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/WorkflowActionBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/WorkflowActionBB.bpmn index bb900420e3..e112fdc161 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/WorkflowActionBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/WorkflowActionBB.bpmn @@ -1,6 +1,9 @@ - + + + + SequenceFlow_15s0okp @@ -46,7 +49,7 @@ SequenceFlow_0l7kaba - + ${execution.getVariable("completed")==true&&execution.getVariable("isRollback")==false&&execution.getVariable("handlingCode")=="Success"} SequenceFlow_15s0okp @@ -83,7 +86,7 @@ - + ${execution.getVariable("isTopLevelFlow")==true&&execution.getVariable("sentSyncResponse")==false} @@ -92,10 +95,10 @@ - + ${execution.getVariable("handlingCode")=="Rollback"||execution.getVariable("handlingCode")=="RollbackToAssigned"||execution.getVariable("handlingCode")=="RollbackToCreated"} - + ${execution.getVariable("isRollbackNeeded")==true} SequenceFlow_0v588sm @@ -104,7 +107,7 @@ - + ${execution.getVariable("handlingCode")=="Abort"} SequenceFlow_02ksbt0 @@ -127,7 +130,7 @@ - + ${execution.getVariable("isTopLevelFlow")==false} SequenceFlow_11530ei @@ -136,7 +139,7 @@ - + ${execution.getVariable("isTopLevelFlow")==false} SequenceFlow_1m2eezj @@ -144,13 +147,13 @@ SequenceFlow_0kf5sen - + ${execution.getVariable("isTopLevelFlow")==false} SequenceFlow_1ui67mc - + ${execution.getVariable("isRollbackNeeded")==false} SequenceFlow_11dlyzt @@ -158,7 +161,7 @@ SequenceFlow_1ui67mc - + ${execution.getVariable("completed")==true&&execution.getVariable("isRollback")==true&&execution.getVariable("handlingCode")=="Success"} @@ -202,7 +205,7 @@ - + ${execution.getVariable("generateIdsOnly") == null || execution.getVariable("generateIdsOnly")==false} SequenceFlow_0ilo6lo @@ -213,406 +216,406 @@ - + - + - + - + - - + + - + - - + + - + - + - - - + + + - + - + - + - + - - - + + + - + - + - + - + - + - - - + + + - + - - + + - + - - + + - - - + + + - + - + - + - + - - - - + + + + - - - - + + + + - + - + - + - - - + + + - + - - + + - + - + - + - - - + + + - + - - + + - + - + - + - - - - + + + + - + - + - + - - - + + + - + - + - + - - - - + + + + - + - - + + - - + + - - - - + + + + - + - + - - - - + + + + - + - - - + + + - + - - + + - + - + - + - + - + - + - - + + - - + + - + - - + + - - - + + + - + - - - - + + + + - + - + - - + + - - + + - - - + + + - + - + - - + + - - + + - + - + - + - - + + - + -- cgit 1.2.3-korg