[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoDeleteNetworkInstanceRollback.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.4.0">
3   <bpmn:process id="DoDeleteNetworkInstanceRollback" name="DoDeleteNetworkInstanceRollback" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_1krl2dg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:scriptTask id="Task_0whino1" name="PreProcess Incoming Data" scriptFormat="groovy">
8       <bpmn:incoming>SequenceFlow_1krl2dg</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0u41iz2</bpmn:outgoing>
10       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
11 def DoDeleteNetworkInstanceRollback = new DoDeleteNetworkInstanceRollback()
12 DoDeleteNetworkInstanceRollback.preProcessRequest(execution)]]></bpmn:script>
13     </bpmn:scriptTask>
14     <bpmn:sequenceFlow id="SequenceFlow_1krl2dg" sourceRef="StartEvent_1" targetRef="Task_0whino1" />
15     <bpmn:sequenceFlow id="SequenceFlow_0u41iz2" sourceRef="Task_0whino1" targetRef="ExclusiveGateway_0p5zgdb" />
16     <bpmn:callActivity id="CallActivity_1x88fsq" name="Call RSRC SDNC Activate Adapter" calledElement="sdncAdapter">
17       <bpmn:extensionElements>
18         <camunda:in source="DELNWKIR_rollbackDeactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
19         <camunda:in source="mso-request-id" target="mso-request-id" />
20         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
21         <camunda:out source="SDNCA_ResponseCode" target="DELNWKIR_rollbackDeactivateSDNCReturnCode" />
22         <camunda:out source="sdncAdapterResponse" target="DELNWKIR_rollbackDeactivateSDNCResponse" />
23         <camunda:out source="WorkflowException" target="WorkflowException" />
24         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
25       </bpmn:extensionElements>
26       <bpmn:incoming>SequenceFlow_1mxbdps</bpmn:incoming>
27       <bpmn:outgoing>SequenceFlow_07s5r14</bpmn:outgoing>
28     </bpmn:callActivity>
29     <bpmn:exclusiveGateway id="ExclusiveGateway_0p5zgdb" name="is RSRC Deactivate Rollback?" default="SequenceFlow_1bb7zpp">
30       <bpmn:incoming>SequenceFlow_0u41iz2</bpmn:incoming>
31       <bpmn:outgoing>SequenceFlow_1bb7zpp</bpmn:outgoing>
32       <bpmn:outgoing>SequenceFlow_1mxbdps</bpmn:outgoing>
33     </bpmn:exclusiveGateway>
34     <bpmn:scriptTask id="ScriptTask_1ggaxfu" name="Validate Rollback Responses" scriptFormat="groovy">
35       <bpmn:incoming>SequenceFlow_1xokvq6</bpmn:incoming>
36       <bpmn:incoming>SequenceFlow_1xs882r</bpmn:incoming>
37       <bpmn:outgoing>SequenceFlow_1ucaagl</bpmn:outgoing>
38       <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
39 def DoDeleteNetworkInstanceRollback = new DoDeleteNetworkInstanceRollback()
40 DoDeleteNetworkInstanceRollback.validateRollbackResponses(execution)]]></bpmn:script>
41     </bpmn:scriptTask>
42     <bpmn:sequenceFlow id="SequenceFlow_1bb7zpp" name="No" sourceRef="ExclusiveGateway_0p5zgdb" targetRef="ExclusiveGateway_03d5sol" />
43     <bpmn:sequenceFlow id="SequenceFlow_1mxbdps" name="Yes" sourceRef="ExclusiveGateway_0p5zgdb" targetRef="CallActivity_1x88fsq">
44       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("DELNWKIR_rollbackDeactivateSDNCRequest") != null}]]></bpmn:conditionExpression>
45     </bpmn:sequenceFlow>
46     <bpmn:sequenceFlow id="SequenceFlow_07s5r14" sourceRef="CallActivity_1x88fsq" targetRef="ExclusiveGateway_03d5sol" />
47     <bpmn:endEvent id="EndEvent_1fvr7ad">
48       <bpmn:incoming>SequenceFlow_1ucaagl</bpmn:incoming>
49     </bpmn:endEvent>
50     <bpmn:sequenceFlow id="SequenceFlow_1eyt8z2" sourceRef="ServiceTask_1vx8ti9" targetRef="ExclusiveGateway_03fn5ks" />
51     <bpmn:subProcess id="SubProcess_1p4663w" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
52       <bpmn:scriptTask id="ScriptTask_0by1uwk" name="Log / Print Unexpected Error" scriptFormat="groovy">
53         <bpmn:incoming>SequenceFlow_0xktw7v</bpmn:incoming>
54         <bpmn:outgoing>SequenceFlow_0soe5t3</bpmn:outgoing>
55         <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
56 def DoDeleteNetworkInstanceRollback = new DoDeleteNetworkInstanceRollback()
57 DoDeleteNetworkInstanceRollback.processJavaException(execution)]]></bpmn:script>
58       </bpmn:scriptTask>
59       <bpmn:startEvent id="StartEvent_1j0eixl">
60         <bpmn:outgoing>SequenceFlow_0xktw7v</bpmn:outgoing>
61         <bpmn:errorEventDefinition errorRef="Error_1" />
62       </bpmn:startEvent>
63       <bpmn:endEvent id="EndEvent_0jxh015">
64         <bpmn:incoming>SequenceFlow_0soe5t3</bpmn:incoming>
65       </bpmn:endEvent>
66       <bpmn:sequenceFlow id="SequenceFlow_0xktw7v" name="" sourceRef="StartEvent_1j0eixl" targetRef="ScriptTask_0by1uwk" />
67       <bpmn:sequenceFlow id="SequenceFlow_0soe5t3" name="" sourceRef="ScriptTask_0by1uwk" targetRef="EndEvent_0jxh015" />
68     </bpmn:subProcess>
69     <bpmn:inclusiveGateway id="ExclusiveGateway_0798yby">
70       <bpmn:incoming>SequenceFlow_1hcmrh9</bpmn:incoming>
71       <bpmn:incoming>SequenceFlow_1pi168e</bpmn:incoming>
72       <bpmn:outgoing>SequenceFlow_1xs882r</bpmn:outgoing>
73     </bpmn:inclusiveGateway>
74     <bpmn:sequenceFlow id="SequenceFlow_1xs882r" sourceRef="ExclusiveGateway_0798yby" targetRef="ScriptTask_1ggaxfu" />
75     <bpmn:exclusiveGateway id="ExclusiveGateway_03d5sol" name="is PO Network Rollback?" default="SequenceFlow_1yj3542">
76       <bpmn:incoming>SequenceFlow_1bb7zpp</bpmn:incoming>
77       <bpmn:incoming>SequenceFlow_07s5r14</bpmn:incoming>
78       <bpmn:outgoing>SequenceFlow_1yj3542</bpmn:outgoing>
79       <bpmn:outgoing>SequenceFlow_18e00sw</bpmn:outgoing>
80     </bpmn:exclusiveGateway>
81     <bpmn:sequenceFlow id="SequenceFlow_1yj3542" name="No" sourceRef="ExclusiveGateway_03d5sol" targetRef="ExclusiveGateway_03fn5ks" />
82     <bpmn:serviceTask id="ServiceTask_1vx8ti9" name="Call Rollback Network">
83       <bpmn:extensionElements>
84         <camunda:connector>
85           <camunda:inputOutput>
86             <camunda:inputParameter name="payload">${DELNWKIR_rollbackNetworkRequest}</camunda:inputParameter>
87             <camunda:inputParameter name="url">CRENWKIR_urlRollbackPoNetwork</camunda:inputParameter>
88             <camunda:inputParameter name="headers">
89               <camunda:map>
90                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>
91                 <camunda:entry key="content-type">application/xml</camunda:entry>
92               </camunda:map>
93             </camunda:inputParameter>
94             <camunda:inputParameter name="method">POST</camunda:inputParameter>
95             <camunda:outputParameter name="DELNWKIR_rollbackNetworkResponse">${response}</camunda:outputParameter>
96             <camunda:outputParameter name="DELNWKIR_rollbackNetworkReturnCode">${statusCode}</camunda:outputParameter>
97           </camunda:inputOutput>
98           <camunda:connectorId>http-connector</camunda:connectorId>
99         </camunda:connector>
100       </bpmn:extensionElements>
101       <bpmn:incoming>SequenceFlow_18e00sw</bpmn:incoming>
102       <bpmn:outgoing>SequenceFlow_1eyt8z2</bpmn:outgoing>
103     </bpmn:serviceTask>
104     <bpmn:sequenceFlow id="SequenceFlow_18e00sw" name="Yes" sourceRef="ExclusiveGateway_03d5sol" targetRef="ServiceTask_1vx8ti9">
105       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("DELNWKIR_rollbackNetworkRequest") != null}]]></bpmn:conditionExpression>
106     </bpmn:sequenceFlow>
107     <bpmn:exclusiveGateway id="ExclusiveGateway_03fn5ks" name="is SDNC Rollback?" default="SequenceFlow_1xokvq6">
108       <bpmn:incoming>SequenceFlow_1yj3542</bpmn:incoming>
109       <bpmn:incoming>SequenceFlow_1eyt8z2</bpmn:incoming>
110       <bpmn:outgoing>SequenceFlow_1xokvq6</bpmn:outgoing>
111       <bpmn:outgoing>SequenceFlow_172safw</bpmn:outgoing>
112     </bpmn:exclusiveGateway>
113     <bpmn:exclusiveGateway id="ExclusiveGateway_1ga27si" name="is RSRC SDNC?" default="SequenceFlow_1wy1aba">
114       <bpmn:incoming>SequenceFlow_172safw</bpmn:incoming>
115       <bpmn:outgoing>SequenceFlow_1wy1aba</bpmn:outgoing>
116       <bpmn:outgoing>SequenceFlow_1yltkyg</bpmn:outgoing>
117     </bpmn:exclusiveGateway>
118     <bpmn:sequenceFlow id="SequenceFlow_1xokvq6" name="No" sourceRef="ExclusiveGateway_03fn5ks" targetRef="ScriptTask_1ggaxfu" />
119     <bpmn:sequenceFlow id="SequenceFlow_172safw" name="Yes" sourceRef="ExclusiveGateway_03fn5ks" targetRef="ExclusiveGateway_1ga27si">
120       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("DELNWKIR_rollbackSDNCRequest") != null}]]></bpmn:conditionExpression>
121     </bpmn:sequenceFlow>
122     <bpmn:sequenceFlow id="SequenceFlow_1wy1aba" name="No" sourceRef="ExclusiveGateway_1ga27si" targetRef="Task_00chyig" />
123     <bpmn:sequenceFlow id="SequenceFlow_1yltkyg" name="Yes" sourceRef="ExclusiveGateway_1ga27si" targetRef="Task_1iuumxi">
124       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") == '1702'} ]]></bpmn:conditionExpression>
125     </bpmn:sequenceFlow>
126     <bpmn:sequenceFlow id="SequenceFlow_1hcmrh9" sourceRef="Task_1iuumxi" targetRef="ExclusiveGateway_0798yby" />
127     <bpmn:sequenceFlow id="SequenceFlow_1pi168e" sourceRef="Task_00chyig" targetRef="ExclusiveGateway_0798yby" />
128     <bpmn:callActivity id="Task_1iuumxi" name="Call Assign RSRC SDNC Adapter" calledElement="sdncAdapter">
129       <bpmn:extensionElements>
130         <camunda:in source="DELNWKIR_rollbackSDNCRequest" target="sdncAdapterWorkflowRequest" />
131         <camunda:in source="mso-request-id" target="mso-request-id" />
132         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
133         <camunda:out source="SDNCA_ResponseCode" target="DELNWKIR_rollbackSDNCReturnCode" />
134         <camunda:out source="sdncAdapterResponse" target="DELNWKIR_rollbackSDNCResponse" />
135         <camunda:out source="WorkflowException" target="WorkflowException" />
136         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
137       </bpmn:extensionElements>
138       <bpmn:incoming>SequenceFlow_1yltkyg</bpmn:incoming>
139       <bpmn:outgoing>SequenceFlow_1hcmrh9</bpmn:outgoing>
140     </bpmn:callActivity>
141     <bpmn:callActivity id="Task_00chyig" name="Call Rollback SDNC Adapter" calledElement="sdncAdapter">
142       <bpmn:extensionElements>
143         <camunda:in source="DELNWKIR_rollbackSDNCRequest" target="sdncAdapterWorkflowRequest" />
144         <camunda:in source="mso-request-id" target="mso-request-id" />
145         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
146         <camunda:out source="SDNCA_ResponseCode" target="DELNWKIR_rollbackSDNCReturnCode" />
147         <camunda:out source="sdncAdapterResponse" target="DELNWKIR_rollbackSDNCResponse" />
148         <camunda:out source="WorkflowException" target="WorkflowException" />
149         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
150       </bpmn:extensionElements>
151       <bpmn:incoming>SequenceFlow_1wy1aba</bpmn:incoming>
152       <bpmn:outgoing>SequenceFlow_1pi168e</bpmn:outgoing>
153     </bpmn:callActivity>
154     <bpmn:sequenceFlow id="SequenceFlow_1ucaagl" sourceRef="ScriptTask_1ggaxfu" targetRef="EndEvent_1fvr7ad" />
155     <bpmn:subProcess id="SubProcess_02vfqr7" triggeredByEvent="true">
156       <bpmn:endEvent id="EndEvent_0m7hpuj">
157         <bpmn:incoming>SequenceFlow_1s5yjuu</bpmn:incoming>
158       </bpmn:endEvent>
159       <bpmn:scriptTask id="ScriptTask_0yr3vca" name="Catch Exception" scriptFormat="groovy">
160         <bpmn:incoming>SequenceFlow_01hh1wq</bpmn:incoming>
161         <bpmn:outgoing>SequenceFlow_1s5yjuu</bpmn:outgoing>
162         <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
163 execution.setVariable("workflowException", execution.getVariable("WorkflowException")]]></bpmn:script>
164       </bpmn:scriptTask>
165       <bpmn:startEvent id="StartEvent_001ol7f">
166         <bpmn:outgoing>SequenceFlow_01hh1wq</bpmn:outgoing>
167         <bpmn:errorEventDefinition errorRef="Error_2" />
168       </bpmn:startEvent>
169       <bpmn:sequenceFlow id="SequenceFlow_1s5yjuu" sourceRef="ScriptTask_0yr3vca" targetRef="EndEvent_0m7hpuj" />
170       <bpmn:sequenceFlow id="SequenceFlow_01hh1wq" sourceRef="StartEvent_001ol7f" targetRef="ScriptTask_0yr3vca" />
171     </bpmn:subProcess>
172     <bpmn:boundaryEvent id="BoundaryEvent_1mrkh9x" attachedToRef="CallActivity_1x88fsq">
173       <bpmn:outgoing>SequenceFlow_0b0m3o7</bpmn:outgoing>
174       <bpmn:errorEventDefinition errorRef="Error_2" />
175     </bpmn:boundaryEvent>
176     <bpmn:boundaryEvent id="BoundaryEvent_16cracu" attachedToRef="ServiceTask_1vx8ti9">
177       <bpmn:outgoing>SequenceFlow_141226w</bpmn:outgoing>
178       <bpmn:errorEventDefinition errorRef="Error_2" />
179     </bpmn:boundaryEvent>
180     <bpmn:sequenceFlow id="SequenceFlow_141226w" sourceRef="BoundaryEvent_16cracu" targetRef="EndEvent_00y9o8y" />
181     <bpmn:sequenceFlow id="SequenceFlow_0b0m3o7" sourceRef="BoundaryEvent_1mrkh9x" targetRef="EndEvent_00y9o8y" />
182     <bpmn:endEvent id="EndEvent_00y9o8y">
183       <bpmn:incoming>SequenceFlow_141226w</bpmn:incoming>
184       <bpmn:incoming>SequenceFlow_0b0m3o7</bpmn:incoming>
185       <bpmn:errorEventDefinition errorRef="Error_2" />
186     </bpmn:endEvent>
187     <bpmn:boundaryEvent id="BoundaryEvent_1gk4tem" attachedToRef="Task_1iuumxi">
188       <bpmn:outgoing>SequenceFlow_1lr1613</bpmn:outgoing>
189       <bpmn:errorEventDefinition errorRef="Error_2" />
190     </bpmn:boundaryEvent>
191     <bpmn:boundaryEvent id="BoundaryEvent_1qaz277" attachedToRef="Task_00chyig">
192       <bpmn:outgoing>SequenceFlow_0np0b8p</bpmn:outgoing>
193       <bpmn:errorEventDefinition errorRef="Error_2" />
194     </bpmn:boundaryEvent>
195     <bpmn:endEvent id="EndEvent_1qfbudr">
196       <bpmn:incoming>SequenceFlow_1lr1613</bpmn:incoming>
197       <bpmn:incoming>SequenceFlow_0np0b8p</bpmn:incoming>
198       <bpmn:errorEventDefinition errorRef="Error_2" />
199     </bpmn:endEvent>
200     <bpmn:sequenceFlow id="SequenceFlow_1lr1613" sourceRef="BoundaryEvent_1gk4tem" targetRef="EndEvent_1qfbudr" />
201     <bpmn:sequenceFlow id="SequenceFlow_0np0b8p" sourceRef="BoundaryEvent_1qaz277" targetRef="EndEvent_1qfbudr" />
202     <bpmn:textAnnotation id="TextAnnotation_000ap15">    <bpmn:text><![CDATA[Include ONLY inputs/varrables: Â 
203 rollbackData, as Map
204 -rollbackDeactivateSDNCRequest
205 -rollbackNetworkRequest 
206 WorkflowException
207 ]]></bpmn:text>
208 </bpmn:textAnnotation>
209     <bpmn:association id="Association_0ybkmal" sourceRef="Task_0whino1" targetRef="TextAnnotation_000ap15" />
210     <bpmn:textAnnotation id="TextAnnotation_0vwyo82">    <bpmn:text><![CDATA[set value for:
211 WorkflowException
212 rolledBack
213 wasDeleted
214 ]]></bpmn:text>
215 </bpmn:textAnnotation>
216     <bpmn:association id="Association_1gx121b" sourceRef="ScriptTask_1ggaxfu" targetRef="TextAnnotation_0vwyo82" />
217   </bpmn:process>
218   <bpmn:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
219   <bpmn:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
220   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
221     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteNetworkInstanceRollback">
222       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
223         <dc:Bounds x="214" y="240" width="36" height="36" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="232" y="276" width="0" height="0" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNShape id="ScriptTask_1dqe09s_di" bpmnElement="Task_0whino1">
229         <dc:Bounds x="333" y="218" width="100" height="80" />
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNEdge id="SequenceFlow_1krl2dg_di" bpmnElement="SequenceFlow_1krl2dg">
232         <di:waypoint xsi:type="dc:Point" x="250" y="258" />
233         <di:waypoint xsi:type="dc:Point" x="333" y="258" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="292" y="243" width="0" height="0" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNEdge>
238       <bpmndi:BPMNEdge id="SequenceFlow_0u41iz2_di" bpmnElement="SequenceFlow_0u41iz2">
239         <di:waypoint xsi:type="dc:Point" x="433" y="258" />
240         <di:waypoint xsi:type="dc:Point" x="556" y="258" />
241         <di:waypoint xsi:type="dc:Point" x="556" y="347" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="495" y="243" width="0" height="0" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNShape id="CallActivity_1x88fsq_di" bpmnElement="CallActivity_1x88fsq">
247         <dc:Bounds x="506" y="481" width="100" height="80" />
248       </bpmndi:BPMNShape>
249       <bpmndi:BPMNShape id="ExclusiveGateway_0p5zgdb_di" bpmnElement="ExclusiveGateway_0p5zgdb" isMarkerVisible="true">
250         <dc:Bounds x="531" y="347" width="50" height="50" />
251         <bpmndi:BPMNLabel>
252           <dc:Bounds x="451" y="360" width="55" height="36" />
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNShape>
255       <bpmndi:BPMNShape id="TextAnnotation_000ap15_di" bpmnElement="TextAnnotation_000ap15">
256         <dc:Bounds x="112" y="355" width="277" height="115" />
257       </bpmndi:BPMNShape>
258       <bpmndi:BPMNEdge id="Association_0ybkmal_di" bpmnElement="Association_0ybkmal">
259         <di:waypoint xsi:type="dc:Point" x="349" y="298" />
260         <di:waypoint xsi:type="dc:Point" x="300" y="355" />
261       </bpmndi:BPMNEdge>
262       <bpmndi:BPMNShape id="ScriptTask_1ggaxfu_di" bpmnElement="ScriptTask_1ggaxfu">
263         <dc:Bounds x="1097" y="332" width="100" height="80" />
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNShape id="TextAnnotation_0vwyo82_di" bpmnElement="TextAnnotation_0vwyo82">
266         <dc:Bounds x="1230" y="448" width="165" height="60" />
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNEdge id="Association_1gx121b_di" bpmnElement="Association_1gx121b">
269         <di:waypoint xsi:type="dc:Point" x="1195" y="404" />
270         <di:waypoint xsi:type="dc:Point" x="1264" y="448" />
271       </bpmndi:BPMNEdge>
272       <bpmndi:BPMNEdge id="SequenceFlow_1bb7zpp_di" bpmnElement="SequenceFlow_1bb7zpp">
273         <di:waypoint xsi:type="dc:Point" x="581" y="372" />
274         <di:waypoint xsi:type="dc:Point" x="711" y="372" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="589" y="350.17259171746633" width="14" height="12" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNEdge>
279       <bpmndi:BPMNEdge id="SequenceFlow_1mxbdps_di" bpmnElement="SequenceFlow_1mxbdps">
280         <di:waypoint xsi:type="dc:Point" x="556" y="397" />
281         <di:waypoint xsi:type="dc:Point" x="556" y="481" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="560" y="397.10731155015196" width="18" height="12" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNEdge>
286       <bpmndi:BPMNEdge id="SequenceFlow_07s5r14_di" bpmnElement="SequenceFlow_07s5r14">
287         <di:waypoint xsi:type="dc:Point" x="606" y="521" />
288         <di:waypoint xsi:type="dc:Point" x="639" y="521" />
289         <di:waypoint xsi:type="dc:Point" x="639" y="372" />
290         <di:waypoint xsi:type="dc:Point" x="711" y="372" />
291         <bpmndi:BPMNLabel>
292           <dc:Bounds x="654" y="446.5" width="0" height="0" />
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNEdge>
295       <bpmndi:BPMNShape id="EndEvent_1fvr7ad_di" bpmnElement="EndEvent_1fvr7ad">
296         <dc:Bounds x="1253" y="252" width="36" height="36" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="1271" y="288" width="0" height="0" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNShape>
301       <bpmndi:BPMNEdge id="SequenceFlow_1eyt8z2_di" bpmnElement="SequenceFlow_1eyt8z2">
302         <di:waypoint xsi:type="dc:Point" x="786" y="521" />
303         <di:waypoint xsi:type="dc:Point" x="815" y="521" />
304         <di:waypoint xsi:type="dc:Point" x="815" y="372" />
305         <di:waypoint xsi:type="dc:Point" x="866" y="372" />
306         <bpmndi:BPMNLabel>
307           <dc:Bounds x="830" y="446.5" width="0" height="0" />
308         </bpmndi:BPMNLabel>
309       </bpmndi:BPMNEdge>
310       <bpmndi:BPMNShape id="SubProcess_1p4663w_di" bpmnElement="SubProcess_1p4663w" isExpanded="true">
311         <dc:Bounds x="-6" y="665" width="394" height="188" />
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNShape id="ScriptTask_0by1uwk_di" bpmnElement="ScriptTask_0by1uwk">
314         <dc:Bounds x="142" y="720" width="100" height="80" />
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNShape id="StartEvent_1j0eixl_di" bpmnElement="StartEvent_1j0eixl">
317         <dc:Bounds x="27" y="742" width="36" height="36" />
318         <bpmndi:BPMNLabel>
319           <dc:Bounds x="45" y="783" width="0" height="0" />
320         </bpmndi:BPMNLabel>
321       </bpmndi:BPMNShape>
322       <bpmndi:BPMNShape id="EndEvent_0jxh015_di" bpmnElement="EndEvent_0jxh015">
323         <dc:Bounds x="303" y="742" width="36" height="36" />
324         <bpmndi:BPMNLabel>
325           <dc:Bounds x="321" y="783" width="0" height="0" />
326         </bpmndi:BPMNLabel>
327       </bpmndi:BPMNShape>
328       <bpmndi:BPMNEdge id="SequenceFlow_0xktw7v_di" bpmnElement="SequenceFlow_0xktw7v">
329         <di:waypoint xsi:type="dc:Point" x="63" y="760" />
330         <di:waypoint xsi:type="dc:Point" x="142" y="760" />
331         <bpmndi:BPMNLabel>
332           <dc:Bounds x="105" y="760" width="0" height="0" />
333         </bpmndi:BPMNLabel>
334       </bpmndi:BPMNEdge>
335       <bpmndi:BPMNEdge id="SequenceFlow_0soe5t3_di" bpmnElement="SequenceFlow_0soe5t3">
336         <di:waypoint xsi:type="dc:Point" x="242" y="760" />
337         <di:waypoint xsi:type="dc:Point" x="303" y="760" />
338         <bpmndi:BPMNLabel>
339           <dc:Bounds x="277" y="760" width="0" height="0" />
340         </bpmndi:BPMNLabel>
341       </bpmndi:BPMNEdge>
342       <bpmndi:BPMNShape id="InclusiveGateway_04myanb_di" bpmnElement="ExclusiveGateway_0798yby">
343         <dc:Bounds x="1122" y="496" width="50" height="50" />
344         <bpmndi:BPMNLabel>
345           <dc:Bounds x="1147" y="546" width="0" height="0" />
346         </bpmndi:BPMNLabel>
347       </bpmndi:BPMNShape>
348       <bpmndi:BPMNEdge id="SequenceFlow_1xs882r_di" bpmnElement="SequenceFlow_1xs882r">
349         <di:waypoint xsi:type="dc:Point" x="1147" y="496" />
350         <di:waypoint xsi:type="dc:Point" x="1147" y="412" />
351         <bpmndi:BPMNLabel>
352           <dc:Bounds x="1162" y="454" width="0" height="0" />
353         </bpmndi:BPMNLabel>
354       </bpmndi:BPMNEdge>
355       <bpmndi:BPMNShape id="ExclusiveGateway_03d5sol_di" bpmnElement="ExclusiveGateway_03d5sol" isMarkerVisible="true">
356         <dc:Bounds x="711" y="347" width="50" height="50" />
357         <bpmndi:BPMNLabel>
358           <dc:Bounds x="699" y="312" width="74" height="24" />
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNShape>
361       <bpmndi:BPMNEdge id="SequenceFlow_1yj3542_di" bpmnElement="SequenceFlow_1yj3542">
362         <di:waypoint xsi:type="dc:Point" x="761" y="372" />
363         <di:waypoint xsi:type="dc:Point" x="866" y="372" />
364         <bpmndi:BPMNLabel>
365           <dc:Bounds x="774" y="354" width="14" height="12" />
366         </bpmndi:BPMNLabel>
367       </bpmndi:BPMNEdge>
368       <bpmndi:BPMNShape id="ServiceTask_1vx8ti9_di" bpmnElement="ServiceTask_1vx8ti9">
369         <dc:Bounds x="686" y="481" width="100" height="80" />
370       </bpmndi:BPMNShape>
371       <bpmndi:BPMNEdge id="SequenceFlow_18e00sw_di" bpmnElement="SequenceFlow_18e00sw">
372         <di:waypoint xsi:type="dc:Point" x="736" y="397" />
373         <di:waypoint xsi:type="dc:Point" x="736" y="481" />
374         <bpmndi:BPMNLabel>
375           <dc:Bounds x="748" y="394" width="18" height="12" />
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNEdge>
378       <bpmndi:BPMNShape id="ExclusiveGateway_03fn5ks_di" bpmnElement="ExclusiveGateway_03fn5ks" isMarkerVisible="true">
379         <dc:Bounds x="866" y="347" width="50" height="50" />
380         <bpmndi:BPMNLabel>
381           <dc:Bounds x="867" y="310" width="48" height="24" />
382         </bpmndi:BPMNLabel>
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNShape id="ExclusiveGateway_1ga27si_di" bpmnElement="ExclusiveGateway_1ga27si" isMarkerVisible="true">
385         <dc:Bounds x="866" y="496" width="50" height="50" />
386         <bpmndi:BPMNLabel>
387           <dc:Bounds x="898" y="456" width="82" height="12" />
388         </bpmndi:BPMNLabel>
389       </bpmndi:BPMNShape>
390       <bpmndi:BPMNEdge id="SequenceFlow_1xokvq6_di" bpmnElement="SequenceFlow_1xokvq6">
391         <di:waypoint xsi:type="dc:Point" x="916" y="372" />
392         <di:waypoint xsi:type="dc:Point" x="1097" y="372" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="926" y="353" width="14" height="12" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNEdge>
397       <bpmndi:BPMNEdge id="SequenceFlow_172safw_di" bpmnElement="SequenceFlow_172safw">
398         <di:waypoint xsi:type="dc:Point" x="891" y="397" />
399         <di:waypoint xsi:type="dc:Point" x="891" y="496" />
400         <bpmndi:BPMNLabel>
401           <dc:Bounds x="898" y="396.5" width="18" height="12" />
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNEdge>
404       <bpmndi:BPMNEdge id="SequenceFlow_1wy1aba_di" bpmnElement="SequenceFlow_1wy1aba">
405         <di:waypoint xsi:type="dc:Point" x="891" y="546" />
406         <di:waypoint xsi:type="dc:Point" x="891" y="677" />
407         <di:waypoint xsi:type="dc:Point" x="955" y="677" />
408         <bpmndi:BPMNLabel>
409           <dc:Bounds x="903" y="541.5" width="14" height="12" />
410         </bpmndi:BPMNLabel>
411       </bpmndi:BPMNEdge>
412       <bpmndi:BPMNEdge id="SequenceFlow_1yltkyg_di" bpmnElement="SequenceFlow_1yltkyg">
413         <di:waypoint xsi:type="dc:Point" x="916" y="521" />
414         <di:waypoint xsi:type="dc:Point" x="955" y="521" />
415         <bpmndi:BPMNLabel>
416           <dc:Bounds x="915" y="502" width="18" height="12" />
417         </bpmndi:BPMNLabel>
418       </bpmndi:BPMNEdge>
419       <bpmndi:BPMNEdge id="SequenceFlow_1hcmrh9_di" bpmnElement="SequenceFlow_1hcmrh9">
420         <di:waypoint xsi:type="dc:Point" x="1055" y="521" />
421         <di:waypoint xsi:type="dc:Point" x="1122" y="521" />
422         <bpmndi:BPMNLabel>
423           <dc:Bounds x="1089" y="506" width="0" height="0" />
424         </bpmndi:BPMNLabel>
425       </bpmndi:BPMNEdge>
426       <bpmndi:BPMNEdge id="SequenceFlow_1pi168e_di" bpmnElement="SequenceFlow_1pi168e">
427         <di:waypoint xsi:type="dc:Point" x="1055" y="677" />
428         <di:waypoint xsi:type="dc:Point" x="1147" y="677" />
429         <di:waypoint xsi:type="dc:Point" x="1147" y="546" />
430         <bpmndi:BPMNLabel>
431           <dc:Bounds x="1101" y="662" width="0" height="0" />
432         </bpmndi:BPMNLabel>
433       </bpmndi:BPMNEdge>
434       <bpmndi:BPMNShape id="CallActivity_12rk9t5_di" bpmnElement="Task_1iuumxi">
435         <dc:Bounds x="955" y="481" width="100" height="80" />
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNShape id="CallActivity_0l1dvlv_di" bpmnElement="Task_00chyig">
438         <dc:Bounds x="955" y="637" width="100" height="80" />
439       </bpmndi:BPMNShape>
440       <bpmndi:BPMNEdge id="SequenceFlow_1ucaagl_di" bpmnElement="SequenceFlow_1ucaagl">
441         <di:waypoint xsi:type="dc:Point" x="1147" y="332" />
442         <di:waypoint xsi:type="dc:Point" x="1147" y="270" />
443         <di:waypoint xsi:type="dc:Point" x="1253" y="270" />
444         <bpmndi:BPMNLabel>
445           <dc:Bounds x="1162" y="301" width="0" height="0" />
446         </bpmndi:BPMNLabel>
447       </bpmndi:BPMNEdge>
448       <bpmndi:BPMNShape id="SubProcess_02vfqr7_di" bpmnElement="SubProcess_02vfqr7" isExpanded="true">
449         <dc:Bounds x="-10" y="898" width="382" height="213" />
450       </bpmndi:BPMNShape>
451       <bpmndi:BPMNShape id="EndEvent_0m7hpuj_di" bpmnElement="EndEvent_0m7hpuj">
452         <dc:Bounds x="293" y="977" width="36" height="36" />
453         <bpmndi:BPMNLabel>
454           <dc:Bounds x="311" y="1013" width="0" height="0" />
455         </bpmndi:BPMNLabel>
456       </bpmndi:BPMNShape>
457       <bpmndi:BPMNShape id="ScriptTask_0yr3vca_di" bpmnElement="ScriptTask_0yr3vca">
458         <dc:Bounds x="120" y="955" width="100" height="80" />
459       </bpmndi:BPMNShape>
460       <bpmndi:BPMNShape id="StartEvent_001ol7f_di" bpmnElement="StartEvent_001ol7f">
461         <dc:Bounds x="20" y="977" width="36" height="36" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="38" y="1013" width="0" height="0" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNShape>
466       <bpmndi:BPMNEdge id="SequenceFlow_1s5yjuu_di" bpmnElement="SequenceFlow_1s5yjuu">
467         <di:waypoint xsi:type="dc:Point" x="220" y="995" />
468         <di:waypoint xsi:type="dc:Point" x="293" y="995" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="257" y="970" width="0" height="0" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNEdge>
473       <bpmndi:BPMNEdge id="SequenceFlow_01hh1wq_di" bpmnElement="SequenceFlow_01hh1wq">
474         <di:waypoint xsi:type="dc:Point" x="56" y="995" />
475         <di:waypoint xsi:type="dc:Point" x="120" y="995" />
476         <bpmndi:BPMNLabel>
477           <dc:Bounds x="88" y="980" width="0" height="0" />
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNEdge>
480       <bpmndi:BPMNShape id="BoundaryEvent_10qmjw0_di" bpmnElement="BoundaryEvent_1mrkh9x">
481         <dc:Bounds x="588" y="543" width="36" height="36" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="606" y="579" width="0" height="0" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNShape>
486       <bpmndi:BPMNShape id="BoundaryEvent_1n1s1n0_di" bpmnElement="BoundaryEvent_16cracu">
487         <dc:Bounds x="668" y="543" width="36" height="36" />
488         <bpmndi:BPMNLabel>
489           <dc:Bounds x="686" y="579" width="0" height="0" />
490         </bpmndi:BPMNLabel>
491       </bpmndi:BPMNShape>
492       <bpmndi:BPMNEdge id="SequenceFlow_141226w_di" bpmnElement="SequenceFlow_141226w">
493         <di:waypoint xsi:type="dc:Point" x="677" y="577" />
494         <di:waypoint xsi:type="dc:Point" x="655" y="613" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="666" y="580" width="0" height="0" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNEdge>
499       <bpmndi:BPMNEdge id="SequenceFlow_0b0m3o7_di" bpmnElement="SequenceFlow_0b0m3o7">
500         <di:waypoint xsi:type="dc:Point" x="615" y="576" />
501         <di:waypoint xsi:type="dc:Point" x="637" y="614" />
502         <bpmndi:BPMNLabel>
503           <dc:Bounds x="626" y="580" width="0" height="0" />
504         </bpmndi:BPMNLabel>
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNShape id="EndEvent_0yeci14_di" bpmnElement="EndEvent_00y9o8y">
507         <dc:Bounds x="628" y="611" width="36" height="36" />
508         <bpmndi:BPMNLabel>
509           <dc:Bounds x="646" y="647" width="0" height="0" />
510         </bpmndi:BPMNLabel>
511       </bpmndi:BPMNShape>
512       <bpmndi:BPMNShape id="BoundaryEvent_10psbey_di" bpmnElement="BoundaryEvent_1gk4tem">
513         <dc:Bounds x="1037" y="543" width="36" height="36" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="1055" y="579" width="0" height="0" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNShape>
518       <bpmndi:BPMNShape id="BoundaryEvent_0wka4xd_di" bpmnElement="BoundaryEvent_1qaz277">
519         <dc:Bounds x="1037" y="619" width="36" height="36" />
520         <bpmndi:BPMNLabel>
521           <dc:Bounds x="1055" y="655" width="0" height="0" />
522         </bpmndi:BPMNLabel>
523       </bpmndi:BPMNShape>
524       <bpmndi:BPMNShape id="EndEvent_0c33uj0_di" bpmnElement="EndEvent_1qfbudr">
525         <dc:Bounds x="1089" y="587" width="36" height="36" />
526         <bpmndi:BPMNLabel>
527           <dc:Bounds x="1107" y="623" width="0" height="0" />
528         </bpmndi:BPMNLabel>
529       </bpmndi:BPMNShape>
530       <bpmndi:BPMNEdge id="SequenceFlow_1lr1613_di" bpmnElement="SequenceFlow_1lr1613">
531         <di:waypoint xsi:type="dc:Point" x="1068" y="572" />
532         <di:waypoint xsi:type="dc:Point" x="1094" y="594" />
533         <bpmndi:BPMNLabel>
534           <dc:Bounds x="1081" y="568" width="0" height="0" />
535         </bpmndi:BPMNLabel>
536       </bpmndi:BPMNEdge>
537       <bpmndi:BPMNEdge id="SequenceFlow_0np0b8p_di" bpmnElement="SequenceFlow_0np0b8p">
538         <di:waypoint xsi:type="dc:Point" x="1070" y="628" />
539         <di:waypoint xsi:type="dc:Point" x="1092" y="614" />
540         <bpmndi:BPMNLabel>
541           <dc:Bounds x="1081" y="606" width="0" height="0" />
542         </bpmndi:BPMNLabel>
543       </bpmndi:BPMNEdge>
544     </bpmndi:BPMNPlane>
545   </bpmndi:BPMNDiagram>
546 </bpmn:definitions>