Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoUpdateNetworkInstanceRollback.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="DoUpdateNetworkInstanceRollback" name="DoUpdateNetworkInstanceRollback" 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 DoUpdateNetworkInstanceRollback = new DoUpdateNetworkInstanceRollback()
12 DoUpdateNetworkInstanceRollback.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_0v0en47" />
16     <bpmn:serviceTask id="ServiceTask_0bqh5yl" name="Call Rollback Network">
17       <bpmn:extensionElements>
18         <camunda:connector>
19           <camunda:inputOutput>
20             <camunda:inputParameter name="payload">${UPDNETIR_rollbackNetworkRequest}</camunda:inputParameter>
21             <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.network.rest.endpoint", execution)}
22 ]]></camunda:inputParameter>
23             <camunda:inputParameter name="headers">
24               <camunda:map>
25                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>
26                 <camunda:entry key="content-type">application/xml</camunda:entry>
27               </camunda:map>
28             </camunda:inputParameter>
29             <camunda:inputParameter name="method">PUT</camunda:inputParameter>
30             <camunda:outputParameter name="UPDNETIR_rollbackNetworkReturnCode">${statusCode}</camunda:outputParameter>
31             <camunda:outputParameter name="UPDNETIR_rollbackNetworkResponse">${response}</camunda:outputParameter>
32           </camunda:inputOutput>
33           <camunda:connectorId>http-connector</camunda:connectorId>
34         </camunda:connector>
35       </bpmn:extensionElements>
36       <bpmn:incoming>SequenceFlow_0e1uixp</bpmn:incoming>
37       <bpmn:outgoing>SequenceFlow_17o4w67</bpmn:outgoing>
38     </bpmn:serviceTask>
39     <bpmn:exclusiveGateway id="ExclusiveGateway_0v0en47" name="is PO Network Rollback?" default="SequenceFlow_1lteduj">
40       <bpmn:incoming>SequenceFlow_0u41iz2</bpmn:incoming>
41       <bpmn:outgoing>SequenceFlow_0e1uixp</bpmn:outgoing>
42       <bpmn:outgoing>SequenceFlow_1lteduj</bpmn:outgoing>
43     </bpmn:exclusiveGateway>
44     <bpmn:callActivity id="CallActivity_1xilevb" name="Call Rollback SDNC Adapter" calledElement="sdncAdapter">
45       <bpmn:extensionElements>
46         <camunda:in source="UPDNETIR_rollbackSDNCRequest" target="sdncAdapterWorkflowRequest" />
47         <camunda:in source="mso-request-id" target="mso-request-id" />
48         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
49         <camunda:out source="SDNCA_ResponseCode" target="UPDNETIR_rollbackSDNCReturnCode" />
50         <camunda:out source="sdncAdapterResponse" target="UPDNETIR_rollbackSDNCResponse" />
51         <camunda:out source="WorkflowException" target="WorkflowException" />
52         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
53       </bpmn:extensionElements>
54       <bpmn:incoming>SequenceFlow_101y57s</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_0790olb</bpmn:outgoing>
56     </bpmn:callActivity>
57     <bpmn:exclusiveGateway id="ExclusiveGateway_17g4q5c" name="is RSRC SDNC?" default="SequenceFlow_101y57s">
58       <bpmn:incoming>SequenceFlow_0virkpu</bpmn:incoming>
59       <bpmn:outgoing>SequenceFlow_101y57s</bpmn:outgoing>
60       <bpmn:outgoing>SequenceFlow_0mw0dgd</bpmn:outgoing>
61     </bpmn:exclusiveGateway>
62     <bpmn:scriptTask id="ScriptTask_1ggaxfu" name="Validate Rollback Responses" scriptFormat="groovy">
63       <bpmn:incoming>SequenceFlow_0qc4v9t</bpmn:incoming>
64       <bpmn:incoming>SequenceFlow_0el8yzs</bpmn:incoming>
65       <bpmn:outgoing>SequenceFlow_0yto4gz</bpmn:outgoing>
66       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
67 def DoUpdateNetworkInstanceRollback = new DoUpdateNetworkInstanceRollback()
68 DoUpdateNetworkInstanceRollback.validateRollbackResponses(execution)]]></bpmn:script>
69     </bpmn:scriptTask>
70     <bpmn:exclusiveGateway id="ExclusiveGateway_1n5jck8" name="is SDNC Rollback?" default="SequenceFlow_0qc4v9t">
71       <bpmn:incoming>SequenceFlow_1lteduj</bpmn:incoming>
72       <bpmn:incoming>SequenceFlow_17o4w67</bpmn:incoming>
73       <bpmn:outgoing>SequenceFlow_0virkpu</bpmn:outgoing>
74       <bpmn:outgoing>SequenceFlow_0qc4v9t</bpmn:outgoing>
75     </bpmn:exclusiveGateway>
76     <bpmn:sequenceFlow id="SequenceFlow_0e1uixp" name="Yes" sourceRef="ExclusiveGateway_0v0en47" targetRef="ServiceTask_0bqh5yl">
77       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETIR_rollbackNetworkRequest") != null}]]></bpmn:conditionExpression>
78     </bpmn:sequenceFlow>
79     <bpmn:sequenceFlow id="SequenceFlow_1lteduj" name="No" sourceRef="ExclusiveGateway_0v0en47" targetRef="ExclusiveGateway_1n5jck8" />
80     <bpmn:sequenceFlow id="SequenceFlow_0virkpu" name="Yes" sourceRef="ExclusiveGateway_1n5jck8" targetRef="ExclusiveGateway_17g4q5c">
81       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETIR_rollbackSDNCRequest") != null}]]></bpmn:conditionExpression>
82     </bpmn:sequenceFlow>
83     <bpmn:sequenceFlow id="SequenceFlow_17o4w67" sourceRef="ServiceTask_0bqh5yl" targetRef="ExclusiveGateway_1n5jck8" />
84     <bpmn:sequenceFlow id="SequenceFlow_101y57s" name="No" sourceRef="ExclusiveGateway_17g4q5c" targetRef="CallActivity_1xilevb" />
85     <bpmn:sequenceFlow id="SequenceFlow_0mw0dgd" name="Yes" sourceRef="ExclusiveGateway_17g4q5c" targetRef="ExclusiveGateway_0b9kbop">
86       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") != '1610'} ]]></bpmn:conditionExpression>
87     </bpmn:sequenceFlow>
88     <bpmn:endEvent id="EndEvent_1fvr7ad">
89       <bpmn:incoming>SequenceFlow_0yto4gz</bpmn:incoming>
90     </bpmn:endEvent>
91     <bpmn:sequenceFlow id="SequenceFlow_0qc4v9t" name="No" sourceRef="ExclusiveGateway_1n5jck8" targetRef="ScriptTask_1ggaxfu" />
92     <bpmn:sequenceFlow id="SequenceFlow_0790olb" sourceRef="CallActivity_1xilevb" targetRef="ExclusiveGateway_0b9kbop" />
93     <bpmn:subProcess id="SubProcess_1p4663w" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
94       <bpmn:scriptTask id="ScriptTask_0by1uwk" name="Log / Print Unexpected Error" scriptFormat="groovy">
95         <bpmn:incoming>SequenceFlow_0xktw7v</bpmn:incoming>
96         <bpmn:outgoing>SequenceFlow_0soe5t3</bpmn:outgoing>
97         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
98 def DoUpdateNetworkInstanceRollback = new DoUpdateNetworkInstanceRollback()
99 DoUpdateNetworkInstanceRollback.processJavaException(execution)]]></bpmn:script>
100       </bpmn:scriptTask>
101       <bpmn:startEvent id="StartEvent_1j0eixl">
102         <bpmn:outgoing>SequenceFlow_0xktw7v</bpmn:outgoing>
103         <bpmn:errorEventDefinition />
104       </bpmn:startEvent>
105       <bpmn:endEvent id="EndEvent_0jxh015">
106         <bpmn:incoming>SequenceFlow_0soe5t3</bpmn:incoming>
107       </bpmn:endEvent>
108       <bpmn:sequenceFlow id="SequenceFlow_0xktw7v" name="" sourceRef="StartEvent_1j0eixl" targetRef="ScriptTask_0by1uwk" />
109       <bpmn:sequenceFlow id="SequenceFlow_0soe5t3" name="" sourceRef="ScriptTask_0by1uwk" targetRef="EndEvent_0jxh015" />
110     </bpmn:subProcess>
111     <bpmn:inclusiveGateway id="ExclusiveGateway_0b9kbop">
112       <bpmn:incoming>SequenceFlow_0790olb</bpmn:incoming>
113       <bpmn:incoming>SequenceFlow_0mw0dgd</bpmn:incoming>
114       <bpmn:outgoing>SequenceFlow_0el8yzs</bpmn:outgoing>
115     </bpmn:inclusiveGateway>
116     <bpmn:sequenceFlow id="SequenceFlow_0el8yzs" sourceRef="ExclusiveGateway_0b9kbop" targetRef="ScriptTask_1ggaxfu" />
117     <bpmn:sequenceFlow id="SequenceFlow_0yto4gz" sourceRef="ScriptTask_1ggaxfu" targetRef="EndEvent_1fvr7ad" />
118     <bpmn:subProcess id="SubProcess_1b8rnqv" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
119       <bpmn:scriptTask id="ScriptTask_02d3i14" name="Catch Exception">
120         <bpmn:incoming>SequenceFlow_07kf49j</bpmn:incoming>
121         <bpmn:outgoing>SequenceFlow_01syg1x</bpmn:outgoing>
122         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
123 execution.setVariable("workflowException", execution.getVariable("WorkflowException")]]></bpmn:script>
124       </bpmn:scriptTask>
125       <bpmn:startEvent id="StartEvent_0e8yrgo">
126         <bpmn:outgoing>SequenceFlow_07kf49j</bpmn:outgoing>
127         <bpmn:errorEventDefinition />
128       </bpmn:startEvent>
129       <bpmn:endEvent id="EndEvent_1cmovvm">
130         <bpmn:incoming>SequenceFlow_01syg1x</bpmn:incoming>
131       </bpmn:endEvent>
132       <bpmn:sequenceFlow id="SequenceFlow_07kf49j" name="" sourceRef="StartEvent_0e8yrgo" targetRef="ScriptTask_02d3i14" />
133       <bpmn:sequenceFlow id="SequenceFlow_01syg1x" name="" sourceRef="ScriptTask_02d3i14" targetRef="EndEvent_1cmovvm" />
134     </bpmn:subProcess>
135     <bpmn:textAnnotation id="TextAnnotation_000ap15">    <bpmn:text><![CDATA[Include ONLY inputs/varrables:  
136 rollbackData, as Map
137 -rollbackSDNCRequest
138 -rollbackNetworkRequest
139 WorkflowException
140  
141 ]]></bpmn:text>
142 </bpmn:textAnnotation>
143     <bpmn:association id="Association_0ybkmal" sourceRef="Task_0whino1" targetRef="TextAnnotation_000ap15" />
144     <bpmn:textAnnotation id="TextAnnotation_0vwyo82">    <bpmn:text><![CDATA[set value for:
145 WorkflowException
146 rolledBack
147 wasDeleted
148 ]]></bpmn:text>
149 </bpmn:textAnnotation>
150     <bpmn:association id="Association_1gx121b" sourceRef="ScriptTask_1ggaxfu" targetRef="TextAnnotation_0vwyo82" />
151   </bpmn:process>
152   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
153     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateNetworkInstanceRollback">
154       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
155         <dc:Bounds x="240" y="354" width="36" height="36" />
156         <bpmndi:BPMNLabel>
157           <dc:Bounds x="258" y="390" width="0" height="0" />
158         </bpmndi:BPMNLabel>
159       </bpmndi:BPMNShape>
160       <bpmndi:BPMNShape id="ScriptTask_1dqe09s_di" bpmnElement="Task_0whino1">
161         <dc:Bounds x="403" y="332" width="100" height="80" />
162       </bpmndi:BPMNShape>
163       <bpmndi:BPMNEdge id="SequenceFlow_1krl2dg_di" bpmnElement="SequenceFlow_1krl2dg">
164         <di:waypoint xsi:type="dc:Point" x="276" y="372" />
165         <di:waypoint xsi:type="dc:Point" x="382" y="372" />
166         <di:waypoint xsi:type="dc:Point" x="382" y="372" />
167         <di:waypoint xsi:type="dc:Point" x="403" y="372" />
168         <bpmndi:BPMNLabel>
169           <dc:Bounds x="397" y="372" width="0" height="0" />
170         </bpmndi:BPMNLabel>
171       </bpmndi:BPMNEdge>
172       <bpmndi:BPMNEdge id="SequenceFlow_0u41iz2_di" bpmnElement="SequenceFlow_0u41iz2">
173         <di:waypoint xsi:type="dc:Point" x="503" y="372" />
174         <di:waypoint xsi:type="dc:Point" x="660" y="372" />
175         <bpmndi:BPMNLabel>
176           <dc:Bounds x="582" y="357" width="0" height="0" />
177         </bpmndi:BPMNLabel>
178       </bpmndi:BPMNEdge>
179       <bpmndi:BPMNShape id="ServiceTask_0bqh5yl_di" bpmnElement="ServiceTask_0bqh5yl">
180         <dc:Bounds x="635" y="481" width="100" height="80" />
181       </bpmndi:BPMNShape>
182       <bpmndi:BPMNShape id="ExclusiveGateway_0v0en47_di" bpmnElement="ExclusiveGateway_0v0en47" isMarkerVisible="true">
183         <dc:Bounds x="660" y="347" width="50" height="50" />
184         <bpmndi:BPMNLabel>
185           <dc:Bounds x="648" y="312" width="74" height="24" />
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNShape>
188       <bpmndi:BPMNShape id="TextAnnotation_000ap15_di" bpmnElement="TextAnnotation_000ap15">
189         <dc:Bounds x="469" y="133" width="277" height="115" />
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNEdge id="Association_0ybkmal_di" bpmnElement="Association_0ybkmal">
192         <di:waypoint xsi:type="dc:Point" x="487" y="332" />
193         <di:waypoint xsi:type="dc:Point" x="559" y="248" />
194       </bpmndi:BPMNEdge>
195       <bpmndi:BPMNShape id="CallActivity_1xilevb_di" bpmnElement="CallActivity_1xilevb">
196         <dc:Bounds x="995" y="610" width="100" height="80" />
197       </bpmndi:BPMNShape>
198       <bpmndi:BPMNShape id="ExclusiveGateway_17g4q5c_di" bpmnElement="ExclusiveGateway_17g4q5c" isMarkerVisible="true">
199         <dc:Bounds x="879" y="496" width="50" height="50" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="926" y="474" width="82" height="12" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNShape id="ScriptTask_1ggaxfu_di" bpmnElement="ScriptTask_1ggaxfu">
205         <dc:Bounds x="1123" y="332" width="100" height="80" />
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="ExclusiveGateway_1n5jck8_di" bpmnElement="ExclusiveGateway_1n5jck8" isMarkerVisible="true">
208         <dc:Bounds x="879" y="347" width="50" height="50" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="880" y="308" width="48" height="24" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNShape id="TextAnnotation_0vwyo82_di" bpmnElement="TextAnnotation_0vwyo82">
214         <dc:Bounds x="1287" y="410" width="165" height="60" />
215       </bpmndi:BPMNShape>
216       <bpmndi:BPMNEdge id="Association_1gx121b_di" bpmnElement="Association_1gx121b">
217         <di:waypoint xsi:type="dc:Point" x="1223" y="389" />
218         <di:waypoint xsi:type="dc:Point" x="1287" y="412" />
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNEdge id="SequenceFlow_0e1uixp_di" bpmnElement="SequenceFlow_0e1uixp">
221         <di:waypoint xsi:type="dc:Point" x="685" y="397" />
222         <di:waypoint xsi:type="dc:Point" x="685" y="439" />
223         <di:waypoint xsi:type="dc:Point" x="685" y="439" />
224         <di:waypoint xsi:type="dc:Point" x="685" y="481" />
225         <bpmndi:BPMNLabel>
226           <dc:Bounds x="693" y="395" width="18" height="12" />
227         </bpmndi:BPMNLabel>
228       </bpmndi:BPMNEdge>
229       <bpmndi:BPMNEdge id="SequenceFlow_1lteduj_di" bpmnElement="SequenceFlow_1lteduj">
230         <di:waypoint xsi:type="dc:Point" x="710" y="372" />
231         <di:waypoint xsi:type="dc:Point" x="879" y="372" />
232         <bpmndi:BPMNLabel>
233           <dc:Bounds x="716" y="350" width="14" height="12" />
234         </bpmndi:BPMNLabel>
235       </bpmndi:BPMNEdge>
236       <bpmndi:BPMNEdge id="SequenceFlow_0virkpu_di" bpmnElement="SequenceFlow_0virkpu">
237         <di:waypoint xsi:type="dc:Point" x="904" y="397" />
238         <di:waypoint xsi:type="dc:Point" x="904" y="496" />
239         <bpmndi:BPMNLabel>
240           <dc:Bounds x="914" y="392.7469456247061" width="18" height="12" />
241         </bpmndi:BPMNLabel>
242       </bpmndi:BPMNEdge>
243       <bpmndi:BPMNEdge id="SequenceFlow_17o4w67_di" bpmnElement="SequenceFlow_17o4w67">
244         <di:waypoint xsi:type="dc:Point" x="735" y="521" />
245         <di:waypoint xsi:type="dc:Point" x="817" y="521" />
246         <di:waypoint xsi:type="dc:Point" x="817" y="372" />
247         <di:waypoint xsi:type="dc:Point" x="879" y="372" />
248         <bpmndi:BPMNLabel>
249           <dc:Bounds x="832" y="446.5" width="0" height="0" />
250         </bpmndi:BPMNLabel>
251       </bpmndi:BPMNEdge>
252       <bpmndi:BPMNEdge id="SequenceFlow_101y57s_di" bpmnElement="SequenceFlow_101y57s">
253         <di:waypoint xsi:type="dc:Point" x="904" y="546" />
254         <di:waypoint xsi:type="dc:Point" x="904" y="650" />
255         <di:waypoint xsi:type="dc:Point" x="995" y="650" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="913" y="544.0784313725491" width="14" height="12" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNEdge>
260       <bpmndi:BPMNEdge id="SequenceFlow_0mw0dgd_di" bpmnElement="SequenceFlow_0mw0dgd">
261         <di:waypoint xsi:type="dc:Point" x="929" y="521" />
262         <di:waypoint xsi:type="dc:Point" x="1148" y="521" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="937" y="500" width="18" height="12" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNShape id="EndEvent_1fvr7ad_di" bpmnElement="EndEvent_1fvr7ad">
268         <dc:Bounds x="1352" y="354" width="36" height="36" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="1370" y="390" width="0" height="0" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNShape>
273       <bpmndi:BPMNEdge id="SequenceFlow_0qc4v9t_di" bpmnElement="SequenceFlow_0qc4v9t">
274         <di:waypoint xsi:type="dc:Point" x="929" y="372" />
275         <di:waypoint xsi:type="dc:Point" x="1123" y="372" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="941" y="351.1191898360114" width="14" height="12" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNEdge id="SequenceFlow_0790olb_di" bpmnElement="SequenceFlow_0790olb">
281         <di:waypoint xsi:type="dc:Point" x="1095" y="650" />
282         <di:waypoint xsi:type="dc:Point" x="1173" y="650" />
283         <di:waypoint xsi:type="dc:Point" x="1173" y="546" />
284         <bpmndi:BPMNLabel>
285           <dc:Bounds x="1134" y="635" width="0" height="0" />
286         </bpmndi:BPMNLabel>
287       </bpmndi:BPMNEdge>
288       <bpmndi:BPMNShape id="SubProcess_1p4663w_di" bpmnElement="SubProcess_1p4663w" isExpanded="true">
289         <dc:Bounds x="61" y="668" width="394" height="188" />
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNShape id="ScriptTask_0by1uwk_di" bpmnElement="ScriptTask_0by1uwk">
292         <dc:Bounds x="209" y="723" width="100" height="80" />
293       </bpmndi:BPMNShape>
294       <bpmndi:BPMNShape id="StartEvent_1j0eixl_di" bpmnElement="StartEvent_1j0eixl">
295         <dc:Bounds x="94" y="745" width="36" height="36" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="112" y="786" width="0" height="0" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNShape>
300       <bpmndi:BPMNShape id="EndEvent_0jxh015_di" bpmnElement="EndEvent_0jxh015">
301         <dc:Bounds x="370" y="745" width="36" height="36" />
302         <bpmndi:BPMNLabel>
303           <dc:Bounds x="388" y="786" width="0" height="0" />
304         </bpmndi:BPMNLabel>
305       </bpmndi:BPMNShape>
306       <bpmndi:BPMNEdge id="SequenceFlow_0xktw7v_di" bpmnElement="SequenceFlow_0xktw7v">
307         <di:waypoint xsi:type="dc:Point" x="130" y="763" />
308         <di:waypoint xsi:type="dc:Point" x="209" y="763" />
309         <bpmndi:BPMNLabel>
310           <dc:Bounds x="172" y="763" width="0" height="0" />
311         </bpmndi:BPMNLabel>
312       </bpmndi:BPMNEdge>
313       <bpmndi:BPMNEdge id="SequenceFlow_0soe5t3_di" bpmnElement="SequenceFlow_0soe5t3">
314         <di:waypoint xsi:type="dc:Point" x="309" y="763" />
315         <di:waypoint xsi:type="dc:Point" x="370" y="763" />
316         <bpmndi:BPMNLabel>
317           <dc:Bounds x="344" y="763" width="0" height="0" />
318         </bpmndi:BPMNLabel>
319       </bpmndi:BPMNEdge>
320       <bpmndi:BPMNShape id="InclusiveGateway_0dot6c9_di" bpmnElement="ExclusiveGateway_0b9kbop">
321         <dc:Bounds x="1148" y="496" width="50" height="50" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="1173" y="546" width="0" height="0" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNShape>
326       <bpmndi:BPMNEdge id="SequenceFlow_0el8yzs_di" bpmnElement="SequenceFlow_0el8yzs">
327         <di:waypoint xsi:type="dc:Point" x="1173" y="496" />
328         <di:waypoint xsi:type="dc:Point" x="1173" y="412" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="1188" y="444" width="0" height="0" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNEdge>
333       <bpmndi:BPMNEdge id="SequenceFlow_0yto4gz_di" bpmnElement="SequenceFlow_0yto4gz">
334         <di:waypoint xsi:type="dc:Point" x="1223" y="372" />
335         <di:waypoint xsi:type="dc:Point" x="1352" y="372" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="1288" y="357" width="0" height="0" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNShape id="SubProcess_1b8rnqv_di" bpmnElement="SubProcess_1b8rnqv" isExpanded="true">
341         <dc:Bounds x="61" y="916" width="394" height="188" />
342       </bpmndi:BPMNShape>
343       <bpmndi:BPMNShape id="ScriptTask_02d3i14_di" bpmnElement="ScriptTask_02d3i14">
344         <dc:Bounds x="209" y="971" width="100" height="80" />
345       </bpmndi:BPMNShape>
346       <bpmndi:BPMNShape id="StartEvent_0e8yrgo_di" bpmnElement="StartEvent_0e8yrgo">
347         <dc:Bounds x="94" y="993" width="36" height="36" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="112" y="1034" width="0" height="0" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNShape>
352       <bpmndi:BPMNShape id="EndEvent_1cmovvm_di" bpmnElement="EndEvent_1cmovvm">
353         <dc:Bounds x="370" y="993" width="36" height="36" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="388" y="1034" width="0" height="0" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNShape>
358       <bpmndi:BPMNEdge id="SequenceFlow_07kf49j_di" bpmnElement="SequenceFlow_07kf49j">
359         <di:waypoint xsi:type="dc:Point" x="130" y="1011" />
360         <di:waypoint xsi:type="dc:Point" x="209" y="1011" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="172" y="1011" width="0" height="0" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_01syg1x_di" bpmnElement="SequenceFlow_01syg1x">
366         <di:waypoint xsi:type="dc:Point" x="309" y="1011" />
367         <di:waypoint xsi:type="dc:Point" x="370" y="1011" />
368         <bpmndi:BPMNLabel>
369           <dc:Bounds x="344" y="1011" width="0" height="0" />
370         </bpmndi:BPMNLabel>
371       </bpmndi:BPMNEdge>
372     </bpmndi:BPMNPlane>
373   </bpmndi:BPMNDiagram>
374 </bpmn:definitions>