fd650b9d50ed539c4ec2c7fc2949b8a9c304c9a0
[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="4.1.1">
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         <camunda:in source="isHelm" target="isHelm" />
16       </bpmn:extensionElements>
17       <bpmn:incoming>SequenceFlow_19wuics</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_01h9qmz</bpmn:outgoing>
19     </bpmn:callActivity>
20     <bpmn:sequenceFlow id="SequenceFlow_0rq4c5r" sourceRef="Start_ExecuteBuildingBlock" targetRef="Task_BBInputSetup" />
21     <bpmn:sequenceFlow id="SequenceFlow_0uzwjrq" sourceRef="Task_BBInputSetup" targetRef="StatusPolicy" />
22     <bpmn:serviceTask id="Task_BBInputSetup" name="BB Input Setup" camunda:expression="${BBInputSetup.execute(execution)}">
23       <bpmn:incoming>SequenceFlow_0rq4c5r</bpmn:incoming>
24       <bpmn:outgoing>SequenceFlow_0uzwjrq</bpmn:outgoing>
25     </bpmn:serviceTask>
26     <bpmn:endEvent id="End_ExecuteBuildingBlock" name="end">
27       <bpmn:incoming>SequenceFlow_16lmcxp</bpmn:incoming>
28     </bpmn:endEvent>
29     <bpmn:sequenceFlow id="SequenceFlow_01h9qmz" sourceRef="Call_BBToExecute" targetRef="Task_PostValidate" />
30     <bpmn:sequenceFlow id="Continue" name="Continue" sourceRef="CheckOrchestrationStatusValidationResults" targetRef="Task_PreValidate" />
31     <bpmn:serviceTask id="StatusPolicy" name="StatusPolicy" camunda:expression="${OrchestrationStatusValidator.validateOrchestrationStatus(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
32       <bpmn:incoming>SequenceFlow_0uzwjrq</bpmn:incoming>
33       <bpmn:outgoing>SequenceFlow_0je0y25</bpmn:outgoing>
34     </bpmn:serviceTask>
35     <bpmn:exclusiveGateway id="CheckOrchestrationStatusValidationResults" name="Check OrchestrationStatus Validation Results" default="Continue">
36       <bpmn:incoming>SequenceFlow_0je0y25</bpmn:incoming>
37       <bpmn:outgoing>Continue</bpmn:outgoing>
38       <bpmn:outgoing>SequenceFlow_1j0vskt</bpmn:outgoing>
39     </bpmn:exclusiveGateway>
40     <bpmn:sequenceFlow id="SequenceFlow_0je0y25" sourceRef="StatusPolicy" targetRef="CheckOrchestrationStatusValidationResults" />
41     <bpmn:subProcess id="SubProcess_0tv8zda" name="Error Handling&#10;&#10;" triggeredByEvent="true">
42       <bpmn:serviceTask id="Task_QueryRainyDayTable" name="QueryRainyDayTable" camunda:expression="${ExecuteBuildingBlockRainyDay.queryRainyDayTable(execution,true)}">
43         <bpmn:incoming>SequenceFlow_0vdeqxv</bpmn:incoming>
44         <bpmn:outgoing>SequenceFlow_0a62t4c</bpmn:outgoing>
45       </bpmn:serviceTask>
46       <bpmn:exclusiveGateway id="ExclusiveGateway_1aonzik" name="Check HandlingCode" default="SequenceFlow_0h8v45y">
47         <bpmn:incoming>SequenceFlow_0a62t4c</bpmn:incoming>
48         <bpmn:incoming>SequenceFlow_05le7o3</bpmn:incoming>
49         <bpmn:outgoing>SequenceFlow_0fwsjva</bpmn:outgoing>
50         <bpmn:outgoing>SequenceFlow_0h8v45y</bpmn:outgoing>
51         <bpmn:outgoing>SequenceFlow_1xh5ngw</bpmn:outgoing>
52         <bpmn:outgoing>SequenceFlow_0xyd2zl</bpmn:outgoing>
53         <bpmn:outgoing>SequenceFlow_1g7oq3t</bpmn:outgoing>
54       </bpmn:exclusiveGateway>
55       <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_RetryTimer" name="RetryTimer">
56         <bpmn:incoming>SequenceFlow_0ndt8ft</bpmn:incoming>
57         <bpmn:outgoing>SequenceFlow_07a1ytc</bpmn:outgoing>
58         <bpmn:timerEventDefinition>
59           <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">${execution.getVariable("RetryDuration")}</bpmn:timeDuration>
60         </bpmn:timerEventDefinition>
61       </bpmn:intermediateCatchEvent>
62       <bpmn:exclusiveGateway id="ExclusiveGateway_0ey4zpt" name="Retries Left?">
63         <bpmn:incoming>SequenceFlow_0fwsjva</bpmn:incoming>
64         <bpmn:outgoing>SequenceFlow_1wbevp0</bpmn:outgoing>
65         <bpmn:outgoing>SequenceFlow_0541bid</bpmn:outgoing>
66       </bpmn:exclusiveGateway>
67       <bpmn:serviceTask id="Task_SetRetryTimer" name="Set Retry Timer" camunda:expression="${ExecuteBuildingBlockRainyDay.setRetryTimer(execution)}">
68         <bpmn:incoming>SequenceFlow_1wbevp0</bpmn:incoming>
69         <bpmn:outgoing>SequenceFlow_0ndt8ft</bpmn:outgoing>
70       </bpmn:serviceTask>
71       <bpmn:sequenceFlow id="SequenceFlow_0a62t4c" sourceRef="Task_QueryRainyDayTable" targetRef="ExclusiveGateway_1aonzik" />
72       <bpmn:sequenceFlow id="SequenceFlow_0h8v45y" name="Rollback or Abort" sourceRef="ExclusiveGateway_1aonzik" targetRef="EndEvent_0mvmk3i" />
73       <bpmn:sequenceFlow id="SequenceFlow_0fwsjva" name="Retry" sourceRef="ExclusiveGateway_1aonzik" targetRef="ExclusiveGateway_0ey4zpt">
74         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("handlingCode")=="Retry"}</bpmn:conditionExpression>
75       </bpmn:sequenceFlow>
76       <bpmn:sequenceFlow id="SequenceFlow_0ndt8ft" sourceRef="Task_SetRetryTimer" targetRef="IntermediateCatchEvent_RetryTimer" />
77       <bpmn:sequenceFlow id="SequenceFlow_07a1ytc" sourceRef="IntermediateCatchEvent_RetryTimer" targetRef="EndEvent_1sez2lh" />
78       <bpmn:sequenceFlow id="SequenceFlow_1wbevp0" name="yes" sourceRef="ExclusiveGateway_0ey4zpt" targetRef="Task_SetRetryTimer">
79         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("retryCount")&lt;execution.getVariable("maxRetries")}</bpmn:conditionExpression>
80       </bpmn:sequenceFlow>
81       <bpmn:endEvent id="EndEvent_0mvmk3i">
82         <bpmn:incoming>SequenceFlow_0h8v45y</bpmn:incoming>
83       </bpmn:endEvent>
84       <bpmn:endEvent id="EndEvent_1sez2lh" name="end">
85         <bpmn:incoming>SequenceFlow_07a1ytc</bpmn:incoming>
86         <bpmn:terminateEventDefinition />
87       </bpmn:endEvent>
88       <bpmn:sequenceFlow id="SequenceFlow_0541bid" name="no" sourceRef="ExclusiveGateway_0ey4zpt" targetRef="Task_QuerySecondaryPolicy" />
89       <bpmn:sequenceFlow id="SequenceFlow_12ps9at" sourceRef="Task_QuerySecondaryPolicy" targetRef="EndEvent_0ex9298" />
90       <bpmn:endEvent id="EndEvent_0ex9298" name="end">
91         <bpmn:incoming>SequenceFlow_12ps9at</bpmn:incoming>
92       </bpmn:endEvent>
93       <bpmn:serviceTask id="Task_QuerySecondaryPolicy" name="Query Secondary Policy" camunda:expression="${ExecuteBuildingBlockRainyDay.queryRainyDayTable(execution,false)}">
94         <bpmn:incoming>SequenceFlow_0541bid</bpmn:incoming>
95         <bpmn:incoming>SequenceFlow_1g7oq3t</bpmn:incoming>
96         <bpmn:outgoing>SequenceFlow_12ps9at</bpmn:outgoing>
97       </bpmn:serviceTask>
98       <bpmn:sequenceFlow id="SequenceFlow_0vdeqxv" sourceRef="Task_UpdateExtErrorSource" targetRef="Task_QueryRainyDayTable" />
99       <bpmn:sequenceFlow id="SequenceFlow_09synl9" sourceRef="StartEvent_0tmcs9g" targetRef="Task_UpdateExtErrorSource" />
100       <bpmn:startEvent id="StartEvent_0tmcs9g">
101         <bpmn:outgoing>SequenceFlow_09synl9</bpmn:outgoing>
102         <bpmn:errorEventDefinition camunda:errorCodeVariable="WorkflowExceptionCode" camunda:errorMessageVariable="WorkflowExceptionMessage" />
103       </bpmn:startEvent>
104       <bpmn:serviceTask id="Task_UpdateExtErrorSource" name="Update ExtErrorSource" camunda:expression="${ExecuteBuildingBlockRainyDay.updateExtSystemErrorSource(execution)}">
105         <bpmn:incoming>SequenceFlow_09synl9</bpmn:incoming>
106         <bpmn:outgoing>SequenceFlow_0vdeqxv</bpmn:outgoing>
107       </bpmn:serviceTask>
108       <bpmn:sequenceFlow id="SequenceFlow_05le7o3" sourceRef="PauseForManualTaskRainyDay" targetRef="ExclusiveGateway_1aonzik" />
109       <bpmn:sequenceFlow id="SequenceFlow_1xh5ngw" name="Manual" sourceRef="ExclusiveGateway_1aonzik" targetRef="PauseForManualTaskRainyDay">
110         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("handlingCode")=="Manual"}</bpmn:conditionExpression>
111       </bpmn:sequenceFlow>
112       <bpmn:sequenceFlow id="SequenceFlow_0xyd2zl" name="Skip" sourceRef="ExclusiveGateway_1aonzik" targetRef="Task_setHandlingCodeSuccessOnSkip">
113         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("handlingCode")=="Skip"}</bpmn:conditionExpression>
114       </bpmn:sequenceFlow>
115       <bpmn:serviceTask id="Task_setHandlingCodeSuccessOnSkip" name="Set Handling Code to Success" camunda:expression="${ExecuteBuildingBlockRainyDay.setHandlingStatusSuccess(execution)}">
116         <bpmn:incoming>SequenceFlow_0xyd2zl</bpmn:incoming>
117         <bpmn:outgoing>SequenceFlow_1ynai9j</bpmn:outgoing>
118       </bpmn:serviceTask>
119       <bpmn:callActivity id="PauseForManualTaskRainyDay" name="Pause for Manual Task Rainy Day" calledElement="PauseForManualTaskRainyDay">
120         <bpmn:extensionElements>
121           <camunda:out source="responseValueTask" target="handlingCode" />
122           <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
123           <camunda:in source="rainyDayServiceType" target="rainyDayServiceType" />
124           <camunda:in source="rainyDayVnfType" target="rainyDayVnfType" />
125           <camunda:in source="WorkflowException" target="WorkflowException" />
126           <camunda:in source="rainyDayVnfName" target="rainyDayVnfName" />
127         </bpmn:extensionElements>
128         <bpmn:incoming>SequenceFlow_1xh5ngw</bpmn:incoming>
129         <bpmn:outgoing>SequenceFlow_05le7o3</bpmn:outgoing>
130       </bpmn:callActivity>
131       <bpmn:endEvent id="EndEvent_1py1er4" name="end">
132         <bpmn:incoming>SequenceFlow_1ynai9j</bpmn:incoming>
133       </bpmn:endEvent>
134       <bpmn:sequenceFlow id="SequenceFlow_1ynai9j" sourceRef="Task_setHandlingCodeSuccessOnSkip" targetRef="EndEvent_1py1er4" />
135       <bpmn:sequenceFlow id="SequenceFlow_1g7oq3t" name="Timeout" sourceRef="ExclusiveGateway_1aonzik" targetRef="Task_QuerySecondaryPolicy">
136         <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("handlingCode")=="Timeout"}</bpmn:conditionExpression>
137       </bpmn:sequenceFlow>
138     </bpmn:subProcess>
139     <bpmn:sequenceFlow id="SequenceFlow_16lmcxp" sourceRef="Task_setHandlingCodeSuccess" targetRef="End_ExecuteBuildingBlock" />
140     <bpmn:sequenceFlow id="SequenceFlow_1j0vskt" name="Silent Success" sourceRef="CheckOrchestrationStatusValidationResults" targetRef="Task_setHandlingCodeSuccess">
141       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${execution.getVariable("orchestrationStatusValidationResult").name() ==  "SILENT_SUCCESS"}</bpmn:conditionExpression>
142     </bpmn:sequenceFlow>
143     <bpmn:serviceTask id="Task_setHandlingCodeSuccess" name="Set Handling Code To Success" camunda:expression="${ExecuteBuildingBlockRainyDay.setHandlingStatusSuccess(execution)}">
144       <bpmn:incoming>SequenceFlow_1j0vskt</bpmn:incoming>
145       <bpmn:incoming>SequenceFlow_12a4hhf</bpmn:incoming>
146       <bpmn:outgoing>SequenceFlow_16lmcxp</bpmn:outgoing>
147     </bpmn:serviceTask>
148     <bpmn:sequenceFlow id="SequenceFlow_19wuics" sourceRef="Task_PreValidate" targetRef="Call_BBToExecute" />
149     <bpmn:sequenceFlow id="SequenceFlow_12a4hhf" sourceRef="Task_PostValidate" targetRef="Task_setHandlingCodeSuccess" />
150     <bpmn:serviceTask id="Task_PreValidate" name="PreValidate" camunda:expression="${BuildingBlockValidatorRunner.preValidate(execution.getVariable(&#34;flowToBeCalled&#34;), InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
151       <bpmn:incoming>Continue</bpmn:incoming>
152       <bpmn:outgoing>SequenceFlow_19wuics</bpmn:outgoing>
153     </bpmn:serviceTask>
154     <bpmn:serviceTask id="Task_PostValidate" name="PostValidate" camunda:expression="${BuildingBlockValidatorRunner.postValidate(execution.getVariable(&#34;flowToBeCalled&#34;), InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
155       <bpmn:incoming>SequenceFlow_01h9qmz</bpmn:incoming>
156       <bpmn:outgoing>SequenceFlow_12a4hhf</bpmn:outgoing>
157     </bpmn:serviceTask>
158   </bpmn:process>
159   <bpmn:error id="Error_0tnktdw" name="Error" errorCode="java.lang.Exception" />
160   <bpmn:error id="Error_17zcdbk" name="Bpmn Error" />
161   <bpmn:error id="Error_123q3fr" name="Error_1h13m8l" />
162   <bpmn:error id="Error_1ivyybb" name="Error_1e4p3cf" />
163   <bpmn:error id="Error_1c60d7i" name="Error_0qrs661" />
164   <bpmn:error id="Error_1owi18u" name="Error_2eiqdl7" />
165   <bpmn:error id="Error_0snha16" />
166   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
167     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ExecuteBuildingBlock">
168       <bpmndi:BPMNEdge id="SequenceFlow_12a4hhf_di" bpmnElement="SequenceFlow_12a4hhf">
169         <di:waypoint x="1056" y="180" />
170         <di:waypoint x="1113" y="180" />
171         <bpmndi:BPMNLabel>
172           <dc:Bounds x="989.5" y="159" width="90" height="12" />
173         </bpmndi:BPMNLabel>
174       </bpmndi:BPMNEdge>
175       <bpmndi:BPMNEdge id="SequenceFlow_19wuics_di" bpmnElement="SequenceFlow_19wuics">
176         <di:waypoint x="732" y="180" />
177         <di:waypoint x="799" y="180" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="670.5" y="159" width="90" height="12" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182       <bpmndi:BPMNEdge id="SequenceFlow_1j0vskt_di" bpmnElement="SequenceFlow_1j0vskt">
183         <di:waypoint x="533" y="155" />
184         <di:waypoint x="533" y="84" />
185         <di:waypoint x="1163" y="84" />
186         <di:waypoint x="1163" y="140" />
187         <bpmndi:BPMNLabel>
188           <dc:Bounds x="814" y="63" width="73" height="14" />
189         </bpmndi:BPMNLabel>
190       </bpmndi:BPMNEdge>
191       <bpmndi:BPMNEdge id="SequenceFlow_16lmcxp_di" bpmnElement="SequenceFlow_16lmcxp">
192         <di:waypoint x="1213" y="180" />
193         <di:waypoint x="1271" y="180" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="1147" y="159" width="90" height="12" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNEdge id="SequenceFlow_0je0y25_di" bpmnElement="SequenceFlow_0je0y25">
199         <di:waypoint x="471" y="180" />
200         <di:waypoint x="508" y="180" />
201         <bpmndi:BPMNLabel>
202           <dc:Bounds x="394.5" y="159" width="90" height="12" />
203         </bpmndi:BPMNLabel>
204       </bpmndi:BPMNEdge>
205       <bpmndi:BPMNEdge id="SequenceFlow_0kdjsnx_di" bpmnElement="Continue">
206         <di:waypoint x="558" y="180" />
207         <di:waypoint x="632" y="180" />
208         <bpmndi:BPMNLabel>
209           <dc:Bounds x="574" y="159" width="45" height="14" />
210         </bpmndi:BPMNLabel>
211       </bpmndi:BPMNEdge>
212       <bpmndi:BPMNEdge id="SequenceFlow_01h9qmz_di" bpmnElement="SequenceFlow_01h9qmz">
213         <di:waypoint x="899" y="180" />
214         <di:waypoint x="956" y="180" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="832.5" y="159" width="90" height="12" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNEdge>
219       <bpmndi:BPMNEdge id="SequenceFlow_0uzwjrq_di" bpmnElement="SequenceFlow_0uzwjrq">
220         <di:waypoint x="334" y="180" />
221         <di:waypoint x="371" y="180" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="257.5" y="165" width="90" height="0" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNEdge id="SequenceFlow_0rq4c5r_di" bpmnElement="SequenceFlow_0rq4c5r">
227         <di:waypoint x="197" y="180" />
228         <di:waypoint x="234" y="180" />
229         <bpmndi:BPMNLabel>
230           <dc:Bounds x="120.5" y="165" width="90" height="0" />
231         </bpmndi:BPMNLabel>
232       </bpmndi:BPMNEdge>
233       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_ExecuteBuildingBlock">
234         <dc:Bounds x="161" y="162" width="36" height="36" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="169" y="198" width="23" height="14" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNShape>
239       <bpmndi:BPMNShape id="CallActivity_0n67obl_di" bpmnElement="Call_BBToExecute">
240         <dc:Bounds x="799" y="140" width="100" height="80" />
241       </bpmndi:BPMNShape>
242       <bpmndi:BPMNShape id="ServiceTask_1jcuk3b_di" bpmnElement="Task_BBInputSetup">
243         <dc:Bounds x="234" y="140" width="100" height="80" />
244       </bpmndi:BPMNShape>
245       <bpmndi:BPMNShape id="EndEvent_0ahsxzi_di" bpmnElement="End_ExecuteBuildingBlock">
246         <dc:Bounds x="1271" y="162" width="36" height="36" />
247         <bpmndi:BPMNLabel>
248           <dc:Bounds x="1280" y="202" width="19" height="14" />
249         </bpmndi:BPMNLabel>
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="ServiceTask_0brnbqx_di" bpmnElement="StatusPolicy">
252         <dc:Bounds x="371" y="140" width="100" height="80" />
253       </bpmndi:BPMNShape>
254       <bpmndi:BPMNShape id="ExclusiveGateway_0f8ghh3_di" bpmnElement="CheckOrchestrationStatusValidationResults" isMarkerVisible="true">
255         <dc:Bounds x="508" y="155" width="50" height="50" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="492" y="209" width="87" height="53" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNShape>
260       <bpmndi:BPMNShape id="SubProcess_0tv8zda_di" bpmnElement="SubProcess_0tv8zda" isExpanded="true">
261         <dc:Bounds x="221" y="299" width="1020" height="432" />
262       </bpmndi:BPMNShape>
263       <bpmndi:BPMNEdge id="SequenceFlow_1g7oq3t_di" bpmnElement="SequenceFlow_1g7oq3t">
264         <di:waypoint x="633" y="512" />
265         <di:waypoint x="720" y="562" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="698" y="533" width="41" height="14" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNEdge id="SequenceFlow_1ynai9j_di" bpmnElement="SequenceFlow_1ynai9j">
271         <di:waypoint x="449" y="629" />
272         <di:waypoint x="390" y="629" />
273         <bpmndi:BPMNLabel>
274           <dc:Bounds x="370" y="604" width="0" height="0" />
275         </bpmndi:BPMNLabel>
276       </bpmndi:BPMNEdge>
277       <bpmndi:BPMNEdge id="SequenceFlow_0xyd2zl_di" bpmnElement="SequenceFlow_0xyd2zl">
278         <di:waypoint x="603" y="514" />
279         <di:waypoint x="499" y="589" />
280         <bpmndi:BPMNLabel>
281           <dc:Bounds x="556" y="549" width="22" height="14" />
282         </bpmndi:BPMNLabel>
283       </bpmndi:BPMNEdge>
284       <bpmndi:BPMNEdge id="SequenceFlow_1xh5ngw_di" bpmnElement="SequenceFlow_1xh5ngw">
285         <di:waypoint x="603" y="492" />
286         <di:waypoint x="512" y="423" />
287         <di:waypoint x="512" y="377" />
288         <di:waypoint x="567" y="377" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="517" y="400" width="37" height="14" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNEdge>
293       <bpmndi:BPMNEdge id="SequenceFlow_05le7o3_di" bpmnElement="SequenceFlow_05le7o3">
294         <di:waypoint x="667" y="377" />
295         <di:waypoint x="709" y="377" />
296         <di:waypoint x="709" y="421" />
297         <di:waypoint x="630" y="491" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="674" y="399" width="0" height="0" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNEdge>
302       <bpmndi:BPMNEdge id="SequenceFlow_09synl9_di" bpmnElement="SequenceFlow_09synl9">
303         <di:waypoint x="285" y="503" />
304         <di:waypoint x="314" y="503" />
305         <bpmndi:BPMNLabel>
306           <dc:Bounds x="250" y="482" width="0" height="0" />
307         </bpmndi:BPMNLabel>
308       </bpmndi:BPMNEdge>
309       <bpmndi:BPMNEdge id="SequenceFlow_0vdeqxv_di" bpmnElement="SequenceFlow_0vdeqxv">
310         <di:waypoint x="414" y="503" />
311         <di:waypoint x="449" y="503" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="382" y="482" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNEdge id="SequenceFlow_12ps9at_di" bpmnElement="SequenceFlow_12ps9at">
317         <di:waypoint x="820" y="592" />
318         <di:waypoint x="892" y="592" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="806" y="571" width="0" height="0" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="SequenceFlow_0541bid_di" bpmnElement="SequenceFlow_0541bid">
324         <di:waypoint x="770" y="528" />
325         <di:waypoint x="770" y="552" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="782" y="529" width="13" height="14" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="SequenceFlow_1wbevp0_di" bpmnElement="SequenceFlow_1wbevp0">
331         <di:waypoint x="795" y="503" />
332         <di:waypoint x="860" y="503" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="814" y="478" width="17" height="14" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNEdge id="SequenceFlow_07a1ytc_di" bpmnElement="SequenceFlow_07a1ytc">
338         <di:waypoint x="1025" y="503" />
339         <di:waypoint x="1063" y="503" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="994" y="482" width="0" height="0" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNEdge id="SequenceFlow_0ndt8ft_di" bpmnElement="SequenceFlow_0ndt8ft">
345         <di:waypoint x="960" y="503" />
346         <di:waypoint x="989" y="503" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="925" y="482" width="0" height="0" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNEdge id="SequenceFlow_0fwsjva_di" bpmnElement="SequenceFlow_0fwsjva">
352         <di:waypoint x="642" y="503" />
353         <di:waypoint x="745" y="503" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="680" y="511" width="27" height="14" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNEdge>
358       <bpmndi:BPMNEdge id="SequenceFlow_0h8v45y_di" bpmnElement="SequenceFlow_0h8v45y">
359         <di:waypoint x="617" y="528" />
360         <di:waypoint x="617" y="584" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="624" y="549" width="86" height="14" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_0a62t4c_di" bpmnElement="SequenceFlow_0a62t4c">
366         <di:waypoint x="549" y="503" />
367         <di:waypoint x="592" y="503" />
368         <bpmndi:BPMNLabel>
369           <dc:Bounds x="521" y="482" width="0" height="0" />
370         </bpmndi:BPMNLabel>
371       </bpmndi:BPMNEdge>
372       <bpmndi:BPMNShape id="ServiceTask_1tifgqh_di" bpmnElement="Task_QueryRainyDayTable">
373         <dc:Bounds x="449" y="463" width="100" height="80" />
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="ExclusiveGateway_1aonzik_di" bpmnElement="ExclusiveGateway_1aonzik" isMarkerVisible="true">
376         <dc:Bounds x="592" y="478" width="50" height="50" />
377         <bpmndi:BPMNLabel>
378           <dc:Bounds x="582" y="440" width="70" height="27" />
379         </bpmndi:BPMNLabel>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="IntermediateCatchEvent_0qjyidb_di" bpmnElement="IntermediateCatchEvent_RetryTimer">
382         <dc:Bounds x="989" y="485" width="36" height="36" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="980" y="460" width="56" height="14" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNShape>
387       <bpmndi:BPMNShape id="ExclusiveGateway_0ey4zpt_di" bpmnElement="ExclusiveGateway_0ey4zpt" isMarkerVisible="true">
388         <dc:Bounds x="745" y="478" width="50" height="50" />
389         <bpmndi:BPMNLabel>
390           <dc:Bounds x="741" y="453" width="63" height="14" />
391         </bpmndi:BPMNLabel>
392       </bpmndi:BPMNShape>
393       <bpmndi:BPMNShape id="ServiceTask_1obvxht_di" bpmnElement="Task_SetRetryTimer">
394         <dc:Bounds x="860" y="463" width="100" height="80" />
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNShape id="EndEvent_0mvmk3i_di" bpmnElement="EndEvent_0mvmk3i">
397         <dc:Bounds x="599" y="584" width="36" height="36" />
398         <bpmndi:BPMNLabel>
399           <dc:Bounds x="567" y="624" width="0" height="0" />
400         </bpmndi:BPMNLabel>
401       </bpmndi:BPMNShape>
402       <bpmndi:BPMNShape id="EndEvent_1aww7yx_di" bpmnElement="EndEvent_1sez2lh">
403         <dc:Bounds x="1063" y="485" width="36" height="36" />
404         <bpmndi:BPMNLabel>
405           <dc:Bounds x="1074" y="525" width="19" height="14" />
406         </bpmndi:BPMNLabel>
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNShape id="EndEvent_05vw85n_di" bpmnElement="EndEvent_0ex9298">
409         <dc:Bounds x="892" y="574" width="36" height="36" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="902" y="614" width="19" height="14" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNShape>
414       <bpmndi:BPMNShape id="ServiceTask_11f2c91_di" bpmnElement="Task_QuerySecondaryPolicy">
415         <dc:Bounds x="720" y="552" width="100" height="80" />
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNShape id="StartEvent_0tmcs9g_di" bpmnElement="StartEvent_0tmcs9g">
418         <dc:Bounds x="249" y="485" width="36" height="36" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="127" y="521" width="0" height="0" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNShape>
423       <bpmndi:BPMNShape id="ServiceTask_10v49qn_di" bpmnElement="Task_UpdateExtErrorSource">
424         <dc:Bounds x="314" y="463" width="100" height="80" />
425       </bpmndi:BPMNShape>
426       <bpmndi:BPMNShape id="ServiceTask_0ohzi8e_di" bpmnElement="Task_setHandlingCodeSuccessOnSkip">
427         <dc:Bounds x="449" y="589" width="100" height="80" />
428       </bpmndi:BPMNShape>
429       <bpmndi:BPMNShape id="CallActivity_0szwp51_di" bpmnElement="PauseForManualTaskRainyDay">
430         <dc:Bounds x="567" y="337" width="100" height="80" />
431       </bpmndi:BPMNShape>
432       <bpmndi:BPMNShape id="EndEvent_1py1er4_di" bpmnElement="EndEvent_1py1er4">
433         <dc:Bounds x="354" y="611" width="36" height="36" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="363" y="647" width="19" height="14" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNShape id="ServiceTask_0z9izx5_di" bpmnElement="Task_setHandlingCodeSuccess">
439         <dc:Bounds x="1113" y="140" width="100" height="80" />
440       </bpmndi:BPMNShape>
441       <bpmndi:BPMNShape id="ServiceTask_1pf5f6w_di" bpmnElement="Task_PreValidate">
442         <dc:Bounds x="632" y="140" width="100" height="80" />
443       </bpmndi:BPMNShape>
444       <bpmndi:BPMNShape id="ServiceTask_02w4792_di" bpmnElement="Task_PostValidate">
445         <dc:Bounds x="956" y="140" width="100" height="80" />
446       </bpmndi:BPMNShape>
447     </bpmndi:BPMNPlane>
448   </bpmndi:BPMNDiagram>
449 </bpmn:definitions>