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