From 2eb23f4ac862f700f0abf6f2dc5b9fa662ec9c60 Mon Sep 17 00:00:00 2001 From: "Kuleshov, Elena" Date: Fri, 24 Jan 2020 16:33:39 -0500 Subject: add manual handling to rainy day handling for bbs Initial Manual Handling addition to Rainy Day BB handling. Reenable task API, add task variable setup. TaskTimeout will come from the configuration settings. Update the base path for the APIH manual tasks junit. Additional JUNIT tests for manual handling Add Manual as a primary policy for Change Management BBs. Error handling changes and robot tests for manual handling. Correct failure data retrieval when serviceSubscription is unavailable. Correct failure data retrieval when serviceSubscription is unavailable. Keep WorkflowException when manual pause gets invoked; improved error reporting. Issue-ID: SO-2616 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I98a84c1a489bb7b24b68e567f604aeb074fd7bf9 --- .../BuildingBlock/ExecuteBuildingBlock.bpmn | 186 +++++++++++++++------ .../BuildingBlock/PauseForManualTaskRainyDay.bpmn | 164 ++++++++++++++++++ 2 files changed, 300 insertions(+), 50 deletions(-) create mode 100644 bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/PauseForManualTaskRainyDay.bpmn (limited to 'bpmn/so-bpmn-building-blocks/src/main') 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 e64c44eb94..443a571312 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 @@ -1,5 +1,5 @@ - + SequenceFlow_0rq4c5r @@ -44,8 +44,12 @@ SequenceFlow_0a62t4c + SequenceFlow_05le7o3 SequenceFlow_0fwsjva SequenceFlow_0h8v45y + SequenceFlow_1xh5ngw + SequenceFlow_0xyd2zl + SequenceFlow_1g7oq3t SequenceFlow_0ndt8ft @@ -87,6 +91,7 @@ SequenceFlow_0541bid + SequenceFlow_1g7oq3t SequenceFlow_12ps9at @@ -99,6 +104,36 @@ SequenceFlow_09synl9 SequenceFlow_0vdeqxv + + + + + + + + + SequenceFlow_0xyd2zl + SequenceFlow_1ynai9j + + + + + + + + + + + SequenceFlow_1xh5ngw + SequenceFlow_05le7o3 + + + SequenceFlow_1ynai9j + + + + + @@ -169,63 +204,63 @@ - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + - - + + - + - - + + - + - + @@ -251,25 +286,25 @@ - - + + - + - + - + - + - + - + @@ -312,51 +347,102 @@ - - + + - + - - + + - + - + - + - + - - + + - + - + - + - - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/PauseForManualTaskRainyDay.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/PauseForManualTaskRainyDay.bpmn new file mode 100644 index 0000000000..29657e17af --- /dev/null +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/PauseForManualTaskRainyDay.bpmn @@ -0,0 +1,164 @@ + + + + + SequenceFlow_0jav6cu + + + SequenceFlow_14cyk9v + + + + + + + + + + + + SequenceFlow_0igra4l + SequenceFlow_192yimz + + + + + SequenceFlow_1idwudp + SequenceFlow_0b84ki5 + + + SequenceFlow_192yimz + SequenceFlow_14cyk9v + + + + SequenceFlow_01k6zgt + + + + + + SequenceFlow_0b84ki5 + SequenceFlow_0igra4l + + + + SequenceFlow_01k6zgt + SequenceFlow_16bjdgj + + + + SequenceFlow_16bjdgj + + + + SequenceFlow_0jav6cu + SequenceFlow_1idwudp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg