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