Merge "Added null check for heatStack to prevent crash at getCanonicalName() call"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ExecuteBuildingBlock.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3   <bpmn:process id="ExecuteBuildingBlock" name="ExecuteBuildingBlock" isExecutable="true">
4     <bpmn:startEvent id="Start_ExecuteBuildingBlock" name="start">
5       <bpmn:outgoing>SequenceFlow_0rq4c5r</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:callActivity id="Call_BBToExecute" name="BB to Execute" calledElement="${flowToBeCalled}">
8       <bpmn:extensionElements>
9         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
10         <camunda:out source="WorkflowException" target="WorkflowException" />
11         <camunda:in source="mso-request-id" target="mso-request-id" />
12         <camunda:out source="WorkflowExceptionErrorMessage" target="WorkflowExceptionErrorMessage" />
13         <camunda:out source="StatusMessage" target="StatusMessage" />
14         <camunda:in source="isRollback" target="isRollback" />
15       </bpmn:extensionElements>
16       <bpmn:incoming>SequenceFlow_19wuics</bpmn:incoming>
17       <bpmn:outgoing>SequenceFlow_01h9qmz</bpmn:outgoing>
18     </bpmn:callActivity>
19     <bpmn:sequenceFlow id="SequenceFlow_0rq4c5r" sourceRef="Start_ExecuteBuildingBlock" targetRef="Task_BBInputSetup" />
20     <bpmn:sequenceFlow id="SequenceFlow_0uzwjrq" sourceRef="Task_BBInputSetup" targetRef="StatusPolicy" />
21     <bpmn:serviceTask id="Task_BBInputSetup" name="BB Input Setup" camunda:expression="${BBInputSetup.execute(execution)}">
22       <bpmn:incoming>SequenceFlow_0rq4c5r</bpmn:incoming>
23       <bpmn:outgoing>SequenceFlow_0uzwjrq</bpmn:outgoing>
24     </bpmn:serviceTask>
25     <bpmn:endEvent id="End_ExecuteBuildingBlock" name="end">
26       <bpmn:incoming>SequenceFlow_16lmcxp</bpmn:incoming>
27     </bpmn:endEvent>
28     <bpmn:sequenceFlow id="SequenceFlow_01h9qmz" sourceRef="Call_BBToExecute" targetRef="Task_PostValidate" />
29     <bpmn:sequenceFlow id="Continue" name="Continue" sourceRef="CheckOrchestrationStatusValidationResults" targetRef="Task_PreValidate" />
30     <bpmn:serviceTask id="StatusPolicy" name="StatusPolicy" camunda:expression="${OrchestrationStatusValidator.validateOrchestrationStatus(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
31       <bpmn:incoming>SequenceFlow_0uzwjrq</bpmn:incoming>
32       <bpmn:outgoing>SequenceFlow_0je0y25</bpmn:outgoing>
33     </bpmn:serviceTask>
34     <bpmn:exclusiveGateway id="CheckOrchestrationStatusValidationResults" name="Check OrchestrationStatus Validation Results" default="Continue">
35       <bpmn:incoming>SequenceFlow_0je0y25</bpmn:incoming>
36       <bpmn:outgoing>Continue</bpmn:outgoing>
37       <bpmn:outgoing>SequenceFlow_1j0vskt</bpmn:outgoing>
38     </bpmn:exclusiveGateway>
39     <bpmn:sequenceFlow id="SequenceFlow_0je0y25" sourceRef="StatusPolicy" targetRef="CheckOrchestrationStatusValidationResults" />
40     <bpmn:subProcess id="SubProcess_0tv8zda" name="Error Handling&#10;&#10;" triggeredByEvent="true">
41       <bpmn:serviceTask id="Task_QueryRainyDayTable" name="QueryRainyDayTable" camunda:expression="${ExecuteBuildingBlockRainyDay.queryRainyDayTable(execution,true)}">
42         <bpmn:incoming>SequenceFlow_0vdeqxv</bpmn:incoming>
43         <bpmn:outgoing>SequenceFlow_0a62t4c</bpmn:outgoing>
44       </bpmn:serviceTask>
45       <bpmn:exclusiveGateway id="ExclusiveGateway_1aonzik" name="Check HandlingCode" default="SequenceFlow_0h8v45y">
46         <bpmn:incoming>SequenceFlow_0a62t4c</bpmn:incoming>
47         <bpmn:outgoing>SequenceFlow_0fwsjva</bpmn:outgoing>
48         <bpmn:outgoing>SequenceFlow_0h8v45y</bpmn:outgoing>
49       </bpmn:exclusiveGateway>
50       <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_RetryTimer" name="RetryTimer">
51         <bpmn:incoming>SequenceFlow_0ndt8ft</bpmn:incoming>
52         <bpmn:outgoing>SequenceFlow_07a1ytc</bpmn:outgoing>
53         <bpmn:timerEventDefinition>
54           <bpmn:timeDuration xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("RetryDuration")}]]></bpmn:timeDuration>
55         </bpmn:timerEventDefinition>
56       </bpmn:intermediateCatchEvent>
57       <bpmn:exclusiveGateway id="ExclusiveGateway_0ey4zpt" name="Retries Left?">
58         <bpmn:incoming>SequenceFlow_0fwsjva</bpmn:incoming>
59         <bpmn:outgoing>SequenceFlow_1wbevp0</bpmn:outgoing>
60         <bpmn:outgoing>SequenceFlow_0541bid</bpmn:outgoing>
61       </bpmn:exclusiveGateway>
62       <bpmn:serviceTask id="Task_SetRetryTimer" name="Set Retry Timer" camunda:expression="${ExecuteBuildingBlockRainyDay.setRetryTimer(execution)}">
63         <bpmn:incoming>SequenceFlow_1wbevp0</bpmn:incoming>
64         <bpmn:outgoing>SequenceFlow_0ndt8ft</bpmn:outgoing>
65       </bpmn:serviceTask>
66       <bpmn:sequenceFlow id="SequenceFlow_0a62t4c" sourceRef="Task_QueryRainyDayTable" targetRef="ExclusiveGateway_1aonzik" />
67       <bpmn:sequenceFlow id="SequenceFlow_0h8v45y" name="Rollback or Abort" sourceRef="ExclusiveGateway_1aonzik" targetRef="EndEvent_0mvmk3i" />
68       <bpmn:sequenceFlow id="SequenceFlow_0fwsjva" name="Retry" sourceRef="ExclusiveGateway_1aonzik" targetRef="ExclusiveGateway_0ey4zpt">
69         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("handlingCode")=="Retry"}]]></bpmn:conditionExpression>
70       </bpmn:sequenceFlow>
71       <bpmn:sequenceFlow id="SequenceFlow_0ndt8ft" sourceRef="Task_SetRetryTimer" targetRef="IntermediateCatchEvent_RetryTimer" />
72       <bpmn:sequenceFlow id="SequenceFlow_07a1ytc" sourceRef="IntermediateCatchEvent_RetryTimer" targetRef="EndEvent_1sez2lh" />
73       <bpmn:sequenceFlow id="SequenceFlow_1wbevp0" name="yes" sourceRef="ExclusiveGateway_0ey4zpt" targetRef="Task_SetRetryTimer">
74         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("retryCount")<execution.getVariable("maxRetries")}]]></bpmn:conditionExpression>
75       </bpmn:sequenceFlow>
76       <bpmn:endEvent id="EndEvent_0mvmk3i">
77         <bpmn:incoming>SequenceFlow_0h8v45y</bpmn:incoming>
78       </bpmn:endEvent>
79       <bpmn:endEvent id="EndEvent_1sez2lh" name="end">
80         <bpmn:incoming>SequenceFlow_07a1ytc</bpmn:incoming>
81         <bpmn:terminateEventDefinition />
82       </bpmn:endEvent>
83       <bpmn:sequenceFlow id="SequenceFlow_0541bid" name="no" sourceRef="ExclusiveGateway_0ey4zpt" targetRef="Task_QuerySecondaryPolicy" />
84       <bpmn:sequenceFlow id="SequenceFlow_12ps9at" sourceRef="Task_QuerySecondaryPolicy" targetRef="EndEvent_0ex9298" />
85       <bpmn:endEvent id="EndEvent_0ex9298" name="end">
86         <bpmn:incoming>SequenceFlow_12ps9at</bpmn:incoming>
87       </bpmn:endEvent>
88       <bpmn:serviceTask id="Task_QuerySecondaryPolicy" name="Query Secondary Policy" camunda:expression="${ExecuteBuildingBlockRainyDay.queryRainyDayTable(execution,false)}">
89         <bpmn:incoming>SequenceFlow_0541bid</bpmn:incoming>
90         <bpmn:outgoing>SequenceFlow_12ps9at</bpmn:outgoing>
91       </bpmn:serviceTask>
92       <bpmn:sequenceFlow id="SequenceFlow_0vdeqxv" sourceRef="Task_UpdateExtErrorSource" targetRef="Task_QueryRainyDayTable" />
93       <bpmn:sequenceFlow id="SequenceFlow_09synl9" sourceRef="StartEvent_0tmcs9g" targetRef="Task_UpdateExtErrorSource" />
94       <bpmn:startEvent id="StartEvent_0tmcs9g">
95         <bpmn:outgoing>SequenceFlow_09synl9</bpmn:outgoing>
96         <bpmn:errorEventDefinition camunda:errorCodeVariable="WorkflowExceptionCode" camunda:errorMessageVariable="WorkflowExceptionMessage" />
97       </bpmn:startEvent>
98       <bpmn:serviceTask id="Task_UpdateExtErrorSource" name="Update ExtErrorSource" camunda:expression="${ExecuteBuildingBlockRainyDay.updateExtSystemErrorSource(execution)}">
99         <bpmn:incoming>SequenceFlow_09synl9</bpmn:incoming>
100         <bpmn:outgoing>SequenceFlow_0vdeqxv</bpmn:outgoing>
101       </bpmn:serviceTask>
102     </bpmn:subProcess>
103     <bpmn:sequenceFlow id="SequenceFlow_16lmcxp" sourceRef="Task_setHandlingCodeSuccess" targetRef="End_ExecuteBuildingBlock" />
104     <bpmn:sequenceFlow id="SequenceFlow_1j0vskt" name="Silent Success" sourceRef="CheckOrchestrationStatusValidationResults" targetRef="Task_setHandlingCodeSuccess">
105       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("orchestrationStatusValidationResult").name() ==  "SILENT_SUCCESS"}]]></bpmn:conditionExpression>
106     </bpmn:sequenceFlow>
107     <bpmn:serviceTask id="Task_setHandlingCodeSuccess" name="Set Handling Code To Success" camunda:expression="${ExecuteBuildingBlockRainyDay.setHandlingStatusSuccess(execution)}">
108       <bpmn:incoming>SequenceFlow_1j0vskt</bpmn:incoming>
109       <bpmn:incoming>SequenceFlow_12a4hhf</bpmn:incoming>
110       <bpmn:outgoing>SequenceFlow_16lmcxp</bpmn:outgoing>
111     </bpmn:serviceTask>
112     <bpmn:sequenceFlow id="SequenceFlow_19wuics" sourceRef="Task_PreValidate" targetRef="Call_BBToExecute" />
113     <bpmn:sequenceFlow id="SequenceFlow_12a4hhf" sourceRef="Task_PostValidate" targetRef="Task_setHandlingCodeSuccess" />
114     <bpmn:serviceTask id="Task_PreValidate" name="PreValidate" camunda:expression="${BuildingBlockValidatorRunner.preValidate(execution.getVariable(&#34;flowToBeCalled&#34;), InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
115       <bpmn:incoming>Continue</bpmn:incoming>
116       <bpmn:outgoing>SequenceFlow_19wuics</bpmn:outgoing>
117     </bpmn:serviceTask>
118     <bpmn:serviceTask id="Task_PostValidate" name="PostValidate" camunda:expression="${BuildingBlockValidatorRunner.postValidate(execution.getVariable(&#34;flowToBeCalled&#34;), InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
119       <bpmn:incoming>SequenceFlow_01h9qmz</bpmn:incoming>
120       <bpmn:outgoing>SequenceFlow_12a4hhf</bpmn:outgoing>
121     </bpmn:serviceTask>
122   </bpmn:process>
123   <bpmn:error id="Error_0tnktdw" name="Error" errorCode="java.lang.Exception" />
124   <bpmn:error id="Error_17zcdbk" name="Bpmn Error" />
125   <bpmn:error id="Error_123q3fr" name="Error_1h13m8l" />
126   <bpmn:error id="Error_1ivyybb" name="Error_1e4p3cf" />
127   <bpmn:error id="Error_1c60d7i" name="Error_0qrs661" />
128   <bpmn:error id="Error_1owi18u" name="Error_2eiqdl7" />
129   <bpmn:error id="Error_0snha16" />
130   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
131     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ExecuteBuildingBlock">
132       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_ExecuteBuildingBlock">
133         <dc:Bounds x="111" y="162" width="36" height="36" />
134         <bpmndi:BPMNLabel>
135           <dc:Bounds x="119" y="198" width="22" height="12" />
136         </bpmndi:BPMNLabel>
137       </bpmndi:BPMNShape>
138       <bpmndi:BPMNShape id="CallActivity_0n67obl_di" bpmnElement="Call_BBToExecute">
139         <dc:Bounds x="749" y="140" width="100" height="80" />
140       </bpmndi:BPMNShape>
141       <bpmndi:BPMNEdge id="SequenceFlow_0rq4c5r_di" bpmnElement="SequenceFlow_0rq4c5r">
142         <di:waypoint xsi:type="dc:Point" x="147" y="180" />
143         <di:waypoint xsi:type="dc:Point" x="184" y="180" />
144         <bpmndi:BPMNLabel>
145           <dc:Bounds x="120.5" y="165" width="90" height="0" />
146         </bpmndi:BPMNLabel>
147       </bpmndi:BPMNEdge>
148       <bpmndi:BPMNEdge id="SequenceFlow_0uzwjrq_di" bpmnElement="SequenceFlow_0uzwjrq">
149         <di:waypoint xsi:type="dc:Point" x="284" y="180" />
150         <di:waypoint xsi:type="dc:Point" x="321" y="180" />
151         <bpmndi:BPMNLabel>
152           <dc:Bounds x="257.5" y="165" width="90" height="0" />
153         </bpmndi:BPMNLabel>
154       </bpmndi:BPMNEdge>
155       <bpmndi:BPMNShape id="ServiceTask_1jcuk3b_di" bpmnElement="Task_BBInputSetup">
156         <dc:Bounds x="184" y="140" width="100" height="80" />
157       </bpmndi:BPMNShape>
158       <bpmndi:BPMNShape id="EndEvent_0ahsxzi_di" bpmnElement="End_ExecuteBuildingBlock">
159         <dc:Bounds x="1221" y="162" width="36" height="36" />
160         <bpmndi:BPMNLabel>
161           <dc:Bounds x="1230" y="202" width="18" height="12" />
162         </bpmndi:BPMNLabel>
163       </bpmndi:BPMNShape>
164       <bpmndi:BPMNEdge id="SequenceFlow_01h9qmz_di" bpmnElement="SequenceFlow_01h9qmz">
165         <di:waypoint xsi:type="dc:Point" x="849" y="180" />
166         <di:waypoint xsi:type="dc:Point" x="906" y="180" />
167         <bpmndi:BPMNLabel>
168           <dc:Bounds x="832.5" y="159" width="90" height="12" />
169         </bpmndi:BPMNLabel>
170       </bpmndi:BPMNEdge>
171       <bpmndi:BPMNShape id="ExclusiveGateway_0ey4zpt_di" bpmnElement="ExclusiveGateway_0ey4zpt" isMarkerVisible="true">
172         <dc:Bounds x="692" y="389" width="50" height="50" />
173         <bpmndi:BPMNLabel>
174           <dc:Bounds x="686" y="364" width="65" height="12" />
175         </bpmndi:BPMNLabel>
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNShape id="IntermediateCatchEvent_0qjyidb_di" bpmnElement="IntermediateCatchEvent_RetryTimer">
178         <dc:Bounds x="936" y="396" width="36" height="36" />
179         <bpmndi:BPMNLabel>
180           <dc:Bounds x="927" y="371" width="56" height="12" />
181         </bpmndi:BPMNLabel>
182       </bpmndi:BPMNShape>
183       <bpmndi:BPMNShape id="ExclusiveGateway_1aonzik_di" bpmnElement="ExclusiveGateway_1aonzik" isMarkerVisible="true">
184         <dc:Bounds x="539" y="389" width="50" height="50" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="528" y="351" width="72" height="24" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNShape>
189       <bpmndi:BPMNEdge id="SequenceFlow_1wbevp0_di" bpmnElement="SequenceFlow_1wbevp0">
190         <di:waypoint xsi:type="dc:Point" x="742" y="414" />
191         <di:waypoint xsi:type="dc:Point" x="807" y="414" />
192         <bpmndi:BPMNLabel>
193           <dc:Bounds x="759" y="389" width="19" height="12" />
194         </bpmndi:BPMNLabel>
195       </bpmndi:BPMNEdge>
196       <bpmndi:BPMNEdge id="SequenceFlow_0fwsjva_di" bpmnElement="SequenceFlow_0fwsjva">
197         <di:waypoint xsi:type="dc:Point" x="589" y="414" />
198         <di:waypoint xsi:type="dc:Point" x="692" y="414" />
199         <bpmndi:BPMNLabel>
200           <dc:Bounds x="627" y="422" width="28" height="12" />
201         </bpmndi:BPMNLabel>
202       </bpmndi:BPMNEdge>
203       <bpmndi:BPMNEdge id="SequenceFlow_0h8v45y_di" bpmnElement="SequenceFlow_0h8v45y">
204         <di:waypoint xsi:type="dc:Point" x="564" y="439" />
205         <di:waypoint xsi:type="dc:Point" x="564" y="495" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="570" y="460" width="88" height="12" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNEdge>
210       <bpmndi:BPMNShape id="ServiceTask_1tifgqh_di" bpmnElement="Task_QueryRainyDayTable">
211         <dc:Bounds x="396" y="374" width="100" height="80" />
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNEdge id="SequenceFlow_0ndt8ft_di" bpmnElement="SequenceFlow_0ndt8ft">
214         <di:waypoint xsi:type="dc:Point" x="907" y="414" />
215         <di:waypoint xsi:type="dc:Point" x="936" y="414" />
216         <bpmndi:BPMNLabel>
217           <dc:Bounds x="877" y="393" width="90" height="12" />
218         </bpmndi:BPMNLabel>
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNEdge id="SequenceFlow_07a1ytc_di" bpmnElement="SequenceFlow_07a1ytc">
221         <di:waypoint xsi:type="dc:Point" x="972" y="414" />
222         <di:waypoint xsi:type="dc:Point" x="1010" y="414" />
223         <bpmndi:BPMNLabel>
224           <dc:Bounds x="946" y="393" width="90" height="12" />
225         </bpmndi:BPMNLabel>
226       </bpmndi:BPMNEdge>
227       <bpmndi:BPMNShape id="ServiceTask_1obvxht_di" bpmnElement="Task_SetRetryTimer">
228         <dc:Bounds x="807" y="374" width="100" height="80" />
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNEdge id="SequenceFlow_0kdjsnx_di" bpmnElement="Continue">
231         <di:waypoint xsi:type="dc:Point" x="508" y="180" />
232         <di:waypoint xsi:type="dc:Point" x="582" y="180" />
233         <bpmndi:BPMNLabel>
234           <dc:Bounds x="524.6653543307086" y="159" width="43" height="12" />
235         </bpmndi:BPMNLabel>
236       </bpmndi:BPMNEdge>
237       <bpmndi:BPMNShape id="ServiceTask_0brnbqx_di" bpmnElement="StatusPolicy">
238         <dc:Bounds x="321" y="140" width="100" height="80" />
239       </bpmndi:BPMNShape>
240       <bpmndi:BPMNShape id="ExclusiveGateway_0f8ghh3_di" bpmnElement="CheckOrchestrationStatusValidationResults" isMarkerVisible="true">
241         <dc:Bounds x="458" y="155" width="50" height="50" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="442" y="209" width="87" height="48" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNShape>
246       <bpmndi:BPMNEdge id="SequenceFlow_0je0y25_di" bpmnElement="SequenceFlow_0je0y25">
247         <di:waypoint xsi:type="dc:Point" x="421" y="180" />
248         <di:waypoint xsi:type="dc:Point" x="458" y="180" />
249         <bpmndi:BPMNLabel>
250           <dc:Bounds x="394.5" y="159" width="90" height="12" />
251         </bpmndi:BPMNLabel>
252       </bpmndi:BPMNEdge>
253       <bpmndi:BPMNEdge id="SequenceFlow_0a62t4c_di" bpmnElement="SequenceFlow_0a62t4c">
254         <di:waypoint xsi:type="dc:Point" x="496" y="414" />
255         <di:waypoint xsi:type="dc:Point" x="539" y="414" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="473" y="393" width="90" height="13" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNEdge>
260       <bpmndi:BPMNShape id="SubProcess_0tv8zda_di" bpmnElement="SubProcess_0tv8zda" isExpanded="true">
261         <dc:Bounds x="171" y="298" width="922" height="295" />
262       </bpmndi:BPMNShape>
263       <bpmndi:BPMNShape id="EndEvent_0mvmk3i_di" bpmnElement="EndEvent_0mvmk3i">
264         <dc:Bounds x="546" y="495" width="36" height="36" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="519" y="535" width="90" height="12" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNShape>
269       <bpmndi:BPMNShape id="EndEvent_1aww7yx_di" bpmnElement="EndEvent_1sez2lh">
270         <dc:Bounds x="1010" y="396" width="36" height="36" />
271         <bpmndi:BPMNLabel>
272           <dc:Bounds x="1020" y="436" width="20" height="12" />
273         </bpmndi:BPMNLabel>
274       </bpmndi:BPMNShape>
275       <bpmndi:BPMNEdge id="SequenceFlow_16lmcxp_di" bpmnElement="SequenceFlow_16lmcxp">
276         <di:waypoint xsi:type="dc:Point" x="1163" y="180" />
277         <di:waypoint xsi:type="dc:Point" x="1221" y="180" />
278         <bpmndi:BPMNLabel>
279           <dc:Bounds x="1147" y="159" width="90" height="12" />
280         </bpmndi:BPMNLabel>
281       </bpmndi:BPMNEdge>
282       <bpmndi:BPMNEdge id="SequenceFlow_1j0vskt_di" bpmnElement="SequenceFlow_1j0vskt">
283         <di:waypoint xsi:type="dc:Point" x="483" y="155" />
284         <di:waypoint xsi:type="dc:Point" x="483" y="84" />
285         <di:waypoint xsi:type="dc:Point" x="1113" y="84" />
286         <di:waypoint xsi:type="dc:Point" x="1113" y="140" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="764.2235294117647" y="63" width="72" height="12" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNEdge>
291       <bpmndi:BPMNShape id="ServiceTask_0z9izx5_di" bpmnElement="Task_setHandlingCodeSuccess">
292         <dc:Bounds x="1063" y="140" width="100" height="80" />
293       </bpmndi:BPMNShape>
294       <bpmndi:BPMNEdge id="SequenceFlow_19wuics_di" bpmnElement="SequenceFlow_19wuics">
295         <di:waypoint xsi:type="dc:Point" x="682" y="180" />
296         <di:waypoint xsi:type="dc:Point" x="749" y="180" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="670.5" y="159" width="90" height="12" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNEdge>
301       <bpmndi:BPMNEdge id="SequenceFlow_12a4hhf_di" bpmnElement="SequenceFlow_12a4hhf">
302         <di:waypoint xsi:type="dc:Point" x="1006" y="180" />
303         <di:waypoint xsi:type="dc:Point" x="1063" y="180" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="989.5" y="159" width="90" height="12" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNShape id="ServiceTask_1pf5f6w_di" bpmnElement="Task_PreValidate">
309         <dc:Bounds x="582" y="140" width="100" height="80" />
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNShape id="ServiceTask_02w4792_di" bpmnElement="Task_PostValidate">
312         <dc:Bounds x="906" y="140" width="100" height="80" />
313       </bpmndi:BPMNShape>
314       <bpmndi:BPMNEdge id="SequenceFlow_0541bid_di" bpmnElement="SequenceFlow_0541bid">
315         <di:waypoint xsi:type="dc:Point" x="717" y="439" />
316         <di:waypoint xsi:type="dc:Point" x="717" y="463" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="728" y="440" width="13" height="12" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNEdge>
321       <bpmndi:BPMNEdge id="SequenceFlow_12ps9at_di" bpmnElement="SequenceFlow_12ps9at">
322         <di:waypoint xsi:type="dc:Point" x="767" y="503" />
323         <di:waypoint xsi:type="dc:Point" x="839" y="503" />
324         <bpmndi:BPMNLabel>
325           <dc:Bounds x="758" y="482" width="90" height="12" />
326         </bpmndi:BPMNLabel>
327       </bpmndi:BPMNEdge>
328       <bpmndi:BPMNShape id="EndEvent_05vw85n_di" bpmnElement="EndEvent_0ex9298">
329         <dc:Bounds x="839" y="485" width="36" height="36" />
330         <bpmndi:BPMNLabel>
331           <dc:Bounds x="848" y="525" width="20" height="12" />
332         </bpmndi:BPMNLabel>
333       </bpmndi:BPMNShape>
334       <bpmndi:BPMNShape id="ServiceTask_11f2c91_di" bpmnElement="Task_QuerySecondaryPolicy">
335         <dc:Bounds x="667" y="463" width="100" height="80" />
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNEdge id="SequenceFlow_0vdeqxv_di" bpmnElement="SequenceFlow_0vdeqxv">
338         <di:waypoint xsi:type="dc:Point" x="361" y="414" />
339         <di:waypoint xsi:type="dc:Point" x="396" y="414" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="378.5" y="393" width="0" height="12" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNShape id="StartEvent_0tmcs9g_di" bpmnElement="StartEvent_0tmcs9g">
345         <dc:Bounds x="196" y="396" width="36" height="36" />
346         <bpmndi:BPMNLabel>
347           <dc:Bounds x="79" y="432" width="90" height="12" />
348         </bpmndi:BPMNLabel>
349       </bpmndi:BPMNShape>
350       <bpmndi:BPMNEdge id="SequenceFlow_09synl9_di" bpmnElement="SequenceFlow_09synl9">
351         <di:waypoint xsi:type="dc:Point" x="232" y="414" />
352         <di:waypoint xsi:type="dc:Point" x="261" y="414" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="201.5" y="393" width="90" height="12" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNEdge>
357       <bpmndi:BPMNShape id="ServiceTask_10v49qn_di" bpmnElement="Task_UpdateExtErrorSource">
358         <dc:Bounds x="261" y="374" width="100" height="80" />
359       </bpmndi:BPMNShape>
360     </bpmndi:BPMNPlane>
361   </bpmndi:BPMNDiagram>
362 </bpmn:definitions>