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