Merge "Fix UserInput Exception"
[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_1e5j351</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_1s5aas9</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_1hbesp9</bpmn2:outgoing>
162       <bpmn2:linkEventDefinition name="StartPrepareResource" />
163     </bpmn2:intermediateCatchEvent>
164     <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_0dpt36a" />
165     <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
166       <bpmn2:extensionElements>
167         <camunda:in source="nsServiceName" target="nsServiceName" />
168         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
169         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
170         <camunda:in source="serviceType" target="serviceType" />
171         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
172         <camunda:in source="operationId" target="operationId" />
173         <camunda:in source="resourceType" target="resourceType" />
174         <camunda:in source="resourceUUID" target="resourceUUID" />
175         <camunda:in source="resourceParameters" target="resourceParameters" />
176         <camunda:in source="operationType" target="operationType" />
177         <camunda:in source="addResourceList" target="addResourceList" />
178         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
179         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
180         <camunda:in source="uuiRequest" target="uuiRequest" />
181         <camunda:in source="msoRequestId" target="msoRequestId" />
182       </bpmn2:extensionElements>
183       <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming>
184       <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing>
185     </bpmn2:callActivity>
186     <bpmn2:scriptTask id="ScriptTask_04b21gb" name="PreProcess for Add Resources" scriptFormat="groovy">
187       <bpmn2:incoming>SequenceFlow_0p6ba92</bpmn2:incoming>
188       <bpmn2:outgoing>SequenceFlow_0bf6bzp</bpmn2:outgoing>
189       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
190 def csi = new  DoCreateE2EServiceInstance()
191 csi.preProcessForAddResource(execution)]]></bpmn2:script>
192     </bpmn2:scriptTask>
193     <bpmn2:scriptTask id="ScriptTask_1y7jr4t" name="PostProcess for Add Resource" scriptFormat="groovy">
194       <bpmn2:incoming>SequenceFlow_0d0c20n</bpmn2:incoming>
195       <bpmn2:outgoing>SequenceFlow_0a6vgsu</bpmn2:outgoing>
196       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
197 def csi = new  DoCreateE2EServiceInstance()
198 csi.postProcessForAddResource(execution)]]></bpmn2:script>
199     </bpmn2:scriptTask>
200     <bpmn2:sequenceFlow id="SequenceFlow_0bf6bzp" sourceRef="ScriptTask_04b21gb" targetRef="CallActivity_1ojtwas" />
201     <bpmn2:sequenceFlow id="SequenceFlow_0d0c20n" sourceRef="CallActivity_1ojtwas" targetRef="ScriptTask_1y7jr4t" />
202     <bpmn2:endEvent id="EndEvent_0hzmoug">
203       <bpmn2:incoming>SequenceFlow_0a6vgsu</bpmn2:incoming>
204     </bpmn2:endEvent>
205     <bpmn2:sequenceFlow id="SequenceFlow_0a6vgsu" sourceRef="ScriptTask_1y7jr4t" targetRef="EndEvent_0hzmoug" />
206     <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="IntermediateThrowEvent_1mlbhmt" />
207     <bpmn2:scriptTask id="ScriptTask_0dpt36a" name="Process Site Location" scriptFormat="groovy">
208       <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming>
209       <bpmn2:outgoing>SequenceFlow_1e5j351</bpmn2:outgoing>
210       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
211 def dcsi= new DoCreateE2EServiceInstance()
212 dcsi.doProcessSiteLocation(execution)]]></bpmn2:script>
213     </bpmn2:scriptTask>
214     <bpmn2:scriptTask id="ScriptTask_1a5mdd6" name="Process Link TP Resource Allocation" scriptFormat="groovy">
215       <bpmn2:incoming>SequenceFlow_1s5aas9</bpmn2:incoming>
216       <bpmn2:outgoing>SequenceFlow_0p6ba92</bpmn2:outgoing>
217       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
218 def dcsi= new DoCreateE2EServiceInstance()
219 dcsi.doTPResourcesAllocation(execution)]]></bpmn2:script>
220     </bpmn2:scriptTask>
221     <bpmn2:sequenceFlow id="SequenceFlow_0p6ba92" sourceRef="ScriptTask_1a5mdd6" targetRef="ScriptTask_04b21gb" />
222     <bpmn2:sequenceFlow id="SequenceFlow_1s5aas9" sourceRef="Task_0raqlqc" targetRef="ScriptTask_1a5mdd6" />
223     <bpmn2:sequenceFlow id="SequenceFlow_1e5j351" sourceRef="ScriptTask_0dpt36a" targetRef="Task_0uiekmn" />
224   </bpmn2:process>
225   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
226   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
227   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
228     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
229       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
230         <dc:Bounds x="18" y="-207" width="36" height="36" />
231         <bpmndi:BPMNLabel>
232           <dc:Bounds x="12" y="-166" width="50" height="12" />
233         </bpmndi:BPMNLabel>
234       </bpmndi:BPMNShape>
235       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
236         <dc:Bounds x="126" y="-229" width="100" height="80" />
237       </bpmndi:BPMNShape>
238       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
239         <dc:Bounds x="478" y="54" width="100" height="80" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
242         <di:waypoint xsi:type="dc:Point" x="578" y="94" />
243         <di:waypoint xsi:type="dc:Point" x="713" y="94" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="600.5" y="79" width="90" height="0" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
249         <dc:Bounds x="15" y="865" width="783" height="195" />
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
252         <dc:Bounds x="111" y="942" width="36" height="36" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="84" y="983" width="90" height="0" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
258         <dc:Bounds x="744" y="942" width="36" height="36" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="717" y="983" width="90" height="0" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNShape>
263       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
264         <dc:Bounds x="409" y="920" width="100" height="80" />
265       </bpmndi:BPMNShape>
266       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
267         <di:waypoint xsi:type="dc:Point" x="509" y="960" />
268         <di:waypoint xsi:type="dc:Point" x="577" y="960" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="498" y="945" width="90" height="0" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNEdge>
273       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
274         <di:waypoint xsi:type="dc:Point" x="147" y="960" />
275         <di:waypoint xsi:type="dc:Point" x="246" y="960" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="152" y="945" width="90" height="0" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
281         <dc:Bounds x="713" y="54" width="100" height="80" />
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
284         <dc:Bounds x="246" y="920" width="100" height="80" />
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
287         <di:waypoint xsi:type="dc:Point" x="346" y="960" />
288         <di:waypoint xsi:type="dc:Point" x="409" y="960" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="333" y="945" width="90" height="0" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNEdge>
293       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
294         <dc:Bounds x="577" y="920" width="100" height="80" />
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
297         <di:waypoint xsi:type="dc:Point" x="677" y="960" />
298         <di:waypoint xsi:type="dc:Point" x="709" y="960" />
299         <di:waypoint xsi:type="dc:Point" x="709" y="960" />
300         <di:waypoint xsi:type="dc:Point" x="744" y="960" />
301         <bpmndi:BPMNLabel>
302           <dc:Bounds x="679" y="960" width="90" height="0" />
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNEdge>
305       <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0">
306         <di:waypoint xsi:type="dc:Point" x="376" y="300" />
307         <di:waypoint xsi:type="dc:Point" x="447" y="300" />
308         <bpmndi:BPMNLabel>
309           <dc:Bounds x="367" y="279" width="90" height="12" />
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn">
313         <dc:Bounds x="276" y="260" width="100" height="80" />
314       </bpmndi:BPMNShape>
315       <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc">
316         <dc:Bounds x="447" y="260" width="100" height="80" />
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
319         <dc:Bounds x="1315" y="-207" width="36" height="36" />
320         <bpmndi:BPMNLabel>
321           <dc:Bounds x="1290" y="-167" width="88" height="36" />
322         </bpmndi:BPMNLabel>
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt">
325         <dc:Bounds x="1315" y="-57" width="36" height="36" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="1288" y="-16" width="90" height="12" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNShape>
330       <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
331         <dc:Bounds x="713" y="-79" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
334         <dc:Bounds x="478" y="-79" width="100" height="80" />
335       </bpmndi:BPMNShape>
336       <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
337         <dc:Bounds x="196" y="-79" width="100" height="80" />
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
340         <dc:Bounds x="26" y="-57" width="36" height="36" />
341         <bpmndi:BPMNLabel>
342           <dc:Bounds x="2" y="-21" width="88" height="24" />
343         </bpmndi:BPMNLabel>
344       </bpmndi:BPMNShape>
345       <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
346         <di:waypoint xsi:type="dc:Point" x="578" y="-39" />
347         <di:waypoint xsi:type="dc:Point" x="713" y="-39" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="645.5" y="-60" width="0" height="12" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNEdge>
352       <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
353         <di:waypoint xsi:type="dc:Point" x="296" y="-39" />
354         <di:waypoint xsi:type="dc:Point" x="478" y="-39" />
355         <bpmndi:BPMNLabel>
356           <dc:Bounds x="387" y="-60" width="0" height="12" />
357         </bpmndi:BPMNLabel>
358       </bpmndi:BPMNEdge>
359       <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
360         <di:waypoint xsi:type="dc:Point" x="54" y="-189" />
361         <di:waypoint xsi:type="dc:Point" x="126" y="-189" />
362         <bpmndi:BPMNLabel>
363           <dc:Bounds x="90" y="-210" width="0" height="12" />
364         </bpmndi:BPMNLabel>
365       </bpmndi:BPMNEdge>
366       <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
367         <di:waypoint xsi:type="dc:Point" x="62" y="-39" />
368         <di:waypoint xsi:type="dc:Point" x="196" y="-39" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="129" y="-60" width="0" height="12" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNEdge>
373       <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
374         <dc:Bounds x="1315" y="76" width="36" height="36" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="1299" y="117" width="71" height="24" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
380         <di:waypoint xsi:type="dc:Point" x="813" y="94" />
381         <di:waypoint xsi:type="dc:Point" x="1315" y="94" />
382         <bpmndi:BPMNLabel>
383           <dc:Bounds x="1019" y="73" width="90" height="12" />
384         </bpmndi:BPMNLabel>
385       </bpmndi:BPMNEdge>
386       <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
387         <di:waypoint xsi:type="dc:Point" x="226" y="-189" />
388         <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
389         <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
390         <di:waypoint xsi:type="dc:Point" x="1315" y="-189" />
391         <bpmndi:BPMNLabel>
392           <dc:Bounds x="786" y="-195" width="0" height="12" />
393         </bpmndi:BPMNLabel>
394       </bpmndi:BPMNEdge>
395       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu">
396         <dc:Bounds x="18" y="76" width="36" height="36" />
397         <bpmndi:BPMNLabel>
398           <dc:Bounds x="8" y="112" width="60" height="12" />
399         </bpmndi:BPMNLabel>
400       </bpmndi:BPMNShape>
401       <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq">
402         <di:waypoint xsi:type="dc:Point" x="54" y="94" />
403         <di:waypoint xsi:type="dc:Point" x="266" y="94" />
404         <di:waypoint xsi:type="dc:Point" x="266" y="94" />
405         <di:waypoint xsi:type="dc:Point" x="478" y="94" />
406         <bpmndi:BPMNLabel>
407           <dc:Bounds x="236" y="88" width="90" height="12" />
408         </bpmndi:BPMNLabel>
409       </bpmndi:BPMNEdge>
410       <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
411         <dc:Bounds x="18" y="282" width="36" height="36" />
412         <bpmndi:BPMNLabel>
413           <dc:Bounds x="-3" y="318" width="82" height="24" />
414         </bpmndi:BPMNLabel>
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9">
417         <di:waypoint xsi:type="dc:Point" x="54" y="300" />
418         <di:waypoint xsi:type="dc:Point" x="102" y="300" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="33" y="279" width="90" height="12" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNEdge>
423       <bpmndi:BPMNShape id="CallActivity_1ojtwas_di" bpmnElement="CallActivity_1ojtwas">
424         <dc:Bounds x="971" y="260" width="100" height="80" />
425       </bpmndi:BPMNShape>
426       <bpmndi:BPMNShape id="ScriptTask_04b21gb_di" bpmnElement="ScriptTask_04b21gb">
427         <dc:Bounds x="799" y="260" width="100" height="80" />
428       </bpmndi:BPMNShape>
429       <bpmndi:BPMNShape id="ScriptTask_1y7jr4t_di" bpmnElement="ScriptTask_1y7jr4t">
430         <dc:Bounds x="1145" y="260" width="100" height="80" />
431       </bpmndi:BPMNShape>
432       <bpmndi:BPMNEdge id="SequenceFlow_0bf6bzp_di" bpmnElement="SequenceFlow_0bf6bzp">
433         <di:waypoint xsi:type="dc:Point" x="899" y="300" />
434         <di:waypoint xsi:type="dc:Point" x="971" y="300" />
435         <bpmndi:BPMNLabel>
436           <dc:Bounds x="890" 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:BPMNShape id="ScriptTask_0dpt36a_di" bpmnElement="ScriptTask_0dpt36a">
467         <dc:Bounds x="102" y="260" width="100" height="80" />
468       </bpmndi:BPMNShape>
469       <bpmndi:BPMNShape id="ScriptTask_1a5mdd6_di" bpmnElement="ScriptTask_1a5mdd6">
470         <dc:Bounds x="613" y="260" width="100" height="80" />
471       </bpmndi:BPMNShape>
472       <bpmndi:BPMNEdge id="SequenceFlow_0p6ba92_di" bpmnElement="SequenceFlow_0p6ba92">
473         <di:waypoint xsi:type="dc:Point" x="713" y="300" />
474         <di:waypoint xsi:type="dc:Point" x="799" y="300" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="756" y="279" width="0" height="12" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNEdge id="SequenceFlow_1s5aas9_di" bpmnElement="SequenceFlow_1s5aas9">
480         <di:waypoint xsi:type="dc:Point" x="547" y="300" />
481         <di:waypoint xsi:type="dc:Point" x="613" y="300" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="580" y="279" width="0" height="12" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNEdge>
486       <bpmndi:BPMNEdge id="SequenceFlow_1e5j351_di" bpmnElement="SequenceFlow_1e5j351">
487         <di:waypoint xsi:type="dc:Point" x="202" y="300" />
488         <di:waypoint xsi:type="dc:Point" x="276" y="300" />
489         <bpmndi:BPMNLabel>
490           <dc:Bounds x="239" y="279" width="0" height="12" />
491         </bpmndi:BPMNLabel>
492       </bpmndi:BPMNEdge>
493     </bpmndi:BPMNPlane>
494   </bpmndi:BPMNDiagram>
495 </bpmn2:definitions>