update bpmn to save extsystemerrorsource
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / WorkflowActionBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.2">
3   <bpmn:process id="WorkflowActionBB" name="WorkflowActionBB" isExecutable="true">
4     <bpmn:startEvent id="Start_WorkflowActionBB" name="start">
5       <bpmn:outgoing>SequenceFlow_15s0okp</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="End_WorkflowActionBB" name="end">
8       <bpmn:incoming>SequenceFlow_0x4urgp</bpmn:incoming>
9       <bpmn:incoming>SequenceFlow_1pz6edz</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:sequenceFlow id="SequenceFlow_15s0okp" sourceRef="Start_WorkflowActionBB" targetRef="Task_RetrieveBBExectuionList" />
12     <bpmn:callActivity id="Call_ExecuteBB" name="Execute BB" camunda:asyncBefore="true" calledElement="ExecuteBuildingBlock">
13       <bpmn:extensionElements>
14         <camunda:in source="buildingBlock" target="buildingBlock" />
15         <camunda:out source="buildingBlock" target="buildingBlock" />
16         <camunda:out source="handlingCode" target="handlingCode" />
17         <camunda:in source="mso-request-id" target="mso-request-id" />
18         <camunda:in source="retryCount" target="retryCount" />
19         <camunda:out source="WorkflowExceptionErrorMessage" target="WorkflowExceptionErrorMessage" />
20         <camunda:in source="aLaCarte" target="aLaCarte" />
21         <camunda:in source="orchestrationStatusValidationResult" target="orchestrationStatusValidationResult" />
22         <camunda:out source="orchestrationStatusValidationResult" target="orchestrationStatusValidationResult" />
23         <camunda:out source="RetryDuration" target="RetryDuration" />
24         <camunda:in source="suppressRollback" target="suppressRollback" />
25         <camunda:out source="StatusMessage" target="StatusMessage" />
26         <camunda:in source="isRollback" target="isRollback" />
27       </bpmn:extensionElements>
28       <bpmn:incoming>SequenceFlow_0mew9im</bpmn:incoming>
29       <bpmn:outgoing>SequenceFlow_1hsqed1</bpmn:outgoing>
30     </bpmn:callActivity>
31     <bpmn:sequenceFlow id="SequenceFlow_0mqrkxv" sourceRef="Task_SelectBB" targetRef="ServiceTask_0e2p0xs" />
32     <bpmn:serviceTask id="Task_SelectBB" name="Select BB" camunda:expression="${WorkflowActionBBTasks.selectBB(execution)}">
33       <bpmn:incoming>SequenceFlow_1atzsgn</bpmn:incoming>
34       <bpmn:incoming>SequenceFlow_1tfizxf</bpmn:incoming>
35       <bpmn:incoming>SequenceFlow_1pnkpim</bpmn:incoming>
36       <bpmn:outgoing>SequenceFlow_0mqrkxv</bpmn:outgoing>
37     </bpmn:serviceTask>
38     <bpmn:exclusiveGateway id="ExclusiveGateway_Finished" default="SequenceFlow_01j184u">
39       <bpmn:incoming>SequenceFlow_1fftixk</bpmn:incoming>
40       <bpmn:outgoing>SequenceFlow_1m2eezj</bpmn:outgoing>
41       <bpmn:outgoing>SequenceFlow_0v588sm</bpmn:outgoing>
42       <bpmn:outgoing>SequenceFlow_11530ei</bpmn:outgoing>
43       <bpmn:outgoing>SequenceFlow_01j184u</bpmn:outgoing>
44       <bpmn:outgoing>SequenceFlow_0l7kaba</bpmn:outgoing>
45     </bpmn:exclusiveGateway>
46     <bpmn:sequenceFlow id="SequenceFlow_1m2eezj" name="Completed = true" sourceRef="ExclusiveGateway_Finished" targetRef="ExclusiveGateway_isTopLevelFlowC">
47       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("completed")==true&&execution.getVariable("isRollback")==false&&execution.getVariable("handlingCode")=="Success"}]]></bpmn:conditionExpression>
48     </bpmn:sequenceFlow>
49     <bpmn:serviceTask id="Task_RetrieveBBExectuionList" name="Retrieve BB Execution List" camunda:expression="${WorkflowAction.selectExecutionList(execution)}">
50       <bpmn:incoming>SequenceFlow_15s0okp</bpmn:incoming>
51       <bpmn:outgoing>SequenceFlow_0vc9go9</bpmn:outgoing>
52     </bpmn:serviceTask>
53     <bpmn:serviceTask id="Task_SendSync" name="Send Sync Ack API Handler" camunda:asyncAfter="true" camunda:expression="${WorkflowActionBBTasks.sendSyncAck(execution)}">
54       <bpmn:incoming>SequenceFlow_0sckerv</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_1wb59ic</bpmn:outgoing>
56     </bpmn:serviceTask>
57     <bpmn:serviceTask id="Task_UpdateRequestComplete" name="Update Request To Complete" camunda:expression="${WorkflowActionBBTasks.updateRequestStatusToComplete(execution)}">
58       <bpmn:incoming>SequenceFlow_0kf5sen</bpmn:incoming>
59       <bpmn:outgoing>SequenceFlow_1pz6edz</bpmn:outgoing>
60     </bpmn:serviceTask>
61     <bpmn:sequenceFlow id="SequenceFlow_1pz6edz" sourceRef="Task_UpdateRequestComplete" targetRef="End_WorkflowActionBB" />
62     <bpmn:subProcess id="SubProcess_18226x4" name="Error Handling" triggeredByEvent="true">
63       <bpmn:startEvent id="ErrorStart" name="error">
64         <bpmn:outgoing>SequenceFlow_1edjl5x</bpmn:outgoing>
65         <bpmn:errorEventDefinition />
66       </bpmn:startEvent>
67       <bpmn:endEvent id="ErrorEnd" name="end">
68         <bpmn:incoming>SequenceFlow_0wvzfgf</bpmn:incoming>
69       </bpmn:endEvent>
70       <bpmn:serviceTask id="Task_UpdateDb" name="Update Request To Failed" camunda:expression="${WorkflowActionBBFailure.updateRequestStatusToFailed(execution)}">
71         <bpmn:incoming>SequenceFlow_024g0d1</bpmn:incoming>
72         <bpmn:incoming>SequenceFlow_0eana0l</bpmn:incoming>
73         <bpmn:outgoing>SequenceFlow_0wvzfgf</bpmn:outgoing>
74       </bpmn:serviceTask>
75       <bpmn:sequenceFlow id="SequenceFlow_1edjl5x" sourceRef="ErrorStart" targetRef="ExclusiveGateway_10q79b6" />
76       <bpmn:sequenceFlow id="SequenceFlow_0wvzfgf" sourceRef="Task_UpdateDb" targetRef="ErrorEnd" />
77       <bpmn:exclusiveGateway id="ExclusiveGateway_10q79b6" name="Is Top-Level Flow and Sync Ack not sent?" default="SequenceFlow_024g0d1">
78         <bpmn:incoming>SequenceFlow_1edjl5x</bpmn:incoming>
79         <bpmn:outgoing>SequenceFlow_024g0d1</bpmn:outgoing>
80         <bpmn:outgoing>SequenceFlow_0vi883o</bpmn:outgoing>
81       </bpmn:exclusiveGateway>
82       <bpmn:sequenceFlow id="SequenceFlow_024g0d1" name="no" sourceRef="ExclusiveGateway_10q79b6" targetRef="Task_UpdateDb" />
83       <bpmn:sequenceFlow id="SequenceFlow_0vi883o" name="yes" sourceRef="ExclusiveGateway_10q79b6" targetRef="Task_SendSyncAckError">
84         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isTopLevelFlow")==true&&execution.getVariable("sentSyncResponse")==false}]]></bpmn:conditionExpression>
85       </bpmn:sequenceFlow>
86       <bpmn:sequenceFlow id="SequenceFlow_0eana0l" sourceRef="Task_SendSyncAckError" targetRef="Task_UpdateDb" />
87       <bpmn:serviceTask id="Task_SendSyncAckError" name="Send Sync Ack API Handler" camunda:asyncAfter="true" camunda:expression="${WorkflowActionBBTasks.sendSyncAck(execution)}">
88         <bpmn:incoming>SequenceFlow_0vi883o</bpmn:incoming>
89         <bpmn:outgoing>SequenceFlow_0eana0l</bpmn:outgoing>
90       </bpmn:serviceTask>
91     </bpmn:subProcess>
92     <bpmn:sequenceFlow id="SequenceFlow_0v588sm" name="Rollback = true" sourceRef="ExclusiveGateway_Finished" targetRef="Task_RollbackExecutionPath">
93       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("handlingCode")=="Rollback"||execution.getVariable("handlingCode")=="RollbackToAssigned"||execution.getVariable("handlingCode")=="RollbackToCreated"}]]></bpmn:conditionExpression>
94     </bpmn:sequenceFlow>
95     <bpmn:sequenceFlow id="SequenceFlow_1atzsgn" sourceRef="Task_RollbackExecutionPath" targetRef="Task_SelectBB">
96       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isRollbackNeeded")==true}]]></bpmn:conditionExpression>
97     </bpmn:sequenceFlow>
98     <bpmn:serviceTask id="Task_RollbackExecutionPath" name="Rollback Execution Path" camunda:expression="${WorkflowActionBBTasks.rollbackExecutionPath(execution)}">
99       <bpmn:incoming>SequenceFlow_0v588sm</bpmn:incoming>
100       <bpmn:outgoing>SequenceFlow_1atzsgn</bpmn:outgoing>
101       <bpmn:outgoing>SequenceFlow_11dlyzt</bpmn:outgoing>
102     </bpmn:serviceTask>
103     <bpmn:sequenceFlow id="SequenceFlow_0vc9go9" sourceRef="Task_RetrieveBBExectuionList" targetRef="ExclusiveGateway_isTopLevelFlow" />
104     <bpmn:sequenceFlow id="SequenceFlow_11530ei" name="Abort = true" sourceRef="ExclusiveGateway_Finished" targetRef="ExclusiveGateway_isTopLevelFlowAbort">
105       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("handlingCode")=="Abort"}]]></bpmn:conditionExpression>
106     </bpmn:sequenceFlow>
107     <bpmn:serviceTask id="Task_AbortAndCallErrorHandling" name="Update Request To Failed" camunda:expression="${WorkflowActionBBFailure.updateRequestStatusToFailed(execution)}">
108       <bpmn:incoming>SequenceFlow_02ksbt0</bpmn:incoming>
109       <bpmn:outgoing>SequenceFlow_1p8yxu6</bpmn:outgoing>
110     </bpmn:serviceTask>
111     <bpmn:endEvent id="EndEvent_0lzz1ya" name="end">
112       <bpmn:incoming>SequenceFlow_1p8yxu6</bpmn:incoming>
113       <bpmn:incoming>SequenceFlow_1r570x3</bpmn:incoming>
114     </bpmn:endEvent>
115     <bpmn:sequenceFlow id="SequenceFlow_1p8yxu6" sourceRef="Task_AbortAndCallErrorHandling" targetRef="EndEvent_0lzz1ya" />
116     <bpmn:sequenceFlow id="SequenceFlow_1wb59ic" sourceRef="Task_SendSync" targetRef="Task_PreValidateWorkflow" />
117     <bpmn:sequenceFlow id="SequenceFlow_01j184u" sourceRef="ExclusiveGateway_Finished" targetRef="Task_0a31dkf" />
118     <bpmn:serviceTask id="Task_0a31dkf" name="Check Retry Status" camunda:expression="${WorkflowActionBBTasks.checkRetryStatus(execution)}">
119       <bpmn:incoming>SequenceFlow_01j184u</bpmn:incoming>
120       <bpmn:outgoing>SequenceFlow_1pnkpim</bpmn:outgoing>
121     </bpmn:serviceTask>
122     <bpmn:exclusiveGateway id="ExclusiveGateway_isTopLevelFlow" name="Is Top-Level Flow?" default="SequenceFlow_0sckerv">
123       <bpmn:incoming>SequenceFlow_0vc9go9</bpmn:incoming>
124       <bpmn:outgoing>SequenceFlow_0sckerv</bpmn:outgoing>
125       <bpmn:outgoing>SequenceFlow_0unbew4</bpmn:outgoing>
126     </bpmn:exclusiveGateway>
127     <bpmn:sequenceFlow id="SequenceFlow_0sckerv" name="yes" sourceRef="ExclusiveGateway_isTopLevelFlow" targetRef="Task_SendSync" />
128     <bpmn:sequenceFlow id="SequenceFlow_0unbew4" name="no" sourceRef="ExclusiveGateway_isTopLevelFlow" targetRef="Task_PreValidateWorkflow">
129       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isTopLevelFlow")==false}]]></bpmn:conditionExpression>
130     </bpmn:sequenceFlow>
131     <bpmn:exclusiveGateway id="ExclusiveGateway_isTopLevelFlowAbort" name="Is Top-Level Flow?" default="SequenceFlow_02ksbt0">
132       <bpmn:incoming>SequenceFlow_11530ei</bpmn:incoming>
133       <bpmn:outgoing>SequenceFlow_02ksbt0</bpmn:outgoing>
134       <bpmn:outgoing>SequenceFlow_1r570x3</bpmn:outgoing>
135     </bpmn:exclusiveGateway>
136     <bpmn:sequenceFlow id="SequenceFlow_02ksbt0" name="yes" sourceRef="ExclusiveGateway_isTopLevelFlowAbort" targetRef="Task_AbortAndCallErrorHandling" />
137     <bpmn:sequenceFlow id="SequenceFlow_1r570x3" name="no" sourceRef="ExclusiveGateway_isTopLevelFlowAbort" targetRef="EndEvent_0lzz1ya">
138       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isTopLevelFlow")==false}]]></bpmn:conditionExpression>
139     </bpmn:sequenceFlow>
140     <bpmn:exclusiveGateway id="ExclusiveGateway_isTopLevelFlowC" name="Is Top-Level Flow?" default="SequenceFlow_0kf5sen">
141       <bpmn:incoming>SequenceFlow_1m2eezj</bpmn:incoming>
142       <bpmn:outgoing>SequenceFlow_0x4urgp</bpmn:outgoing>
143       <bpmn:outgoing>SequenceFlow_0kf5sen</bpmn:outgoing>
144     </bpmn:exclusiveGateway>
145     <bpmn:sequenceFlow id="SequenceFlow_0x4urgp" name="no" sourceRef="ExclusiveGateway_isTopLevelFlowC" targetRef="End_WorkflowActionBB">
146       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isTopLevelFlow")==false}]]></bpmn:conditionExpression>
147     </bpmn:sequenceFlow>
148     <bpmn:endEvent id="End_RollbackFailed" name="end">
149       <bpmn:incoming>SequenceFlow_1ui67mc</bpmn:incoming>
150     </bpmn:endEvent>
151     <bpmn:sequenceFlow id="SequenceFlow_11dlyzt" name="Rollback Not Needed" sourceRef="Task_RollbackExecutionPath" targetRef="Task_UpdateRequestToFailed">
152       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("isRollbackNeeded")==false}]]></bpmn:conditionExpression>
153     </bpmn:sequenceFlow>
154     <bpmn:serviceTask id="Task_UpdateRequestToFailed" name="Update Request To Failed" camunda:expression="${WorkflowActionBBFailure.updateRequestStatusToFailedWithRollback(execution)}">
155       <bpmn:incoming>SequenceFlow_11dlyzt</bpmn:incoming>
156       <bpmn:incoming>SequenceFlow_0l7kaba</bpmn:incoming>
157       <bpmn:outgoing>SequenceFlow_1ui67mc</bpmn:outgoing>
158     </bpmn:serviceTask>
159     <bpmn:sequenceFlow id="SequenceFlow_0l7kaba" name="Rollback Completed" sourceRef="ExclusiveGateway_Finished" targetRef="Task_UpdateRequestToFailed">
160       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("completed")==true&&execution.getVariable("isRollback")==true&&execution.getVariable("handlingCode")=="Success"}]]></bpmn:conditionExpression>
161     </bpmn:sequenceFlow>
162     <bpmn:sequenceFlow id="SequenceFlow_1ui67mc" sourceRef="Task_UpdateRequestToFailed" targetRef="End_RollbackFailed" />
163     <bpmn:subProcess id="SubProcess_0fuugr9" name="Java Exception Handling Sub Process" triggeredByEvent="true">
164       <bpmn:startEvent id="StartEvent_runtimeError" name="error">
165         <bpmn:outgoing>SequenceFlow_11d126w</bpmn:outgoing>
166         <bpmn:errorEventDefinition errorRef="Error_0kd2o2a" camunda:errorCodeVariable="BPMN_javaExpCode" camunda:errorMessageVariable="BPMN_javaExpMsg" />
167       </bpmn:startEvent>
168       <bpmn:serviceTask id="ServiceTask_HandleRuntimeError" name="Handle Runtime Exception" camunda:expression="${WorkflowAction.handleRuntimeException(execution)}">
169         <bpmn:incoming>SequenceFlow_11d126w</bpmn:incoming>
170         <bpmn:outgoing>SequenceFlow_0w4sx88</bpmn:outgoing>
171       </bpmn:serviceTask>
172       <bpmn:endEvent id="EndEvent__runtimeError">
173         <bpmn:incoming>SequenceFlow_0w4sx88</bpmn:incoming>
174       </bpmn:endEvent>
175       <bpmn:sequenceFlow id="SequenceFlow_11d126w" sourceRef="StartEvent_runtimeError" targetRef="ServiceTask_HandleRuntimeError" />
176       <bpmn:sequenceFlow id="SequenceFlow_0w4sx88" sourceRef="ServiceTask_HandleRuntimeError" targetRef="EndEvent__runtimeError" />
177     </bpmn:subProcess>
178     <bpmn:serviceTask id="ServiceTask_0e2p0xs" name="Update Flow Statistics" camunda:expression="${WorkflowActionBBTasks.updateFlowStatistics(execution)}">
179       <bpmn:incoming>SequenceFlow_0mqrkxv</bpmn:incoming>
180       <bpmn:outgoing>SequenceFlow_0mew9im</bpmn:outgoing>
181     </bpmn:serviceTask>
182     <bpmn:sequenceFlow id="SequenceFlow_0mew9im" sourceRef="ServiceTask_0e2p0xs" targetRef="Call_ExecuteBB" />
183     <bpmn:sequenceFlow id="SequenceFlow_0kf5sen" name="yes" sourceRef="ExclusiveGateway_isTopLevelFlowC" targetRef="Task_UpdateRequestComplete" />
184     <bpmn:sequenceFlow id="SequenceFlow_1tfizxf" sourceRef="Task_PreValidateWorkflow" targetRef="Task_SelectBB" />
185     <bpmn:serviceTask id="Task_PreValidateWorkflow" name="PreValidate Workflow" camunda:expression="${WorkflowValidatorRunner.preValidate(execution.getVariable(&#34;requestAction&#34;), execution)}">
186       <bpmn:incoming>SequenceFlow_0unbew4</bpmn:incoming>
187       <bpmn:incoming>SequenceFlow_1wb59ic</bpmn:incoming>
188       <bpmn:outgoing>SequenceFlow_1tfizxf</bpmn:outgoing>
189     </bpmn:serviceTask>
190     <bpmn:serviceTask id="ServiceTask_0lbkcyp" name="Post Processing Execute BB" camunda:expression="${WorkflowActionBBTasks.postProcessingExecuteBB(execution)}">
191       <bpmn:incoming>SequenceFlow_1hsqed1</bpmn:incoming>
192       <bpmn:outgoing>SequenceFlow_1fftixk</bpmn:outgoing>
193     </bpmn:serviceTask>
194     <bpmn:sequenceFlow id="SequenceFlow_1hsqed1" sourceRef="Call_ExecuteBB" targetRef="ServiceTask_0lbkcyp" />
195     <bpmn:sequenceFlow id="SequenceFlow_1fftixk" sourceRef="ServiceTask_0lbkcyp" targetRef="ExclusiveGateway_Finished" />
196     <bpmn:sequenceFlow id="SequenceFlow_1pnkpim" sourceRef="Task_0a31dkf" targetRef="Task_SelectBB" />
197   </bpmn:process>
198   <bpmn:error id="Error_0kd2o2a" name="java.lang.Exception" errorCode="java.lang.Exception" />
199   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
200     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="WorkflowActionBB">
201       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_WorkflowActionBB">
202         <dc:Bounds x="-434" y="102" width="36" height="36" />
203         <bpmndi:BPMNLabel>
204           <dc:Bounds x="-426" y="138" width="22" height="12" />
205         </bpmndi:BPMNLabel>
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="EndEvent_1uv6erv_di" bpmnElement="End_WorkflowActionBB">
208         <dc:Bounds x="1304" y="147" width="36" height="36" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="1313" y="127" width="18" height="12" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNEdge id="SequenceFlow_15s0okp_di" bpmnElement="SequenceFlow_15s0okp">
214         <di:waypoint xsi:type="dc:Point" x="-398" y="120" />
215         <di:waypoint xsi:type="dc:Point" x="-365" y="120" />
216         <bpmndi:BPMNLabel>
217           <dc:Bounds x="-381" y="99" width="0" height="0" />
218         </bpmndi:BPMNLabel>
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNShape id="CallActivity_03m7z4y_di" bpmnElement="Call_ExecuteBB">
221         <dc:Bounds x="560" y="80" width="100" height="80" />
222       </bpmndi:BPMNShape>
223       <bpmndi:BPMNEdge id="SequenceFlow_0mqrkxv_di" bpmnElement="SequenceFlow_0mqrkxv">
224         <di:waypoint xsi:type="dc:Point" x="339" y="120" />
225         <di:waypoint xsi:type="dc:Point" x="400" y="120" />
226         <bpmndi:BPMNLabel>
227           <dc:Bounds x="324.5" y="105" width="90" height="0" />
228         </bpmndi:BPMNLabel>
229       </bpmndi:BPMNEdge>
230       <bpmndi:BPMNShape id="ServiceTask_1snenqk_di" bpmnElement="Task_SelectBB">
231         <dc:Bounds x="239" y="80" width="100" height="80" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNShape id="ExclusiveGateway_0m1zt0q_di" bpmnElement="ExclusiveGateway_Finished" isMarkerVisible="true">
234         <dc:Bounds x="911" y="95" width="50" height="50" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="850" y="42" width="90" height="0" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNShape>
239       <bpmndi:BPMNEdge id="SequenceFlow_1m2eezj_di" bpmnElement="SequenceFlow_1m2eezj">
240         <di:waypoint xsi:type="dc:Point" x="949" y="132" />
241         <di:waypoint xsi:type="dc:Point" x="980" y="165" />
242         <di:waypoint xsi:type="dc:Point" x="1060" y="165" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="968" y="168" width="83" height="12" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNEdge>
247       <bpmndi:BPMNShape id="ServiceTask_0kn8jt8_di" bpmnElement="Task_RetrieveBBExectuionList">
248         <dc:Bounds x="-365" y="80" width="100" height="80" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="ServiceTask_0654g3m_di" bpmnElement="Task_SendSync">
251         <dc:Bounds x="-132" y="-6" width="100" height="80" />
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="ServiceTask_0wzh11j_di" bpmnElement="Task_UpdateRequestComplete">
254         <dc:Bounds x="1161" y="206" width="100" height="80" />
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNEdge id="SequenceFlow_1pz6edz_di" bpmnElement="SequenceFlow_1pz6edz">
257         <di:waypoint xsi:type="dc:Point" x="1261" y="246" />
258         <di:waypoint xsi:type="dc:Point" x="1322" y="246" />
259         <di:waypoint xsi:type="dc:Point" x="1322" y="183" />
260         <bpmndi:BPMNLabel>
261           <dc:Bounds x="1247" y="231" width="90" height="0" />
262         </bpmndi:BPMNLabel>
263       </bpmndi:BPMNEdge>
264       <bpmndi:BPMNShape id="SubProcess_18226x4_di" bpmnElement="SubProcess_18226x4" isExpanded="true">
265         <dc:Bounds x="498" y="444" width="438" height="297" />
266       </bpmndi:BPMNShape>
267       <bpmndi:BPMNShape id="StartEvent_184g7f3_di" bpmnElement="ErrorStart">
268         <dc:Bounds x="520" y="639" width="36" height="36" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="526" y="682" width="24" height="12" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNShape>
273       <bpmndi:BPMNShape id="EndEvent_0l4edvr_di" bpmnElement="ErrorEnd">
274         <dc:Bounds x="880" y="639" width="36" height="36" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="890" y="681" width="18" height="12" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNShape>
279       <bpmndi:BPMNEdge id="SequenceFlow_0v588sm_di" bpmnElement="SequenceFlow_0v588sm">
280         <di:waypoint xsi:type="dc:Point" x="936" y="145" />
281         <di:waypoint xsi:type="dc:Point" x="936" y="262" />
282         <di:waypoint xsi:type="dc:Point" x="339" y="262" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="769.202380952381" y="272" width="73" height="12" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNEdge>
287       <bpmndi:BPMNEdge id="SequenceFlow_1atzsgn_di" bpmnElement="SequenceFlow_1atzsgn">
288         <di:waypoint xsi:type="dc:Point" x="289" y="222" />
289         <di:waypoint xsi:type="dc:Point" x="289" y="160" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="259" y="191" width="90" height="0" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNShape id="ServiceTask_19t1oyr_di" bpmnElement="Task_RollbackExecutionPath">
295         <dc:Bounds x="239" y="222" width="100" height="80" />
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNEdge id="SequenceFlow_0vc9go9_di" bpmnElement="SequenceFlow_0vc9go9">
298         <di:waypoint xsi:type="dc:Point" x="-265" y="120" />
299         <di:waypoint xsi:type="dc:Point" x="-228" y="120" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="-246" y="105" width="0" height="0" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNEdge id="SequenceFlow_11530ei_di" bpmnElement="SequenceFlow_11530ei">
305         <di:waypoint xsi:type="dc:Point" x="946" y="105" />
306         <di:waypoint xsi:type="dc:Point" x="983" y="44" />
307         <di:waypoint xsi:type="dc:Point" x="1060" y="45" />
308         <bpmndi:BPMNLabel>
309           <dc:Bounds x="975" y="17" width="58" height="12" />
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNShape id="ServiceTask_0jo36ez_di" bpmnElement="Task_AbortAndCallErrorHandling">
313         <dc:Bounds x="1176" y="-76" width="100" height="80" />
314       </bpmndi:BPMNShape>
315       <bpmndi:BPMNShape id="EndEvent_0lzz1ya_di" bpmnElement="EndEvent_0lzz1ya">
316         <dc:Bounds x="1386" y="27" width="36" height="36" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="1395" y="67" width="18" height="12" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNShape>
321       <bpmndi:BPMNEdge id="SequenceFlow_1p8yxu6_di" bpmnElement="SequenceFlow_1p8yxu6">
322         <di:waypoint xsi:type="dc:Point" x="1276" y="-36" />
323         <di:waypoint xsi:type="dc:Point" x="1359" y="-36" />
324         <di:waypoint xsi:type="dc:Point" x="1359" y="45" />
325         <di:waypoint xsi:type="dc:Point" x="1386" y="45" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="1329" y="5" width="90" height="0" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="SequenceFlow_1wb59ic_di" bpmnElement="SequenceFlow_1wb59ic">
331         <di:waypoint xsi:type="dc:Point" x="-32" y="34" />
332         <di:waypoint xsi:type="dc:Point" x="32" y="34" />
333         <di:waypoint xsi:type="dc:Point" x="32" y="120" />
334         <di:waypoint xsi:type="dc:Point" x="80" y="120" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="47" y="77" width="0" height="0" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNEdge>
339       <bpmndi:BPMNEdge id="SequenceFlow_01j184u_di" bpmnElement="SequenceFlow_01j184u">
340         <di:waypoint xsi:type="dc:Point" x="936" y="95" />
341         <di:waypoint xsi:type="dc:Point" x="936" y="55" />
342         <di:waypoint xsi:type="dc:Point" x="936" y="55" />
343         <di:waypoint xsi:type="dc:Point" x="936" y="4" />
344         <bpmndi:BPMNLabel>
345           <dc:Bounds x="906" y="49" width="90" height="0" />
346         </bpmndi:BPMNLabel>
347       </bpmndi:BPMNEdge>
348       <bpmndi:BPMNShape id="ServiceTask_1c1v3p1_di" bpmnElement="Task_0a31dkf">
349         <dc:Bounds x="886" y="-76" width="100" height="80" />
350       </bpmndi:BPMNShape>
351       <bpmndi:BPMNShape id="ExclusiveGateway_0ptb1yi_di" bpmnElement="ExclusiveGateway_isTopLevelFlow" isMarkerVisible="true">
352         <dc:Bounds x="-228" y="95" width="50" height="50" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="-235" y="145" width="63" height="24" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNShape>
357       <bpmndi:BPMNEdge id="SequenceFlow_0sckerv_di" bpmnElement="SequenceFlow_0sckerv">
358         <di:waypoint xsi:type="dc:Point" x="-202" y="96" />
359         <di:waypoint xsi:type="dc:Point" x="-202" y="34" />
360         <di:waypoint xsi:type="dc:Point" x="-132" y="34" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="-195" y="55.55555555555556" width="18" height="12" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_0unbew4_di" bpmnElement="SequenceFlow_0unbew4">
366         <di:waypoint xsi:type="dc:Point" x="-178" y="120" />
367         <di:waypoint xsi:type="dc:Point" x="80" y="120" />
368         <bpmndi:BPMNLabel>
369           <dc:Bounds x="-87" y="99.95468180757382" width="12" height="12" />
370         </bpmndi:BPMNLabel>
371       </bpmndi:BPMNEdge>
372       <bpmndi:BPMNShape id="ExclusiveGateway_001g41v_di" bpmnElement="ExclusiveGateway_isTopLevelFlowAbort" isMarkerVisible="true">
373         <dc:Bounds x="1060" y="20" width="50" height="50" />
374         <bpmndi:BPMNLabel>
375           <dc:Bounds x="1055" y="70" width="61" height="24" />
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNShape>
378       <bpmndi:BPMNEdge id="SequenceFlow_02ksbt0_di" bpmnElement="SequenceFlow_02ksbt0">
379         <di:waypoint xsi:type="dc:Point" x="1085" y="20" />
380         <di:waypoint xsi:type="dc:Point" x="1085" y="-37" />
381         <di:waypoint xsi:type="dc:Point" x="1176" y="-37" />
382         <bpmndi:BPMNLabel>
383           <dc:Bounds x="1091" y="-8" width="19" height="12" />
384         </bpmndi:BPMNLabel>
385       </bpmndi:BPMNEdge>
386       <bpmndi:BPMNEdge id="SequenceFlow_1r570x3_di" bpmnElement="SequenceFlow_1r570x3">
387         <di:waypoint xsi:type="dc:Point" x="1110" y="45" />
388         <di:waypoint xsi:type="dc:Point" x="1386" y="45" />
389         <bpmndi:BPMNLabel>
390           <dc:Bounds x="1242" y="20" width="12" height="12" />
391         </bpmndi:BPMNLabel>
392       </bpmndi:BPMNEdge>
393       <bpmndi:BPMNShape id="ExclusiveGateway_1er1kam_di" bpmnElement="ExclusiveGateway_isTopLevelFlowC" isMarkerVisible="true">
394         <dc:Bounds x="1060" y="140" width="50" height="50" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="1055" y="108" width="61" height="24" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNShape>
399       <bpmndi:BPMNEdge id="SequenceFlow_0x4urgp_di" bpmnElement="SequenceFlow_0x4urgp">
400         <di:waypoint xsi:type="dc:Point" x="1110" y="165" />
401         <di:waypoint xsi:type="dc:Point" x="1220" y="165" />
402         <di:waypoint xsi:type="dc:Point" x="1220" y="165" />
403         <di:waypoint xsi:type="dc:Point" x="1304" y="165" />
404         <bpmndi:BPMNLabel>
405           <dc:Bounds x="1256" y="140" width="12" height="12" />
406         </bpmndi:BPMNLabel>
407       </bpmndi:BPMNEdge>
408       <bpmndi:BPMNShape id="EndEvent_1q8eh5e_di" bpmnElement="End_RollbackFailed">
409         <dc:Bounds x="1159" y="347" width="36" height="36" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="1177" y="399" width="18" height="12" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNShape>
414       <bpmndi:BPMNEdge id="SequenceFlow_11dlyzt_di" bpmnElement="SequenceFlow_11dlyzt">
415         <di:waypoint xsi:type="dc:Point" x="289" y="302" />
416         <di:waypoint xsi:type="dc:Point" x="289" y="368" />
417         <di:waypoint xsi:type="dc:Point" x="960" y="368" />
418         <bpmndi:BPMNLabel>
419           <dc:Bounds x="381.45685840707966" y="325" width="63" height="24" />
420         </bpmndi:BPMNLabel>
421       </bpmndi:BPMNEdge>
422       <bpmndi:BPMNShape id="ServiceTask_1h154rn_di" bpmnElement="Task_UpdateDb">
423         <dc:Bounds x="713" y="617" width="100" height="80" />
424       </bpmndi:BPMNShape>
425       <bpmndi:BPMNShape id="ServiceTask_1t8n9gd_di" bpmnElement="Task_UpdateRequestToFailed">
426         <dc:Bounds x="960" y="325" width="100" height="80" />
427       </bpmndi:BPMNShape>
428       <bpmndi:BPMNEdge id="SequenceFlow_0l7kaba_di" bpmnElement="SequenceFlow_0l7kaba">
429         <di:waypoint xsi:type="dc:Point" x="942" y="139" />
430         <di:waypoint xsi:type="dc:Point" x="976" y="252" />
431         <di:waypoint xsi:type="dc:Point" x="1016" y="252" />
432         <di:waypoint xsi:type="dc:Point" x="1016" y="325" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="959" y="255" width="52" height="24" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNEdge>
437       <bpmndi:BPMNEdge id="SequenceFlow_1edjl5x_di" bpmnElement="SequenceFlow_1edjl5x">
438         <di:waypoint xsi:type="dc:Point" x="556" y="657" />
439         <di:waypoint xsi:type="dc:Point" x="602" y="657" />
440         <bpmndi:BPMNLabel>
441           <dc:Bounds x="534" y="636" width="90" height="12" />
442         </bpmndi:BPMNLabel>
443       </bpmndi:BPMNEdge>
444       <bpmndi:BPMNEdge id="SequenceFlow_0wvzfgf_di" bpmnElement="SequenceFlow_0wvzfgf">
445         <di:waypoint xsi:type="dc:Point" x="813" y="657" />
446         <di:waypoint xsi:type="dc:Point" x="880" y="657" />
447         <bpmndi:BPMNLabel>
448           <dc:Bounds x="801.5" y="636" width="90" height="12" />
449         </bpmndi:BPMNLabel>
450       </bpmndi:BPMNEdge>
451       <bpmndi:BPMNEdge id="SequenceFlow_1ui67mc_di" bpmnElement="SequenceFlow_1ui67mc">
452         <di:waypoint xsi:type="dc:Point" x="1060" y="365" />
453         <di:waypoint xsi:type="dc:Point" x="1134" y="365" />
454         <di:waypoint xsi:type="dc:Point" x="1134" y="365" />
455         <di:waypoint xsi:type="dc:Point" x="1159" y="365" />
456         <bpmndi:BPMNLabel>
457           <dc:Bounds x="1104" y="359" width="90" height="13" />
458         </bpmndi:BPMNLabel>
459       </bpmndi:BPMNEdge>
460       <bpmndi:BPMNShape id="ExclusiveGateway_10q79b6_di" bpmnElement="ExclusiveGateway_10q79b6" isMarkerVisible="true">
461         <dc:Bounds x="602" y="632" width="50" height="50" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="584" y="686" width="86" height="36" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNShape>
466       <bpmndi:BPMNEdge id="SequenceFlow_024g0d1_di" bpmnElement="SequenceFlow_024g0d1">
467         <di:waypoint xsi:type="dc:Point" x="652" y="657" />
468         <di:waypoint xsi:type="dc:Point" x="683" y="657" />
469         <di:waypoint xsi:type="dc:Point" x="683" y="657" />
470         <di:waypoint xsi:type="dc:Point" x="713" y="657" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="677" y="634" width="12" height="12" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNEdge>
475       <bpmndi:BPMNEdge id="SequenceFlow_0vi883o_di" bpmnElement="SequenceFlow_0vi883o">
476         <di:waypoint xsi:type="dc:Point" x="627" y="632" />
477         <di:waypoint xsi:type="dc:Point" x="627" y="548" />
478         <di:waypoint xsi:type="dc:Point" x="713" y="548" />
479         <bpmndi:BPMNLabel>
480           <dc:Bounds x="633" y="584" width="18" height="12" />
481         </bpmndi:BPMNLabel>
482       </bpmndi:BPMNEdge>
483       <bpmndi:BPMNEdge id="SequenceFlow_0eana0l_di" bpmnElement="SequenceFlow_0eana0l">
484         <di:waypoint xsi:type="dc:Point" x="763" y="588" />
485         <di:waypoint xsi:type="dc:Point" x="763" y="617" />
486         <bpmndi:BPMNLabel>
487           <dc:Bounds x="778" y="596.5" width="0" height="12" />
488         </bpmndi:BPMNLabel>
489       </bpmndi:BPMNEdge>
490       <bpmndi:BPMNShape id="ServiceTask_10hs368_di" bpmnElement="Task_SendSyncAckError">
491         <dc:Bounds x="713" y="508" width="100" height="80" />
492       </bpmndi:BPMNShape>
493       <bpmndi:BPMNShape id="SubProcess_0fuugr9_di" bpmnElement="SubProcess_0fuugr9" isExpanded="true">
494         <dc:Bounds x="515" y="792" width="404" height="165" />
495       </bpmndi:BPMNShape>
496       <bpmndi:BPMNShape id="StartEvent_15qkxd7_di" bpmnElement="StartEvent_runtimeError">
497         <dc:Bounds x="570" y="857" width="36" height="36" />
498         <bpmndi:BPMNLabel>
499           <dc:Bounds x="577" y="900" width="24" height="12" />
500         </bpmndi:BPMNLabel>
501       </bpmndi:BPMNShape>
502       <bpmndi:BPMNShape id="ServiceTask_1p4kxh2_di" bpmnElement="ServiceTask_HandleRuntimeError">
503         <dc:Bounds x="690" y="835" width="100" height="80" />
504       </bpmndi:BPMNShape>
505       <bpmndi:BPMNShape id="EndEvent_09e3lu5_di" bpmnElement="EndEvent__runtimeError">
506         <dc:Bounds x="856" y="857" width="36" height="36" />
507         <bpmndi:BPMNLabel>
508           <dc:Bounds x="784" y="897" width="0" height="12" />
509         </bpmndi:BPMNLabel>
510       </bpmndi:BPMNShape>
511       <bpmndi:BPMNEdge id="SequenceFlow_11d126w_di" bpmnElement="SequenceFlow_11d126w">
512         <di:waypoint xsi:type="dc:Point" x="606" y="875" />
513         <di:waypoint xsi:type="dc:Point" x="690" y="875" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="603" y="854" width="0" height="12" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNEdge>
518       <bpmndi:BPMNEdge id="SequenceFlow_0w4sx88_di" bpmnElement="SequenceFlow_0w4sx88">
519         <di:waypoint xsi:type="dc:Point" x="790" y="875" />
520         <di:waypoint xsi:type="dc:Point" x="856" y="875" />
521         <bpmndi:BPMNLabel>
522           <dc:Bounds x="778" y="854" width="0" height="12" />
523         </bpmndi:BPMNLabel>
524       </bpmndi:BPMNEdge>
525       <bpmndi:BPMNShape id="ServiceTask_0e2p0xs_di" bpmnElement="ServiceTask_0e2p0xs">
526         <dc:Bounds x="400" y="80" width="100" height="80" />
527       </bpmndi:BPMNShape>
528       <bpmndi:BPMNEdge id="SequenceFlow_0mew9im_di" bpmnElement="SequenceFlow_0mew9im">
529         <di:waypoint xsi:type="dc:Point" x="500" y="120" />
530         <di:waypoint xsi:type="dc:Point" x="560" y="120" />
531         <bpmndi:BPMNLabel>
532           <dc:Bounds x="530" y="99" width="0" height="12" />
533         </bpmndi:BPMNLabel>
534       </bpmndi:BPMNEdge>
535       <bpmndi:BPMNEdge id="SequenceFlow_0kf5sen_di" bpmnElement="SequenceFlow_0kf5sen">
536         <di:waypoint xsi:type="dc:Point" x="1085" y="190" />
537         <di:waypoint xsi:type="dc:Point" x="1085" y="246" />
538         <di:waypoint xsi:type="dc:Point" x="1161" y="246" />
539         <bpmndi:BPMNLabel>
540           <dc:Bounds x="1091" y="218" width="19" height="12" />
541         </bpmndi:BPMNLabel>
542       </bpmndi:BPMNEdge>
543       <bpmndi:BPMNEdge id="SequenceFlow_1tfizxf_di" bpmnElement="SequenceFlow_1tfizxf">
544         <di:waypoint xsi:type="dc:Point" x="180" y="120" />
545         <di:waypoint xsi:type="dc:Point" x="211" y="120" />
546         <di:waypoint xsi:type="dc:Point" x="211" y="120" />
547         <di:waypoint xsi:type="dc:Point" x="239" y="120" />
548         <bpmndi:BPMNLabel>
549           <dc:Bounds x="226" y="120" width="0" height="0" />
550         </bpmndi:BPMNLabel>
551       </bpmndi:BPMNEdge>
552       <bpmndi:BPMNShape id="ServiceTask_0m5xr0e_di" bpmnElement="Task_PreValidateWorkflow">
553         <dc:Bounds x="80" y="80" width="100" height="80" />
554       </bpmndi:BPMNShape>
555       <bpmndi:BPMNShape id="ServiceTask_0lbkcyp_di" bpmnElement="ServiceTask_0lbkcyp">
556         <dc:Bounds x="735" y="80" width="100" height="80" />
557       </bpmndi:BPMNShape>
558       <bpmndi:BPMNEdge id="SequenceFlow_1hsqed1_di" bpmnElement="SequenceFlow_1hsqed1">
559         <di:waypoint xsi:type="dc:Point" x="660" y="120" />
560         <di:waypoint xsi:type="dc:Point" x="735" y="120" />
561         <bpmndi:BPMNLabel>
562           <dc:Bounds x="697.5" y="99" width="0" height="12" />
563         </bpmndi:BPMNLabel>
564       </bpmndi:BPMNEdge>
565       <bpmndi:BPMNEdge id="SequenceFlow_1fftixk_di" bpmnElement="SequenceFlow_1fftixk">
566         <di:waypoint xsi:type="dc:Point" x="835" y="120" />
567         <di:waypoint xsi:type="dc:Point" x="911" y="120" />
568         <bpmndi:BPMNLabel>
569           <dc:Bounds x="873" y="99" width="0" height="12" />
570         </bpmndi:BPMNLabel>
571       </bpmndi:BPMNEdge>
572       <bpmndi:BPMNEdge id="SequenceFlow_1pnkpim_di" bpmnElement="SequenceFlow_1pnkpim">
573         <di:waypoint xsi:type="dc:Point" x="886" y="-36" />
574         <di:waypoint xsi:type="dc:Point" x="289" y="-36" />
575         <di:waypoint xsi:type="dc:Point" x="289" y="80" />
576         <bpmndi:BPMNLabel>
577           <dc:Bounds x="587.5" y="-57" width="0" height="12" />
578         </bpmndi:BPMNLabel>
579       </bpmndi:BPMNEdge>
580     </bpmndi:BPMNPlane>
581   </bpmndi:BPMNDiagram>
582 </bpmn:definitions>