From 86c09b9e23e7f41019eb4b70a0f95e6f7dbeb7bb Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 8 Apr 2019 09:55:48 -0400 Subject: SDNHandler callback correlation issue. SDNHandler callback correlation issue. Should not go back to waiting for callback when final_indicator=Y is receibed in callback. Raise an error when responseCode in callback mesage is not 200. Change-Id: Ia55ab5a9bafdfe877a1221b67d5f3258039a3900 Issue-ID: SO-1761 Signed-off-by: Benjamin, Max (mb388a) --- .../subprocess/BuildingBlock/SDNCHandler.bpmn | 70 +++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources') diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/SDNCHandler.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/SDNCHandler.bpmn index 0be7c55596..7339b23802 100644 --- a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/SDNCHandler.bpmn +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/SDNCHandler.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_1n0j3hz @@ -38,7 +38,7 @@ SequenceFlow_1yifu46 - + ${execution.getVariable("sdncTimeout")} @@ -48,7 +48,7 @@ SequenceFlow_0i4u8g4 - + ${execution.getVariable("isCallbackCompleted") == false} @@ -62,7 +62,7 @@ - + ${execution.getVariable("isSDNCCompleted")} SequenceFlow_1n0j3hz @@ -72,7 +72,7 @@ SequenceFlow_1yifu46 - + @@ -118,23 +118,23 @@ - - + + - - + + - - - + + + @@ -146,23 +146,23 @@ - - - + + + - - + + - - + + @@ -174,47 +174,47 @@ - - - - - + + + + + - - + + - - + + - - + + - - - + + + - - + + -- cgit 1.2.3-korg