Merge "save csar file path add directory version"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateE2EServiceInstance.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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" isExecutable="true">
4     <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8       <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming>
9       <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing>
10       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11 def dcsi = new DoCreateE2EServiceInstance()
12 dcsi.preProcessRequest(execution)
13 ]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
16       <bpmn2:extensionElements>
17         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
18         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
19         <camunda:in source="serviceType" target="GENPS_serviceType" />
20         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
21         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
22         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
23         <camunda:in source="msoRequestId" target="GENPS_requesId" />
24         <camunda:out source="WorkflowException" target="WorkflowException" />
25       </bpmn2:extensionElements>
26       <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming>
27       <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
28     </bpmn2:callActivity>
29     <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
30     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
31       <bpmn2:startEvent id="StartEvent_0yljq9y">
32         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
33         <bpmn2:errorEventDefinition />
34       </bpmn2:startEvent>
35       <bpmn2:endEvent id="EndEvent_117lkk3">
36         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
37       </bpmn2:endEvent>
38       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
39         <bpmn2:extensionElements>
40           <camunda:in source="msoRequestId" target="mso-request-id" />
41           <camunda:in source="rollbackData" target="rollbackData" />
42           <camunda:out source="rolledBack" target="rolledBack" />
43           <camunda:in source="disableRollback" target="disableRollback" />
44           <camunda:out source="rollbackError" target="rollbackErrror" />
45         </bpmn2:extensionElements>
46         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
47         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
48       </bpmn2:callActivity>
49       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
50       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
51       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
52         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
53         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
54         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
55 def dcsi = new DoCreateE2EServiceInstance()
56 dcsi.preProcessRollback(execution)
57 ]]></bpmn2:script>
58       </bpmn2:scriptTask>
59       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
60       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
61         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
62         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
63         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
64 def dcsi = new DoCreateE2EServiceInstance()
65 dcsi.postProcessRollback(execution)
66 ]]></bpmn2:script>
67       </bpmn2:scriptTask>
68       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
69     </bpmn2:subProcess>
70     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
71       <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
72       <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing>
73       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
74 def ddsi = new DoCreateE2EServiceInstance()
75 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
76     </bpmn2:scriptTask>
77     <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" />
78     <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status" scriptFormat="groovy">
79       <bpmn2:incoming>SequenceFlow_1m2tm19</bpmn2:incoming>
80       <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing>
81       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
82 def ddsi = new DoCreateE2EServiceInstance()
83 ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
84     </bpmn2:scriptTask>
85     <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status">
86       <bpmn2:extensionElements>
87         <camunda:connector>
88           <camunda:inputOutput>
89             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
90             <camunda:inputParameter name="headers">
91               <camunda:map>
92                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
93                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
94               </camunda:map>
95             </camunda:inputParameter>
96             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
97             <camunda:inputParameter name="method">POST</camunda:inputParameter>
98             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
99             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
100           </camunda:inputOutput>
101           <camunda:connectorId>http-connector</camunda:connectorId>
102         </camunda:connector>
103       </bpmn2:extensionElements>
104       <bpmn2:incoming>SequenceFlow_1qctzm0</bpmn2:incoming>
105       <bpmn2:outgoing>SequenceFlow_13xfsff</bpmn2:outgoing>
106     </bpmn2:serviceTask>
107     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service">
108       <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
109       <bpmn2:linkEventDefinition name="Decompose_Service" />
110     </bpmn2:intermediateThrowEvent>
111     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mlbhmt" name="GoTo StartService">
112       <bpmn2:incoming>SequenceFlow_012h7yx</bpmn2:incoming>
113       <bpmn2:linkEventDefinition name="StartService" />
114     </bpmn2:intermediateThrowEvent>
115     <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
116       <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming>
117       <bpmn2:outgoing>SequenceFlow_012h7yx</bpmn2:outgoing>
118       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
119 def dcsi= new DoCreateE2EServiceInstance()
120 dcsi.processDecomposition(execution)]]></bpmn2:script>
121     </bpmn2:scriptTask>
122     <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService">
123       <bpmn2:extensionElements>
124         <camunda:in source="msoRequestId" target="msoRequestId" />
125         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
126         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
127         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
128         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
129         <camunda:out source="WorkflowException" target="WorkflowException" />
130       </bpmn2:extensionElements>
131       <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming>
132       <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing>
133     </bpmn2:callActivity>
134     <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
135       <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming>
136       <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing>
137       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
138 def dcsi= new DoCreateE2EServiceInstance()
139 dcsi.prepareDecomposeService(execution)]]></bpmn2:script>
140     </bpmn2:scriptTask>
141     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service">
142       <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing>
143       <bpmn2:linkEventDefinition name="Decompose_Service" />
144     </bpmn2:intermediateCatchEvent>
145     <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" />
146     <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" />
147     <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
148     <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" />
149     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource">
150       <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming>
151       <bpmn2:linkEventDefinition name="StartPrepareResource" />
152     </bpmn2:intermediateThrowEvent>
153     <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" />
154     <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
155     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0jrb3xu" name="StartService">
156       <bpmn2:outgoing>SequenceFlow_1i7t9hq</bpmn2:outgoing>
157       <bpmn2:linkEventDefinition name="StartService" />
158     </bpmn2:intermediateCatchEvent>
159     <bpmn2:sequenceFlow id="SequenceFlow_1i7t9hq" sourceRef="IntermediateCatchEvent_0jrb3xu" targetRef="CustomE2EPutService" />
160     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
161       <bpmn2:outgoing>SequenceFlow_1m2tm19</bpmn2:outgoing>
162       <bpmn2:linkEventDefinition name="StartPrepareResource" />
163     </bpmn2:intermediateCatchEvent>
164     <bpmn2:scriptTask id="Task_0ush1g4" name="Process Site Location" scriptFormat="groovy">
165       <bpmn2:incoming>SequenceFlow_13xfsff</bpmn2:incoming>
166       <bpmn2:outgoing>SequenceFlow_0y3i2k7</bpmn2:outgoing>
167       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
168 def dcsi= new DoCreateE2EServiceInstance()
169 dcsi.doProcessSiteLocation(execution)]]></bpmn2:script>
170     </bpmn2:scriptTask>
171     <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
172       <bpmn2:extensionElements>
173         <camunda:in source="nsServiceName" target="nsServiceName" />
174         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
175         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
176         <camunda:in source="serviceType" target="serviceType" />
177         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
178         <camunda:in source="operationId" target="operationId" />
179         <camunda:in source="resourceType" target="resourceType" />
180         <camunda:in source="resourceUUID" target="resourceUUID" />
181         <camunda:in source="resourceParameters" target="resourceParameters" />
182         <camunda:in source="operationType" target="operationType" />
183         <camunda:in source="addResourceList" target="addResourceList" />
184         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
185         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
186         <camunda:in source="uuiRequest" target="uuiRequest" />
187         <camunda:in source="msoRequestId" target="msoRequestId" />
188       </bpmn2:extensionElements>
189       <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming>
190       <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing>
191     </bpmn2:callActivity>
192     <bpmn2:scriptTask id="ScriptTask_04b21gb" name="PreProcess for Add Resources" scriptFormat="groovy">
193       <bpmn2:incoming>SequenceFlow_0y3i2k7</bpmn2:incoming>
194       <bpmn2:outgoing>SequenceFlow_0bf6bzp</bpmn2:outgoing>
195       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
196 def csi = new  DoCreateE2EServiceInstance()
197 csi.preProcessForAddResource(execution)]]></bpmn2:script>
198     </bpmn2:scriptTask>
199     <bpmn2:scriptTask id="ScriptTask_1y7jr4t" name="PostProcess for Add Resource" scriptFormat="groovy">
200       <bpmn2:incoming>SequenceFlow_0d0c20n</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_0a6vgsu</bpmn2:outgoing>
202       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
203 def csi = new  DoCreateE2EServiceInstance()
204 csi.postProcessForAddResource(execution)]]></bpmn2:script>
205     </bpmn2:scriptTask>
206     <bpmn2:sequenceFlow id="SequenceFlow_13xfsff" sourceRef="Task_0raqlqc" targetRef="Task_0ush1g4" />
207     <bpmn2:sequenceFlow id="SequenceFlow_0bf6bzp" sourceRef="ScriptTask_04b21gb" targetRef="CallActivity_1ojtwas" />
208     <bpmn2:sequenceFlow id="SequenceFlow_0d0c20n" sourceRef="CallActivity_1ojtwas" targetRef="ScriptTask_1y7jr4t" />
209     <bpmn2:endEvent id="EndEvent_0hzmoug">
210       <bpmn2:incoming>SequenceFlow_0a6vgsu</bpmn2:incoming>
211     </bpmn2:endEvent>
212     <bpmn2:sequenceFlow id="SequenceFlow_0a6vgsu" sourceRef="ScriptTask_1y7jr4t" targetRef="EndEvent_0hzmoug" />
213     <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="IntermediateThrowEvent_1mlbhmt" />
214     <bpmn2:sequenceFlow id="SequenceFlow_1m2tm19" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="Task_0uiekmn" />
215     <bpmn2:sequenceFlow id="SequenceFlow_0y3i2k7" sourceRef="Task_0ush1g4" targetRef="ScriptTask_04b21gb" />
216   </bpmn2:process>
217   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
218   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
219   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
220     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
221       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
222         <dc:Bounds x="18" y="-207" width="36" height="36" />
223         <bpmndi:BPMNLabel>
224           <dc:Bounds x="12" y="-166" width="50" height="12" />
225         </bpmndi:BPMNLabel>
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
228         <dc:Bounds x="126" y="-229" width="100" height="80" />
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
231         <dc:Bounds x="713" y="54" width="100" height="80" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
234         <di:waypoint xsi:type="dc:Point" x="813" y="94" />
235         <di:waypoint xsi:type="dc:Point" x="941" y="94" />
236         <di:waypoint xsi:type="dc:Point" x="941" y="94" />
237         <di:waypoint xsi:type="dc:Point" x="1068" y="94" />
238         <bpmndi:BPMNLabel>
239           <dc:Bounds x="911" y="94" width="90" height="0" />
240         </bpmndi:BPMNLabel>
241       </bpmndi:BPMNEdge>
242       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
243         <dc:Bounds x="15" y="865" width="783" height="195" />
244       </bpmndi:BPMNShape>
245       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
246         <dc:Bounds x="111" y="942" width="36" height="36" />
247         <bpmndi:BPMNLabel>
248           <dc:Bounds x="84" y="983" width="90" height="0" />
249         </bpmndi:BPMNLabel>
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
252         <dc:Bounds x="744" y="942" width="36" height="36" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="717" y="983" width="90" height="0" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
258         <dc:Bounds x="409" y="920" width="100" height="80" />
259       </bpmndi:BPMNShape>
260       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
261         <di:waypoint xsi:type="dc:Point" x="509" y="960" />
262         <di:waypoint xsi:type="dc:Point" x="577" y="960" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="498" y="945" width="90" height="0" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
268         <di:waypoint xsi:type="dc:Point" x="147" y="960" />
269         <di:waypoint xsi:type="dc:Point" x="246" y="960" />
270         <bpmndi:BPMNLabel>
271           <dc:Bounds x="152" y="945" width="90" height="0" />
272         </bpmndi:BPMNLabel>
273       </bpmndi:BPMNEdge>
274       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
275         <dc:Bounds x="1068" y="54" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
278         <dc:Bounds x="246" y="920" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
281         <di:waypoint xsi:type="dc:Point" x="346" y="960" />
282         <di:waypoint xsi:type="dc:Point" x="409" y="960" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="333" y="945" width="90" height="0" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNEdge>
287       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
288         <dc:Bounds x="577" y="920" width="100" height="80" />
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
291         <di:waypoint xsi:type="dc:Point" x="677" y="960" />
292         <di:waypoint xsi:type="dc:Point" x="709" y="960" />
293         <di:waypoint xsi:type="dc:Point" x="709" y="960" />
294         <di:waypoint xsi:type="dc:Point" x="744" y="960" />
295         <bpmndi:BPMNLabel>
296           <dc:Bounds x="679" y="960" width="90" height="0" />
297         </bpmndi:BPMNLabel>
298       </bpmndi:BPMNEdge>
299       <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0">
300         <di:waypoint xsi:type="dc:Point" x="226" y="300" />
301         <di:waypoint xsi:type="dc:Point" x="337" y="300" />
302         <bpmndi:BPMNLabel>
303           <dc:Bounds x="236.5" y="279" width="90" height="12" />
304         </bpmndi:BPMNLabel>
305       </bpmndi:BPMNEdge>
306       <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn">
307         <dc:Bounds x="126" y="260" width="100" height="80" />
308       </bpmndi:BPMNShape>
309       <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc">
310         <dc:Bounds x="337" y="260" width="100" height="80" />
311       </bpmndi:BPMNShape>
312       <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
313         <dc:Bounds x="1315" y="-207" width="36" height="36" />
314         <bpmndi:BPMNLabel>
315           <dc:Bounds x="1290" y="-167" width="88" height="36" />
316         </bpmndi:BPMNLabel>
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt">
319         <dc:Bounds x="1315" y="-57" width="36" height="36" />
320         <bpmndi:BPMNLabel>
321           <dc:Bounds x="1288" y="-16" width="90" height="12" />
322         </bpmndi:BPMNLabel>
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
325         <dc:Bounds x="713" y="-79" width="100" height="80" />
326       </bpmndi:BPMNShape>
327       <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
328         <dc:Bounds x="478" y="-79" width="100" height="80" />
329       </bpmndi:BPMNShape>
330       <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
331         <dc:Bounds x="196" y="-79" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
334         <dc:Bounds x="26" y="-57" width="36" height="36" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="2" y="-21" width="88" height="24" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
340         <di:waypoint xsi:type="dc:Point" x="578" y="-39" />
341         <di:waypoint xsi:type="dc:Point" x="713" y="-39" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="645.5" y="-60" width="0" height="12" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNEdge>
346       <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
347         <di:waypoint xsi:type="dc:Point" x="296" y="-39" />
348         <di:waypoint xsi:type="dc:Point" x="478" y="-39" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="387" y="-60" width="0" height="12" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNEdge>
353       <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
354         <di:waypoint xsi:type="dc:Point" x="54" y="-189" />
355         <di:waypoint xsi:type="dc:Point" x="126" y="-189" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="90" y="-210" width="0" height="12" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
361         <di:waypoint xsi:type="dc:Point" x="62" y="-39" />
362         <di:waypoint xsi:type="dc:Point" x="196" y="-39" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="129" y="-60" width="0" height="12" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
368         <dc:Bounds x="1315" y="76" width="36" height="36" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="1299" y="117" width="71" height="24" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
374         <di:waypoint xsi:type="dc:Point" x="1168" y="94" />
375         <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
376         <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
377         <di:waypoint xsi:type="dc:Point" x="1315" y="94" />
378         <bpmndi:BPMNLabel>
379           <dc:Bounds x="1257" y="88" width="0" height="12" />
380         </bpmndi:BPMNLabel>
381       </bpmndi:BPMNEdge>
382       <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
383         <di:waypoint xsi:type="dc:Point" x="226" y="-189" />
384         <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
385         <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
386         <di:waypoint xsi:type="dc:Point" x="1315" y="-189" />
387         <bpmndi:BPMNLabel>
388           <dc:Bounds x="786" y="-195" width="0" height="12" />
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu">
392         <dc:Bounds x="18" y="79" width="36" height="36" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="8" y="115" width="60" height="12" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNShape>
397       <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq">
398         <di:waypoint xsi:type="dc:Point" x="54" y="97" />
399         <di:waypoint xsi:type="dc:Point" x="528" y="94" />
400         <di:waypoint xsi:type="dc:Point" x="646" y="94" />
401         <di:waypoint xsi:type="dc:Point" x="646" y="94" />
402         <di:waypoint xsi:type="dc:Point" x="713" y="94" />
403         <bpmndi:BPMNLabel>
404           <dc:Bounds x="542" y="73" width="90" height="12" />
405         </bpmndi:BPMNLabel>
406       </bpmndi:BPMNEdge>
407       <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
408         <dc:Bounds x="18" y="282" width="36" height="36" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="-3" y="318" width="82" height="24" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNShape>
413       <bpmndi:BPMNShape id="ScriptTask_0wr11dt_di" bpmnElement="Task_0ush1g4">
414         <dc:Bounds x="554" y="260" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNShape id="CallActivity_1ojtwas_di" bpmnElement="CallActivity_1ojtwas">
417         <dc:Bounds x="971" y="260" width="100" height="80" />
418       </bpmndi:BPMNShape>
419       <bpmndi:BPMNShape id="ScriptTask_04b21gb_di" bpmnElement="ScriptTask_04b21gb">
420         <dc:Bounds x="774" y="260" width="100" height="80" />
421       </bpmndi:BPMNShape>
422       <bpmndi:BPMNShape id="ScriptTask_1y7jr4t_di" bpmnElement="ScriptTask_1y7jr4t">
423         <dc:Bounds x="1145" y="260" width="100" height="80" />
424       </bpmndi:BPMNShape>
425       <bpmndi:BPMNEdge id="SequenceFlow_13xfsff_di" bpmnElement="SequenceFlow_13xfsff">
426         <di:waypoint xsi:type="dc:Point" x="437" y="300" />
427         <di:waypoint xsi:type="dc:Point" x="554" y="300" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="450.5" y="279" width="90" height="12" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNEdge>
432       <bpmndi:BPMNEdge id="SequenceFlow_0bf6bzp_di" bpmnElement="SequenceFlow_0bf6bzp">
433         <di:waypoint xsi:type="dc:Point" x="874" y="300" />
434         <di:waypoint xsi:type="dc:Point" x="971" y="300" />
435         <bpmndi:BPMNLabel>
436           <dc:Bounds x="877.5" y="279" width="90" height="12" />
437         </bpmndi:BPMNLabel>
438       </bpmndi:BPMNEdge>
439       <bpmndi:BPMNEdge id="SequenceFlow_0d0c20n_di" bpmnElement="SequenceFlow_0d0c20n">
440         <di:waypoint xsi:type="dc:Point" x="1071" y="300" />
441         <di:waypoint xsi:type="dc:Point" x="1145" y="300" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="1063" y="279" width="90" height="12" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNShape id="EndEvent_0hzmoug_di" bpmnElement="EndEvent_0hzmoug">
447         <dc:Bounds x="1315" y="282.4076655052265" width="36" height="36" />
448         <bpmndi:BPMNLabel>
449           <dc:Bounds x="1333" y="322.4076655052265" width="0" height="12" />
450         </bpmndi:BPMNLabel>
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNEdge id="SequenceFlow_0a6vgsu_di" bpmnElement="SequenceFlow_0a6vgsu">
453         <di:waypoint xsi:type="dc:Point" x="1245" y="300" />
454         <di:waypoint xsi:type="dc:Point" x="1315" y="300" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="1235" y="279" width="90" height="12" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNEdge>
459       <bpmndi:BPMNEdge id="SequenceFlow_012h7yx_di" bpmnElement="SequenceFlow_012h7yx">
460         <di:waypoint xsi:type="dc:Point" x="813" y="-39" />
461         <di:waypoint xsi:type="dc:Point" x="1315" y="-39" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="1064" y="-61" width="0" height="14" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNEdge>
466       <bpmndi:BPMNEdge id="SequenceFlow_1m2tm19_di" bpmnElement="SequenceFlow_1m2tm19">
467         <di:waypoint xsi:type="dc:Point" x="54" y="300" />
468         <di:waypoint xsi:type="dc:Point" x="126" y="300" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="90" y="278" width="0" height="14" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNEdge>
473       <bpmndi:BPMNEdge id="SequenceFlow_0y3i2k7_di" bpmnElement="SequenceFlow_0y3i2k7">
474         <di:waypoint xsi:type="dc:Point" x="654" y="300" />
475         <di:waypoint xsi:type="dc:Point" x="774" y="300" />
476         <bpmndi:BPMNLabel>
477           <dc:Bounds x="714" y="278" width="0" height="14" />
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNEdge>
480     </bpmndi:BPMNPlane>
481   </bpmndi:BPMNDiagram>
482 </bpmn2:definitions>