From b3897d1aba740d95185f3c2c7016b7d674f12711 Mon Sep 17 00:00:00 2001 From: "Kalkere Ramesh, Sharan (sk720x)" Date: Mon, 10 Dec 2018 12:00:37 -0500 Subject: requestid retrieval and validation in bpmn Change-Id: I4d30a784eed5dd68f9ee7c2b6833d72cbf0eccfa Issue-ID: SO-1311 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) --- .../main/resources/subprocess/SDNCAdapterV1.bpmn | 78 ++++++++++++++++++---- 1 file changed, 64 insertions(+), 14 deletions(-) (limited to 'bpmn/MSOCommonBPMN/src/main/resources/subprocess/SDNCAdapterV1.bpmn') diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/SDNCAdapterV1.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/SDNCAdapterV1.bpmn index 91c38241a2..0032b0e0b7 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/SDNCAdapterV1.bpmn +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/SDNCAdapterV1.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_15 @@ -30,7 +30,7 @@ exceptionUtil.buildWorkflowException(execution, 7000, "Could not communicate wit application/soap+xml #{BasicAuthHeaderValue} - #{mso-request-id} + ${sdncAdapterRequest} @@ -227,6 +227,24 @@ sdnc.assignError(execution)]]> + + + SequenceFlow_1cnxq0j + + + + SequenceFlow_1j9sip1 + + + + + SequenceFlow_1cnxq0j + SequenceFlow_1j9sip1 + + + @@ -467,35 +485,35 @@ sdnc.assignError(execution)]]> - + - + - + - + - + - + - - + + - + - - + + - + @@ -575,6 +593,38 @@ sdnc.assignError(execution)]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg