Skip to content

Commit d830513

Browse files
committed
Condition should check for status code "error" now
1 parent 9443354 commit d830513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/bpe/pong.bpmn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<bpmn:sequenceFlow id="Flow_1o3n9u6" sourceRef="Gateway_1ggdr8l" targetRef="Activity_005ywv2" />
9494
<bpmn:sequenceFlow id="Flow_0fzmjzb" sourceRef="Activity_005ywv2" targetRef="Gateway_0eiy9fm" />
9595
<bpmn:sequenceFlow id="Flow_0h8flp6" sourceRef="Gateway_0eiy9fm" targetRef="Activity_0otptjn">
96-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.hasVariable('statusCode') &amp;&amp; statusCode == 'not-reachable'}</bpmn:conditionExpression>
96+
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.hasVariable('statusCode') &amp;&amp; statusCode == 'error'}</bpmn:conditionExpression>
9797
</bpmn:sequenceFlow>
9898
<bpmn:sequenceFlow id="Flow_1bzjspe" sourceRef="Gateway_0eiy9fm" targetRef="Gateway_1l5dkpz" />
9999
<bpmn:sequenceFlow id="Flow_00t1ck1" sourceRef="Gateway_0eiy9fm" targetRef="Activity_0otptjn">
@@ -155,7 +155,7 @@
155155
<bpmn:sequenceFlow id="Flow_1j5lf0u" sourceRef="Activity_02rqshk" targetRef="Activity_1wdftvk" />
156156
<bpmn:boundaryEvent id="Event_0c5a0v4" name="Failed to create resource" attachedToRef="Activity_1m4wavi">
157157
<bpmn:outgoing>Flow_0mgrru4</bpmn:outgoing>
158-
<bpmn:errorEventDefinition id="ErrorEventDefinition_0rltnl2" errorRef="Error_0y0cd8c" camunda:errorMessageVariable="resourceUploadErrorMessage" />
158+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0rltnl2" errorRef="Error_0y0cd8c" camunda:errorMessageVariable="resourceUploadError" />
159159
</bpmn:boundaryEvent>
160160
<bpmn:serviceTask id="Activity_1kb1v81" name="Log And Save Error" camunda:class="dev.dsf.bpe.service.pong.LogAndSaveUploadErrorPong">
161161
<bpmn:incoming>Flow_0mgrru4</bpmn:incoming>

0 commit comments

Comments
 (0)