Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / DeleteVfModuleInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
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://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_F0omAMXGEeW834CKd-K10Q" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="DeleteVfModuleInfra" name="DeleteVfModuleInfra" isExecutable="true">\r
4     <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">\r
5       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
7       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
8 def dvfm = new DeleteVfModuleInfra()\r
9 dvfm.sendSynchResponse(execution)]]></bpmn2:script>\r
10     </bpmn2:scriptTask>\r
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ScriptTask_1" targetRef="ScriptTask_7"/>\r
12     <bpmn2:scriptTask id="ScriptTask_2" name="Pre-Process Request" scriptFormat="groovy">\r
13       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
14       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
15       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
16 def dvfm = new DeleteVfModuleInfra()\r
17 dvfm.preProcessRequest(execution)\r
18 ]]></bpmn2:script>\r
19     </bpmn2:scriptTask>\r
20     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_2" targetRef="ScriptTask_1"/>\r
21     <bpmn2:scriptTask id="ScriptTask_7" name="DoDeleteVfModule (prep)" scriptFormat="groovy">\r
22       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
23       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
24       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
25 def dvfm = new DeleteVfModuleInfra()\r
26 dvfm.prepDoDeleteVfModule(execution)]]></bpmn2:script>\r
27     </bpmn2:scriptTask>\r
28     <bpmn2:callActivity id="ScriptTask_6" name="DoDeleteVfModule" calledElement="DoDeleteVfModule">\r
29       <bpmn2:extensionElements>\r
30         <camunda:in source="DeleteVfModuleRequest" target="DoDeleteVfModuleRequest"/>\r
31         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
32         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
33         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
34         <camunda:in source="isVidRequest" target="isVidRequest"/>\r
35         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
36       </bpmn2:extensionElements>\r
37       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
38       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
39     </bpmn2:callActivity>\r
40     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ScriptTask_7" targetRef="ScriptTask_6"/>\r
41     <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">\r
42       <bpmn2:extensionElements>\r
43         <camunda:in source="DELVfModI_CompletionHandlerRequest" target="CompleteMsoProcessRequest"/>\r
44         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
45         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
46         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
47       </bpmn2:extensionElements>\r
48       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
49       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
50     </bpmn2:callActivity>\r
51     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4"/>\r
52     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">\r
53       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
54       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5"/>\r
55     </bpmn2:endEvent>\r
56     <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">\r
57       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
58       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
59       <bpmn2:script><![CDATA[// The following variable is checked by the unit test\r
60 execution.setVariable("DeleteVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>\r
61     </bpmn2:scriptTask>\r
62     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1"/>\r
63     <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">\r
64       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
65       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
66       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
67 def dvfm = new DeleteVfModuleInfra()\r
68 dvfm.completionHandlerPrep(execution, 'DELVfModI_CompletionHandlerRequest')\r
69 ]]></bpmn2:script>\r
70     </bpmn2:scriptTask>\r
71     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1"/>\r
72     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_6" targetRef="ScriptTask_5"/>\r
73     <bpmn2:serviceTask id="ScriptTask_8" name="UpdateInfraRequest">\r
74       <bpmn2:extensionElements>\r
75         <camunda:connector>\r
76           <camunda:connectorId>soap-http-connector</camunda:connectorId>\r
77           <camunda:inputOutput>\r
78             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
79             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
80             <camunda:inputParameter name="headers">\r
81               <camunda:map>\r
82                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
83               </camunda:map>\r
84             </camunda:inputParameter>\r
85             <camunda:inputParameter name="payload">${DELVfModI_updateInfraRequest}</camunda:inputParameter>\r
86             <camunda:outputParameter name="DELVfModI_updateInfraRequestResponse">${response}</camunda:outputParameter>\r
87             <camunda:outputParameter name="DELVfModI_updateInfraRequestResponseCode">${statusCode}</camunda:outputParameter>\r
88           </camunda:inputOutput>\r
89         </camunda:connector>\r
90       </bpmn2:extensionElements>\r
91       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
92       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
93     </bpmn2:serviceTask>\r
94     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_8" targetRef="ScriptTask_10"/>\r
95     <bpmn2:scriptTask id="ScriptTask_5" name="Update Infra Request (prep)" scriptFormat="groovy">\r
96       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
97       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
98       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
99 def dvfm = new DeleteVfModuleInfra()\r
100 dvfm.prepUpdateInfraRequest(execution)]]></bpmn2:script>\r
101     </bpmn2:scriptTask>\r
102     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_5" targetRef="ScriptTask_8"/>\r
103     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">\r
104       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">\r
105         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
106         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
107       </bpmn2:startEvent>\r
108       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_3"/>\r
109       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">\r
110         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
111         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
112         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
113 def dvfm = new DeleteVfModuleInfra()\r
114 dvfm.falloutHandlerPrep(execution, 'DELVfModI_FalloutHandlerRequest')\r
115 ]]></bpmn2:script>\r
116       </bpmn2:scriptTask>\r
117       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2"/>\r
118       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">\r
119         <bpmn2:extensionElements>\r
120           <camunda:in source="DELVfModI_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
121           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
122           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
123           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
124         </bpmn2:extensionElements>\r
125         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
126         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
127       </bpmn2:callActivity>\r
128       <bpmn2:endEvent id="EndEvent_2">\r
129         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
130         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>\r
131       </bpmn2:endEvent>\r
132       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2"/>\r
133     </bpmn2:subProcess>\r
134     <bpmn2:endEvent id="EndEvent_3">\r
135       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
136       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2"/>\r
137     </bpmn2:endEvent>\r
138     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">\r
139       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
140       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/>\r
141     </bpmn2:boundaryEvent>\r
142     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3"/>\r
143     <bpmn2:startEvent id="StartEvent_1" camunda:asyncAfter="true" name="Start">\r
144       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
145     </bpmn2:startEvent>\r
146     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_2"/>\r
147   </bpmn2:process>\r
148   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
149   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
150     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleInfra">\r
151       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">\r
152         <dc:Bounds height="36.0" width="36.0" x="144.0" y="72.0"/>\r
153         <bpmndi:BPMNLabel>\r
154           <dc:Bounds height="22.0" width="34.0" x="145.0" y="113.0"/>\r
155         </bpmndi:BPMNLabel>\r
156       </bpmndi:BPMNShape>\r
157       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">\r
158         <dc:Bounds height="36.0" width="36.0" x="605.0" y="370.0"/>\r
159         <bpmndi:BPMNLabel>\r
160           <dc:Bounds height="22.0" width="50.0" x="598.0" y="411.0"/>\r
161         </bpmndi:BPMNLabel>\r
162       </bpmndi:BPMNShape>\r
163       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">\r
164         <di:waypoint xsi:type="dc:Point" x="180.0" y="90.0"/>\r
165         <di:waypoint xsi:type="dc:Point" x="299.0" y="90.0"/>\r
166         <bpmndi:BPMNLabel>\r
167           <dc:Bounds height="6.0" width="6.0" x="230.0" y="90.0"/>\r
168         </bpmndi:BPMNLabel>\r
169       </bpmndi:BPMNEdge>\r
170       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="ScriptTask_2">\r
171         <dc:Bounds height="80.0" width="100.0" x="299.0" y="50.0"/>\r
172       </bpmndi:BPMNShape>\r
173       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">\r
174         <di:waypoint xsi:type="dc:Point" x="399.0" y="90.0"/>\r
175         <di:waypoint xsi:type="dc:Point" x="449.0" y="90.0"/>\r
176         <bpmndi:BPMNLabel>\r
177           <dc:Bounds height="6.0" width="6.0" x="433.0" y="90.0"/>\r
178         </bpmndi:BPMNLabel>\r
179       </bpmndi:BPMNEdge>\r
180       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">\r
181         <dc:Bounds height="80.0" width="100.0" x="449.0" y="50.0"/>\r
182       </bpmndi:BPMNShape>\r
183       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125" targetElement="_BPMNShape_ScriptTask_130">\r
184         <di:waypoint xsi:type="dc:Point" x="498.0" y="130.0"/>\r
185         <di:waypoint xsi:type="dc:Point" x="498.0" y="160.0"/>\r
186         <di:waypoint xsi:type="dc:Point" x="199.0" y="160.0"/>\r
187         <di:waypoint xsi:type="dc:Point" x="199.0" y="190.0"/>\r
188         <bpmndi:BPMNLabel>\r
189           <dc:Bounds height="6.0" width="6.0" x="717.0" y="169.0"/>\r
190         </bpmndi:BPMNLabel>\r
191       </bpmndi:BPMNEdge>\r
192       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">\r
193         <dc:Bounds height="80.0" width="100.0" x="449.0" y="348.0"/>\r
194       </bpmndi:BPMNShape>\r
195       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">\r
196         <di:waypoint xsi:type="dc:Point" x="549.0" y="388.0"/>\r
197         <di:waypoint xsi:type="dc:Point" x="605.0" y="388.0"/>\r
198         <bpmndi:BPMNLabel>\r
199           <dc:Bounds height="6.0" width="6.0" x="723.0" y="186.0"/>\r
200         </bpmndi:BPMNLabel>\r
201       </bpmndi:BPMNEdge>\r
202       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_130" bpmnElement="ScriptTask_7">\r
203         <dc:Bounds height="80.0" width="100.0" x="149.0" y="190.0"/>\r
204       </bpmndi:BPMNShape>\r
205       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">\r
206         <dc:Bounds height="80.0" width="100.0" x="149.0" y="348.0"/>\r
207       </bpmndi:BPMNShape>\r
208       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">\r
209         <dc:Bounds height="80.0" width="100.0" x="299.0" y="348.0"/>\r
210       </bpmndi:BPMNShape>\r
211       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">\r
212         <di:waypoint xsi:type="dc:Point" x="249.0" y="388.0"/>\r
213         <di:waypoint xsi:type="dc:Point" x="299.0" y="388.0"/>\r
214         <bpmndi:BPMNLabel>\r
215           <dc:Bounds height="6.0" width="6.0" x="271.0" y="394.0"/>\r
216         </bpmndi:BPMNLabel>\r
217       </bpmndi:BPMNEdge>\r
218       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">\r
219         <dc:Bounds height="241.0" width="565.0" x="65.0" y="536.0"/>\r
220       </bpmndi:BPMNShape>\r
221       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">\r
222         <dc:Bounds height="36.0" width="36.0" x="129.0" y="630.0"/>\r
223         <bpmndi:BPMNLabel>\r
224           <dc:Bounds height="22.0" width="98.0" x="98.0" y="671.0"/>\r
225         </bpmndi:BPMNLabel>\r
226       </bpmndi:BPMNShape>\r
227       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">\r
228         <dc:Bounds height="80.0" width="100.0" x="209.0" y="608.0"/>\r
229       </bpmndi:BPMNShape>\r
230       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">\r
231         <di:waypoint xsi:type="dc:Point" x="165.0" y="648.0"/>\r
232         <di:waypoint xsi:type="dc:Point" x="209.0" y="648.0"/>\r
233         <bpmndi:BPMNLabel>\r
234           <dc:Bounds height="6.0" width="6.0" x="209.0" y="948.0"/>\r
235         </bpmndi:BPMNLabel>\r
236       </bpmndi:BPMNEdge>\r
237       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">\r
238         <di:waypoint xsi:type="dc:Point" x="309.0" y="648.0"/>\r
239         <di:waypoint xsi:type="dc:Point" x="377.0" y="648.0"/>\r
240         <bpmndi:BPMNLabel>\r
241           <dc:Bounds height="0.0" width="0.0" x="325.0" y="648.0"/>\r
242         </bpmndi:BPMNLabel>\r
243       </bpmndi:BPMNEdge>\r
244       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">\r
245         <dc:Bounds height="36.0" width="36.0" x="533.0" y="630.0"/>\r
246         <bpmndi:BPMNLabel>\r
247           <dc:Bounds height="0.0" width="0.0" x="551.0" y="671.0"/>\r
248         </bpmndi:BPMNLabel>\r
249       </bpmndi:BPMNShape>\r
250       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">\r
251         <dc:Bounds height="36.0" width="36.0" x="612.0" y="630.0"/>\r
252         <bpmndi:BPMNLabel>\r
253           <dc:Bounds height="6.0" width="6.0" x="627.0" y="671.0"/>\r
254         </bpmndi:BPMNLabel>\r
255       </bpmndi:BPMNShape>\r
256       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">\r
257         <dc:Bounds height="36.0" width="36.0" x="704.0" y="630.0"/>\r
258         <bpmndi:BPMNLabel>\r
259           <dc:Bounds height="0.0" width="0.0" x="722.0" y="671.0"/>\r
260         </bpmndi:BPMNLabel>\r
261       </bpmndi:BPMNShape>\r
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">\r
263         <di:waypoint xsi:type="dc:Point" x="648.0" y="648.0"/>\r
264         <di:waypoint xsi:type="dc:Point" x="704.0" y="648.0"/>\r
265         <bpmndi:BPMNLabel>\r
266           <dc:Bounds height="6.0" width="6.0" x="693.0" y="948.0"/>\r
267         </bpmndi:BPMNLabel>\r
268       </bpmndi:BPMNEdge>\r
269       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">\r
270         <dc:Bounds height="80.0" width="100.0" x="377.0" y="608.0"/>\r
271       </bpmndi:BPMNShape>\r
272       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">\r
273         <di:waypoint xsi:type="dc:Point" x="399.0" y="388.0"/>\r
274         <di:waypoint xsi:type="dc:Point" x="449.0" y="388.0"/>\r
275         <bpmndi:BPMNLabel>\r
276           <dc:Bounds height="6.0" width="6.0" x="439.0" y="356.0"/>\r
277         </bpmndi:BPMNLabel>\r
278       </bpmndi:BPMNEdge>\r
279       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">\r
280         <di:waypoint xsi:type="dc:Point" x="477.0" y="648.0"/>\r
281         <di:waypoint xsi:type="dc:Point" x="533.0" y="648.0"/>\r
282         <bpmndi:BPMNLabel>\r
283           <dc:Bounds height="6.0" width="6.0" x="373.0" y="456.0"/>\r
284         </bpmndi:BPMNLabel>\r
285       </bpmndi:BPMNEdge>\r
286       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">\r
287         <dc:Bounds height="80.0" width="100.0" x="299.0" y="190.0"/>\r
288       </bpmndi:BPMNShape>\r
289       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_130" targetElement="_BPMNShape_ScriptTask_181">\r
290         <di:waypoint xsi:type="dc:Point" x="249.0" y="230.0"/>\r
291         <di:waypoint xsi:type="dc:Point" x="299.0" y="230.0"/>\r
292       </bpmndi:BPMNEdge>\r
293       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_182" bpmnElement="ScriptTask_5">\r
294         <dc:Bounds height="80.0" width="100.0" x="453.0" y="190.0"/>\r
295       </bpmndi:BPMNShape>\r
296       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_183" bpmnElement="ScriptTask_8">\r
297         <dc:Bounds height="80.0" width="100.0" x="598.0" y="190.0"/>\r
298       </bpmndi:BPMNShape>\r
299       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_182">\r
300         <di:waypoint xsi:type="dc:Point" x="399.0" y="230.0"/>\r
301         <di:waypoint xsi:type="dc:Point" x="453.0" y="230.0"/>\r
302         <bpmndi:BPMNLabel>\r
303           <dc:Bounds height="6.0" width="6.0" x="613.0" y="314.0"/>\r
304         </bpmndi:BPMNLabel>\r
305       </bpmndi:BPMNEdge>\r
306       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_182" targetElement="_BPMNShape_ScriptTask_183">\r
307         <di:waypoint xsi:type="dc:Point" x="553.0" y="230.0"/>\r
308         <di:waypoint xsi:type="dc:Point" x="598.0" y="230.0"/>\r
309         <bpmndi:BPMNLabel>\r
310           <dc:Bounds height="6.0" width="6.0" x="575.0" y="230.0"/>\r
311         </bpmndi:BPMNLabel>\r
312       </bpmndi:BPMNEdge>\r
313       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_183" targetElement="_BPMNShape_ScriptTask_133">\r
314         <di:waypoint xsi:type="dc:Point" x="647.0" y="270.0"/>\r
315         <di:waypoint xsi:type="dc:Point" x="647.0" y="304.0"/>\r
316         <di:waypoint xsi:type="dc:Point" x="199.0" y="304.0"/>\r
317         <di:waypoint xsi:type="dc:Point" x="199.0" y="348.0"/>\r
318         <bpmndi:BPMNLabel>\r
319           <dc:Bounds height="6.0" width="6.0" x="345.0" y="280.0"/>\r
320         </bpmndi:BPMNLabel>\r
321       </bpmndi:BPMNEdge>\r
322     </bpmndi:BPMNPlane>\r
323   </bpmndi:BPMNDiagram>\r
324 </bpmn2:definitions>