From 0e2cda138f35ee6a7a8a54c29a6c4edf07d51745 Mon Sep 17 00:00:00 2001 From: "Plummer, Brittany" Date: Fri, 5 Jul 2019 10:23:16 -0400 Subject: update bpmn to save extsystemerrorsource Added ext error source to workflow exception Updated all lines that create this exception with source Added unit tests and updated existing ones Change-Id: Id9b3b1e6e24368224214a6370ea2d450ae667bfb Issue-ID: SO-2092 Signed-off-by: Benjamin, Max (mb388a) --- .../BuildingBlock/ExecuteBuildingBlock.bpmn | 134 ++++++++++++--------- .../subprocess/BuildingBlock/HomingBB.bpmn | 1 + .../subprocess/BuildingBlock/WorkflowActionBB.bpmn | 1 + 3 files changed, 77 insertions(+), 59 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ExecuteBuildingBlock.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ExecuteBuildingBlock.bpmn index 0a6a7731ce..e64c44eb94 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ExecuteBuildingBlock.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/ExecuteBuildingBlock.bpmn @@ -11,6 +11,7 @@ + SequenceFlow_19wuics SequenceFlow_01h9qmz @@ -37,13 +38,8 @@ - - SequenceFlow_09synl9 - - - - SequenceFlow_09synl9 + SequenceFlow_0vdeqxv SequenceFlow_0a62t4c @@ -93,6 +89,16 @@ SequenceFlow_0541bid SequenceFlow_12ps9at + + + + SequenceFlow_09synl9 + + + + SequenceFlow_09synl9 + SequenceFlow_0vdeqxv + @@ -163,63 +169,63 @@ - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + - - + + - + - - + + - + - + @@ -245,38 +251,25 @@ - - + + - + - - - - - - - + - - - - - - - - + - + - + - + @@ -319,27 +312,50 @@ - - + + - + - - + + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/HomingBB.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/HomingBB.bpmn index b66ecfa329..11227ede4d 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/HomingBB.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/HomingBB.bpmn @@ -50,6 +50,7 @@ ex.processJavaException(execution)]]> + SequenceFlow_0qrwjzu SequenceFlow_03cy5y5 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 35b77d9189..47b9efeb6d 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 @@ -23,6 +23,7 @@ + SequenceFlow_0mew9im SequenceFlow_1hsqed1 -- cgit 1.2.3-korg