67bd961844942414fc378e9eed6cf75621063764
[so.git] / bpmn / MSOCommonBPMN / src / main / resources / subprocess / CompleteMsoProcess.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_EsMs0HcuEeW2U_kkOHX1ZQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CompleteMsoProcess" name="CompleteMsoProcess" isExecutable="true">
4     <bpmn2:scriptTask id="preProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
8 def preProcessRequestData = new CompleteMsoProcess()
9 preProcessRequestData.preProcessRequest(execution)
10
11 ]]></bpmn2:script>
12     </bpmn2:scriptTask>
13     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest" targetRef="ExclusiveGateway_1r258d4" />
14     <bpmn2:startEvent id="StartEvent_1" name="Start With message">
15       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
16       <bpmn2:messageEventDefinition id="MessageEventDefinition_1" messageRef="Message_2" />
17     </bpmn2:startEvent>
18     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="StartEvent_1" targetRef="preProcessRequest" />
19     <bpmn2:subProcess id="subProcessExceptionCompleteMSO" name="Sub Process Exception Complete MSO" triggeredByEvent="true">
20       <bpmn2:endEvent id="endEventExceptionCompleteMSO">
21         <bpmn2:extensionElements>
22           <camunda:connector>
23             <camunda:inputOutput>
24               <camunda:outputParameter name="DB_ADAPTER_ERROR">${CMSO_updateRequestResponse}</camunda:outputParameter>
25             </camunda:inputOutput>
26           </camunda:connector>
27         </bpmn2:extensionElements>
28         <bpmn2:incoming>SequenceFlow_1i1h3il</bpmn2:incoming>
29         <bpmn2:terminateEventDefinition id="MessageEventDefinition_3" />
30       </bpmn2:endEvent>
31       <bpmn2:startEvent id="startEventExceptionCompleteMSO">
32         <bpmn2:outgoing>SequenceFlow_1i1h3il</bpmn2:outgoing>
33         <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
34       </bpmn2:startEvent>
35       <bpmn2:sequenceFlow id="SequenceFlow_1i1h3il" sourceRef="startEventExceptionCompleteMSO" targetRef="endEventExceptionCompleteMSO" />
36     </bpmn2:subProcess>
37     <bpmn2:endEvent id="EndEvent_4">
38       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
39       <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_3" />
40     </bpmn2:endEvent>
41     <bpmn2:scriptTask id="ScriptTask_3" name="Prepare Infra&#10;&#10;Update DB Request" scriptFormat="groovy">
42       <bpmn2:incoming>SequenceFlow_127i45q</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
44       <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
45 def completeMsoProcess = new CompleteMsoProcess()
46 completeMsoProcess.setUpdateDBstatustoSuccessPayload(execution)]]></bpmn2:script>
47     </bpmn2:scriptTask>
48     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_3" targetRef="updateInfraRequest" />
49     <bpmn2:serviceTask id="updateInfraRequest" name="Update Infra DB status to SUCCESS">
50       <bpmn2:extensionElements>
51         <camunda:connector>
52           <camunda:inputOutput>
53             <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
54             <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CMSO_setUpdateDBstatustoSuccessPayload")}]]></camunda:inputParameter>
55             <camunda:inputParameter name="headers">
56               <camunda:map>
57                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
58                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
59               </camunda:map>
60             </camunda:inputParameter>
61             <camunda:inputParameter name="method">POST</camunda:inputParameter>
62             <camunda:outputParameter name="CMSO_updateRequestResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter>
63             <camunda:outputParameter name="CMSO_updateRequestResponseCode">${statusCode}</camunda:outputParameter>
64           </camunda:inputOutput>
65           <camunda:connectorId>soap-http-connector</camunda:connectorId>
66         </camunda:connector>
67       </bpmn2:extensionElements>
68       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
69       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
70     </bpmn2:serviceTask>
71     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="updateInfraRequest" targetRef="ExclusiveGateway_7" />
72     <bpmn2:scriptTask id="BuildErrorMessage" name="Build Error Message" scriptFormat="groovy">
73       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
74       <bpmn2:incoming>SequenceFlow_0mipf25</bpmn2:incoming>
75       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
76       <bpmn2:script><![CDATA[//println "INSIDE --> Build Error Message @@@@"
77 //println "CMSO_updateRequestResponse IS --> " + execution.getVariable("CMSO_updateRequestResponse")
78 import org.onap.so.bpmn.common.scripts.*
79 def buildDataErrorMessage = new CompleteMsoProcess()
80 buildDataErrorMessage.buildDataError(execution, "Complete MSO  -- Update DB status to SUCCESS -- Failed")]]></bpmn2:script>
81     </bpmn2:scriptTask>
82     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="BuildErrorMessage" targetRef="EndEvent_4" />
83     <bpmn2:exclusiveGateway id="ExclusiveGateway_7" default="SequenceFlow_1">
84       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
85       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
86       <bpmn2:outgoing>SequenceFlow_03z8rch</bpmn2:outgoing>
87     </bpmn2:exclusiveGateway>
88     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ExclusiveGateway_7" targetRef="BuildErrorMessage" />
89     <bpmn2:boundaryEvent id="BoundaryEvent_7" name="" attachedToRef="updateInfraRequest">
90       <bpmn2:outgoing>SequenceFlow_0mipf25</bpmn2:outgoing>
91       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_1" />
92     </bpmn2:boundaryEvent>
93     <bpmn2:endEvent id="EndEvent_1">
94       <bpmn2:incoming>SequenceFlow_1pzb94j</bpmn2:incoming>
95       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_2" />
96     </bpmn2:endEvent>
97     <bpmn2:sequenceFlow id="SequenceFlow_0mipf25" name="Connect Fault" sourceRef="BoundaryEvent_7" targetRef="BuildErrorMessage" />
98     <bpmn2:callActivity id="CallActivity_101qf6x" name="Call Notification Service" calledElement="${UrnPropertiesReader.getVariable(&#34;mso.workflow.notification.name&#34;, execution)}">
99       <bpmn2:extensionElements>
100         <camunda:in source="mso-request-id" target="mso-request-id" />
101         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
102         <camunda:in variables="all" />
103         <camunda:out variables="all" />
104         <camunda:in businessKey="#{execution.processBusinessKey}" />
105       </bpmn2:extensionElements>
106       <bpmn2:incoming>SequenceFlow_81</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_13qdn1s</bpmn2:outgoing>
108     </bpmn2:callActivity>
109     <bpmn2:sequenceFlow id="SequenceFlow_13qdn1s" sourceRef="CallActivity_101qf6x" targetRef="ParallelGateway_7" />
110     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Active Request?" default="SequenceFlow_1dptl35">
111       <bpmn2:incoming>SequenceFlow_067veaf</bpmn2:incoming>
112       <bpmn2:outgoing>SequenceFlow_81</bpmn2:outgoing>
113       <bpmn2:outgoing>SequenceFlow_1dptl35</bpmn2:outgoing>
114     </bpmn2:exclusiveGateway>
115     <bpmn2:exclusiveGateway id="ParallelGateway_7">
116       <bpmn2:incoming>SequenceFlow_1dptl35</bpmn2:incoming>
117       <bpmn2:incoming>SequenceFlow_13qdn1s</bpmn2:incoming>
118       <bpmn2:outgoing>SequenceFlow_1hpvwyt</bpmn2:outgoing>
119     </bpmn2:exclusiveGateway>
120     <bpmn2:sequenceFlow id="SequenceFlow_81" name="Yes" sourceRef="ExclusiveGateway_3" targetRef="CallActivity_101qf6x">
121       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_notification-url-Ok") ==true || execution.getVariable("CMSO_request_id-Ok") ==true}]]></bpmn2:conditionExpression>
122     </bpmn2:sequenceFlow>
123     <bpmn2:sequenceFlow id="SequenceFlow_1dptl35" sourceRef="ExclusiveGateway_3" targetRef="ParallelGateway_7" />
124     <bpmn2:parallelGateway id="ExclusiveGateway_1r258d4">
125       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
126       <bpmn2:outgoing>SequenceFlow_067veaf</bpmn2:outgoing>
127       <bpmn2:outgoing>SequenceFlow_0xe5zck</bpmn2:outgoing>
128     </bpmn2:parallelGateway>
129     <bpmn2:parallelGateway id="ExclusiveGateway_019d74x">
130       <bpmn2:incoming>SequenceFlow_12he9a1</bpmn2:incoming>
131       <bpmn2:incoming>SequenceFlow_1hpvwyt</bpmn2:incoming>
132       <bpmn2:outgoing>SequenceFlow_1g8ig3h</bpmn2:outgoing>
133     </bpmn2:parallelGateway>
134     <bpmn2:sequenceFlow id="SequenceFlow_1g8ig3h" sourceRef="ExclusiveGateway_019d74x" targetRef="ScriptTask_0vyk0lo" />
135     <bpmn2:sequenceFlow id="SequenceFlow_067veaf" sourceRef="ExclusiveGateway_1r258d4" targetRef="ExclusiveGateway_3" />
136     <bpmn2:exclusiveGateway id="ExclusiveGateway_08yqzk9" name="Infra Check Check" default="SequenceFlow_1ffkc0n">
137       <bpmn2:incoming>SequenceFlow_0xe5zck</bpmn2:incoming>
138       <bpmn2:outgoing>SequenceFlow_127i45q</bpmn2:outgoing>
139       <bpmn2:outgoing>SequenceFlow_1ffkc0n</bpmn2:outgoing>
140     </bpmn2:exclusiveGateway>
141     <bpmn2:sequenceFlow id="SequenceFlow_0xe5zck" sourceRef="ExclusiveGateway_1r258d4" targetRef="ExclusiveGateway_08yqzk9" />
142     <bpmn2:sequenceFlow id="SequenceFlow_127i45q" sourceRef="ExclusiveGateway_08yqzk9" targetRef="ScriptTask_3">
143       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_request_id-Ok") ==false}]]></bpmn2:conditionExpression>
144     </bpmn2:sequenceFlow>
145     <bpmn2:exclusiveGateway id="ExclusiveGateway_1utv1g8">
146       <bpmn2:incoming>SequenceFlow_03z8rch</bpmn2:incoming>
147       <bpmn2:incoming>SequenceFlow_1ffkc0n</bpmn2:incoming>
148       <bpmn2:outgoing>SequenceFlow_12he9a1</bpmn2:outgoing>
149     </bpmn2:exclusiveGateway>
150     <bpmn2:sequenceFlow id="SequenceFlow_03z8rch" sourceRef="ExclusiveGateway_7" targetRef="ExclusiveGateway_1utv1g8">
151       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_updateRequestResponseCode")==200}]]></bpmn2:conditionExpression>
152     </bpmn2:sequenceFlow>
153     <bpmn2:sequenceFlow id="SequenceFlow_1ffkc0n" sourceRef="ExclusiveGateway_08yqzk9" targetRef="ExclusiveGateway_1utv1g8" />
154     <bpmn2:sequenceFlow id="SequenceFlow_12he9a1" sourceRef="ExclusiveGateway_1utv1g8" targetRef="ExclusiveGateway_019d74x" />
155     <bpmn2:sequenceFlow id="SequenceFlow_1hpvwyt" sourceRef="ParallelGateway_7" targetRef="ExclusiveGateway_019d74x" />
156     <bpmn2:scriptTask id="ScriptTask_0vyk0lo" name="Prepare Response" scriptFormat="groovy">
157       <bpmn2:incoming>SequenceFlow_1g8ig3h</bpmn2:incoming>
158       <bpmn2:outgoing>SequenceFlow_1pzb94j</bpmn2:outgoing>
159       <bpmn2:script><![CDATA[println "INSIDE --> Complete MSO Process Done SUCCESSFULLY"
160 import org.onap.so.bpmn.common.scripts.*
161 def postProcessResponseData = new CompleteMsoProcess()
162 postProcessResponseData.postProcessResponse(execution)
163 println "CompleteMsoProcess Response -->" + "\n" + execution.getVariable("CompletionHandlerResponse")]]></bpmn2:script>
164     </bpmn2:scriptTask>
165     <bpmn2:sequenceFlow id="SequenceFlow_1pzb94j" sourceRef="ScriptTask_0vyk0lo" targetRef="EndEvent_1" />
166   </bpmn2:process>
167   <bpmn2:message id="Message_2" name="CompleteMsoProcessRequest" />
168   <bpmn2:error id="Error_3" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
169   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
170   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
171     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CompleteMsoProcess">
172       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_41" bpmnElement="StartEvent_1">
173         <dc:Bounds x="67" y="297" width="36" height="36" />
174         <bpmndi:BPMNLabel>
175           <dc:Bounds x="94" y="338" width="49" height="25" />
176         </bpmndi:BPMNLabel>
177       </bpmndi:BPMNShape>
178       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_34" bpmnElement="preProcessRequest">
179         <dc:Bounds x="167" y="275" width="100" height="80" />
180       </bpmndi:BPMNShape>
181       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_34" targetElement="ParallelGateway_1domt5l_di">
182         <di:waypoint xsi:type="dc:Point" x="267" y="316" />
183         <di:waypoint xsi:type="dc:Point" x="322" y="316" />
184         <bpmndi:BPMNLabel>
185           <dc:Bounds x="295" y="301" width="0" height="0" />
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNEdge>
188       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_StartEvent_41" targetElement="_BPMNShape_ScriptTask_34">
189         <di:waypoint xsi:type="dc:Point" x="103" y="315" />
190         <di:waypoint xsi:type="dc:Point" x="167" y="315" />
191         <bpmndi:BPMNLabel>
192           <dc:Bounds x="135" y="300" width="0" height="0" />
193         </bpmndi:BPMNLabel>
194       </bpmndi:BPMNEdge>
195       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_51" bpmnElement="updateInfraRequest">
196         <dc:Bounds x="657" y="451" width="100" height="80" />
197       </bpmndi:BPMNShape>
198       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_13" bpmnElement="subProcessExceptionCompleteMSO" isExpanded="true">
199         <dc:Bounds x="171" y="709" width="427" height="169" />
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_110" bpmnElement="endEventExceptionCompleteMSO">
202         <dc:Bounds x="471" y="776" width="36" height="36" />
203         <bpmndi:BPMNLabel>
204           <dc:Bounds x="489" y="817" width="0" height="0" />
205         </bpmndi:BPMNLabel>
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_51" bpmnElement="startEventExceptionCompleteMSO">
208         <dc:Bounds x="219" y="776" width="36" height="36" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="237" y="817" width="0" height="0" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_63" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true">
214         <dc:Bounds x="816" y="465" width="50" height="50" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="841" y="520" width="0" height="0" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_51" targetElement="_BPMNShape_ExclusiveGateway_63">
220         <di:waypoint xsi:type="dc:Point" x="757" y="491" />
221         <di:waypoint xsi:type="dc:Point" x="816" y="490" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="942" y="534" width="0" height="0" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_111" bpmnElement="EndEvent_4">
227         <dc:Bounds x="953" y="578" width="36" height="36" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="971" y="619" width="0" height="0" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_76" bpmnElement="BuildErrorMessage">
233         <dc:Bounds x="792" y="556" width="100" height="80" />
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ExclusiveGateway_63" targetElement="_BPMNShape_ScriptTask_76">
236         <di:waypoint xsi:type="dc:Point" x="841" y="515" />
237         <di:waypoint xsi:type="dc:Point" x="842" y="556" />
238         <bpmndi:BPMNLabel>
239           <dc:Bounds x="886" y="342" width="0" height="0" />
240         </bpmndi:BPMNLabel>
241       </bpmndi:BPMNEdge>
242       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_76" targetElement="_BPMNShape_EndEvent_111">
243         <di:waypoint xsi:type="dc:Point" x="892" y="596" />
244         <di:waypoint xsi:type="dc:Point" x="953" y="596" />
245         <bpmndi:BPMNLabel>
246           <dc:Bounds x="923" y="596" width="0" height="0" />
247         </bpmndi:BPMNLabel>
248       </bpmndi:BPMNEdge>
249       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_128" bpmnElement="EndEvent_1">
250         <dc:Bounds x="1270" y="297" width="36" height="36" />
251         <bpmndi:BPMNLabel>
252           <dc:Bounds x="1288" y="338" width="0" height="0" />
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNShape>
255       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_29" bpmnElement="BoundaryEvent_7">
256         <dc:Bounds x="686" y="513" width="36" height="36" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="979" y="395" width="0" height="0" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNShape>
261       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_88" bpmnElement="ScriptTask_3">
262         <dc:Bounds x="506" y="451" width="100" height="80" />
263       </bpmndi:BPMNShape>
264       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_88" targetElement="_BPMNShape_ScriptTask_51">
265         <di:waypoint xsi:type="dc:Point" x="606" y="491" />
266         <di:waypoint xsi:type="dc:Point" x="657" y="491" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="626" y="515" width="0" height="0" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNEdge>
271       <bpmndi:BPMNEdge id="SequenceFlow_0mipf25_di" bpmnElement="SequenceFlow_0mipf25">
272         <di:waypoint xsi:type="dc:Point" x="704" y="549" />
273         <di:waypoint xsi:type="dc:Point" x="704" y="596" />
274         <di:waypoint xsi:type="dc:Point" x="792" y="596" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="623" y="563" width="68" height="12" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNEdge>
279       <bpmndi:BPMNShape id="CallActivity_101qf6x_di" bpmnElement="CallActivity_101qf6x">
280         <dc:Bounds x="633" y="186" width="100" height="80" />
281       </bpmndi:BPMNShape>
282       <bpmndi:BPMNEdge id="SequenceFlow_13qdn1s_di" bpmnElement="SequenceFlow_13qdn1s">
283         <di:waypoint xsi:type="dc:Point" x="733" y="226" />
284         <di:waypoint xsi:type="dc:Point" x="888" y="226" />
285         <bpmndi:BPMNLabel>
286           <dc:Bounds x="811" y="211" width="0" height="0" />
287         </bpmndi:BPMNLabel>
288       </bpmndi:BPMNEdge>
289       <bpmndi:BPMNEdge id="SequenceFlow_1i1h3il_di" bpmnElement="SequenceFlow_1i1h3il">
290         <di:waypoint xsi:type="dc:Point" x="255" y="794" />
291         <di:waypoint xsi:type="dc:Point" x="471" y="794" />
292         <bpmndi:BPMNLabel>
293           <dc:Bounds x="363" y="779" width="0" height="0" />
294         </bpmndi:BPMNLabel>
295       </bpmndi:BPMNEdge>
296       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_60" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
297         <dc:Bounds x="394" y="201" width="50" height="50" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="326" y="196" width="80" height="12" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNShape>
302       <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_9" bpmnElement="ParallelGateway_7" isMarkerVisible="true">
303         <dc:Bounds x="888" y="201" width="50" height="50" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="913" y="256" width="0" height="0" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_82" bpmnElement="SequenceFlow_81">
309         <di:waypoint xsi:type="dc:Point" x="444" y="226" />
310         <di:waypoint xsi:type="dc:Point" x="633" y="226" />
311         <bpmndi:BPMNLabel>
312           <dc:Bounds x="552" y="234" width="18" height="12" />
313         </bpmndi:BPMNLabel>
314       </bpmndi:BPMNEdge>
315       <bpmndi:BPMNEdge id="SequenceFlow_1dptl35_di" bpmnElement="SequenceFlow_1dptl35">
316         <di:waypoint xsi:type="dc:Point" x="419" y="251" />
317         <di:waypoint xsi:type="dc:Point" x="419" y="333" />
318         <di:waypoint xsi:type="dc:Point" x="913" y="333" />
319         <di:waypoint xsi:type="dc:Point" x="913" y="251" />
320         <bpmndi:BPMNLabel>
321           <dc:Bounds x="448" y="273" width="0" height="0" />
322         </bpmndi:BPMNLabel>
323       </bpmndi:BPMNEdge>
324       <bpmndi:BPMNShape id="ParallelGateway_1domt5l_di" bpmnElement="ExclusiveGateway_1r258d4">
325         <dc:Bounds x="322" y="291" width="50" height="50" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="347" y="341" width="0" height="0" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNShape>
330       <bpmndi:BPMNShape id="ParallelGateway_04tefv6_di" bpmnElement="ExclusiveGateway_019d74x">
331         <dc:Bounds x="999" y="290" width="50" height="50" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="1024" y="340" width="0" height="0" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNShape>
336       <bpmndi:BPMNEdge id="SequenceFlow_1g8ig3h_di" bpmnElement="SequenceFlow_1g8ig3h">
337         <di:waypoint xsi:type="dc:Point" x="1049" y="315" />
338         <di:waypoint xsi:type="dc:Point" x="1104" y="315" />
339         <bpmndi:BPMNLabel>
340           <dc:Bounds x="1077" y="300" width="0" height="0" />
341         </bpmndi:BPMNLabel>
342       </bpmndi:BPMNEdge>
343       <bpmndi:BPMNEdge id="SequenceFlow_067veaf_di" bpmnElement="SequenceFlow_067veaf">
344         <di:waypoint xsi:type="dc:Point" x="347" y="291" />
345         <di:waypoint xsi:type="dc:Point" x="347" y="226" />
346         <di:waypoint xsi:type="dc:Point" x="394" y="226" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="362" y="258.5" width="0" height="0" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNShape id="ExclusiveGateway_08yqzk9_di" bpmnElement="ExclusiveGateway_08yqzk9" isMarkerVisible="true">
352         <dc:Bounds x="394" y="466" width="50" height="50" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="390" y="516" width="57" height="12" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNShape>
357       <bpmndi:BPMNEdge id="SequenceFlow_0xe5zck_di" bpmnElement="SequenceFlow_0xe5zck">
358         <di:waypoint xsi:type="dc:Point" x="347" y="341" />
359         <di:waypoint xsi:type="dc:Point" x="347" y="491" />
360         <di:waypoint xsi:type="dc:Point" x="394" y="491" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="362" y="416" width="0" height="0" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_127i45q_di" bpmnElement="SequenceFlow_127i45q">
366         <di:waypoint xsi:type="dc:Point" x="444" y="491" />
367         <di:waypoint xsi:type="dc:Point" x="473" y="491" />
368         <di:waypoint xsi:type="dc:Point" x="473" y="491" />
369         <di:waypoint xsi:type="dc:Point" x="506" y="491" />
370         <bpmndi:BPMNLabel>
371           <dc:Bounds x="488" y="491" width="0" height="0" />
372         </bpmndi:BPMNLabel>
373       </bpmndi:BPMNEdge>
374       <bpmndi:BPMNShape id="ExclusiveGateway_1utv1g8_di" bpmnElement="ExclusiveGateway_1utv1g8" isMarkerVisible="true">
375         <dc:Bounds x="999" y="391" width="50" height="50" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="1024" y="441" width="0" height="0" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNEdge id="SequenceFlow_03z8rch_di" bpmnElement="SequenceFlow_03z8rch">
381         <di:waypoint xsi:type="dc:Point" x="866" y="490" />
382         <di:waypoint xsi:type="dc:Point" x="1024" y="490" />
383         <di:waypoint xsi:type="dc:Point" x="1024" y="441" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="945" y="475" width="0" height="0" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNEdge id="SequenceFlow_1ffkc0n_di" bpmnElement="SequenceFlow_1ffkc0n">
389         <di:waypoint xsi:type="dc:Point" x="419" y="466" />
390         <di:waypoint xsi:type="dc:Point" x="419" y="416" />
391         <di:waypoint xsi:type="dc:Point" x="999" y="416" />
392         <bpmndi:BPMNLabel>
393           <dc:Bounds x="434" y="441" width="0" height="0" />
394         </bpmndi:BPMNLabel>
395       </bpmndi:BPMNEdge>
396       <bpmndi:BPMNEdge id="SequenceFlow_12he9a1_di" bpmnElement="SequenceFlow_12he9a1">
397         <di:waypoint xsi:type="dc:Point" x="1024" y="391" />
398         <di:waypoint xsi:type="dc:Point" x="1024" y="367" />
399         <di:waypoint xsi:type="dc:Point" x="1024" y="367" />
400         <di:waypoint xsi:type="dc:Point" x="1024" y="340" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="1039" y="367" width="0" height="0" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNEdge>
405       <bpmndi:BPMNEdge id="SequenceFlow_1hpvwyt_di" bpmnElement="SequenceFlow_1hpvwyt">
406         <di:waypoint xsi:type="dc:Point" x="938" y="226" />
407         <di:waypoint xsi:type="dc:Point" x="1024" y="226" />
408         <di:waypoint xsi:type="dc:Point" x="1024" y="290" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="981" y="211" width="0" height="0" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNEdge>
413       <bpmndi:BPMNShape id="ScriptTask_0vyk0lo_di" bpmnElement="ScriptTask_0vyk0lo">
414         <dc:Bounds x="1104" y="275" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="SequenceFlow_1pzb94j_di" bpmnElement="SequenceFlow_1pzb94j">
417         <di:waypoint xsi:type="dc:Point" x="1204" y="315" />
418         <di:waypoint xsi:type="dc:Point" x="1270" y="315" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="1237" y="290" width="0" height="0" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNEdge>
423     </bpmndi:BPMNPlane>
424   </bpmndi:BPMNDiagram>
425 </bpmn2:definitions>