Added orchestration status to service
[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="2.2.4" 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>import org.onap.so.bpmn.infrastructure.scripts.*
11 def dcsi = new DoCreateE2EServiceInstance()
12 dcsi.preProcessRequest(execution)
13 </bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
16       <bpmn2:startEvent id="StartEvent_0yljq9y">
17         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
18         <bpmn2:errorEventDefinition />
19       </bpmn2:startEvent>
20       <bpmn2:endEvent id="EndEvent_117lkk3">
21         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
22       </bpmn2:endEvent>
23       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
24         <bpmn2:extensionElements>
25           <camunda:in source="msoRequestId" target="mso-request-id" />
26           <camunda:in source="rollbackData" target="rollbackData" />
27           <camunda:out source="rolledBack" target="rolledBack" />
28           <camunda:in source="disableRollback" target="disableRollback" />
29           <camunda:out source="rollbackError" target="rollbackErrror" />
30         </bpmn2:extensionElements>
31         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
32         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
33       </bpmn2:callActivity>
34       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
35       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
36       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
37         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
38         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
39         <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
40 def dcsi = new DoCreateE2EServiceInstance()
41 dcsi.preProcessRollback(execution)
42 </bpmn2:script>
43       </bpmn2:scriptTask>
44       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
45       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
46         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
47         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
48         <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
49 def dcsi = new DoCreateE2EServiceInstance()
50 dcsi.postProcessRollback(execution)
51 </bpmn2:script>
52       </bpmn2:scriptTask>
53       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
54     </bpmn2:subProcess>
55     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="&#10;AAI&#10;Create&#10;(srv instance)&#10;" scriptFormat="groovy">
56       <bpmn2:incoming>SequenceFlow_012h7yx</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing>
58       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
59 def ddsi = new DoCreateE2EServiceInstance()
60 ddsi.createServiceInstance(execution)</bpmn2:script>
61     </bpmn2:scriptTask>
62     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service">
63       <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
64       <bpmn2:linkEventDefinition name="Decompose_Service" />
65     </bpmn2:intermediateThrowEvent>
66     <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
67       <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming>
68       <bpmn2:outgoing>SequenceFlow_012h7yx</bpmn2:outgoing>
69       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
70 def dcsi= new DoCreateE2EServiceInstance()
71 dcsi.processDecomposition(execution)</bpmn2:script>
72     </bpmn2:scriptTask>
73     <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService">
74       <bpmn2:extensionElements>
75         <camunda:in source="msoRequestId" target="msoRequestId" />
76         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
77         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
78         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
79         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
80         <camunda:out source="WorkflowException" target="WorkflowException" />
81       </bpmn2:extensionElements>
82       <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming>
83       <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing>
84     </bpmn2:callActivity>
85     <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
86       <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming>
87       <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing>
88       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
89 def dcsi= new DoCreateE2EServiceInstance()
90 dcsi.prepareDecomposeService(execution)</bpmn2:script>
91     </bpmn2:scriptTask>
92     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service">
93       <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing>
94       <bpmn2:linkEventDefinition name="Decompose_Service" />
95     </bpmn2:intermediateCatchEvent>
96     <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" />
97     <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" />
98     <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
99     <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" />
100     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource">
101       <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming>
102       <bpmn2:linkEventDefinition name="StartPrepareResource" />
103     </bpmn2:intermediateThrowEvent>
104     <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" />
105     <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
106     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
107       <bpmn2:outgoing>SequenceFlow_0yuzaen</bpmn2:outgoing>
108       <bpmn2:linkEventDefinition name="StartPrepareResource" />
109     </bpmn2:intermediateCatchEvent>
110     <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="ScriptTask_0q37vn9" />
111     <bpmn2:scriptTask id="ScriptTask_1rzf8a1" name="Prepare Resource Oper Status" scriptFormat="groovy">
112       <bpmn2:incoming>SequenceFlow_1y9rkfr</bpmn2:incoming>
113       <bpmn2:outgoing>SequenceFlow_0n7nbx3</bpmn2:outgoing>
114       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
115 def ddsi = new DoCreateE2EServiceInstance()
116 ddsi.preInitResourcesOperStatus(execution)</bpmn2:script>
117     </bpmn2:scriptTask>
118     <bpmn2:serviceTask id="ServiceTask_1asgesv" name="Init Resource Oper Status">
119       <bpmn2:extensionElements>
120         <camunda:connector>
121           <camunda:inputOutput>
122             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
123             <camunda:inputParameter name="headers">
124               <camunda:map>
125                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
126                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
127               </camunda:map>
128             </camunda:inputParameter>
129             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
130             <camunda:inputParameter name="method">POST</camunda:inputParameter>
131             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
132             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
133           </camunda:inputOutput>
134           <camunda:connectorId>http-connector</camunda:connectorId>
135         </camunda:connector>
136       </bpmn2:extensionElements>
137       <bpmn2:incoming>SequenceFlow_0n7nbx3</bpmn2:incoming>
138       <bpmn2:outgoing>SequenceFlow_0ckto7v</bpmn2:outgoing>
139     </bpmn2:serviceTask>
140     <bpmn2:callActivity id="CallActivity_1gae03e" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
141       <bpmn2:extensionElements>
142         <camunda:in source="nsServiceName" target="nsServiceName" />
143         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
144         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
145         <camunda:in source="serviceType" target="serviceType" />
146         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
147         <camunda:in source="operationId" target="operationId" />
148         <camunda:in source="resourceType" target="resourceType" />
149         <camunda:in source="resourceUUID" target="resourceUUID" />
150         <camunda:in source="resourceParameters" target="resourceParameters" />
151         <camunda:in source="operationType" target="operationType" />
152         <camunda:in source="addResourceList" target="addResourceList" />
153         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
154         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
155         <camunda:in source="uuiRequest" target="uuiRequest" />
156         <camunda:in source="msoRequestId" target="msoRequestId" />
157         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
158       </bpmn2:extensionElements>
159       <bpmn2:incoming>SequenceFlow_0b1dsaj</bpmn2:incoming>
160       <bpmn2:outgoing>SequenceFlow_0sphcy5</bpmn2:outgoing>
161     </bpmn2:callActivity>
162     <bpmn2:scriptTask id="ScriptTask_0ns08tn" name="PreProcess for Add Resources" scriptFormat="groovy">
163       <bpmn2:incoming>SequenceFlow_022onug</bpmn2:incoming>
164       <bpmn2:outgoing>SequenceFlow_0b1dsaj</bpmn2:outgoing>
165       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
166 def csi = new  DoCreateE2EServiceInstance()
167 csi.preProcessForAddResource(execution)</bpmn2:script>
168     </bpmn2:scriptTask>
169     <bpmn2:scriptTask id="ScriptTask_19t13rd" name="PostProcess for Add Resource" scriptFormat="groovy">
170       <bpmn2:incoming>SequenceFlow_0sphcy5</bpmn2:incoming>
171       <bpmn2:outgoing>SequenceFlow_18gnns6</bpmn2:outgoing>
172       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
173 def csi = new  DoCreateE2EServiceInstance()
174 csi.postProcessForAddResource(execution)</bpmn2:script>
175     </bpmn2:scriptTask>
176     <bpmn2:endEvent id="EndEvent_1x4kvfh">
177       <bpmn2:incoming>SequenceFlow_18gnns6</bpmn2:incoming>
178     </bpmn2:endEvent>
179     <bpmn2:scriptTask id="ScriptTask_0jxdler" name="Process Site Location" scriptFormat="groovy">
180       <bpmn2:incoming>SequenceFlow_0yuzaen</bpmn2:incoming>
181       <bpmn2:outgoing>SequenceFlow_1y9rkfr</bpmn2:outgoing>
182       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
183 def dcsi= new DoCreateE2EServiceInstance()
184 dcsi.doProcessSiteLocation(execution)</bpmn2:script>
185     </bpmn2:scriptTask>
186     <bpmn2:scriptTask id="ScriptTask_0ts3c3b" name="Process Link TP Resource Allocation" scriptFormat="groovy">
187       <bpmn2:incoming>SequenceFlow_0ckto7v</bpmn2:incoming>
188       <bpmn2:outgoing>SequenceFlow_022onug</bpmn2:outgoing>
189       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
190 def dcsi= new DoCreateE2EServiceInstance()
191 dcsi.doTPResourcesAllocation(execution)</bpmn2:script>
192     </bpmn2:scriptTask>
193     <bpmn2:sequenceFlow id="SequenceFlow_1y9rkfr" sourceRef="ScriptTask_0jxdler" targetRef="ScriptTask_1rzf8a1" />
194     <bpmn2:sequenceFlow id="SequenceFlow_0n7nbx3" sourceRef="ScriptTask_1rzf8a1" targetRef="ServiceTask_1asgesv" />
195     <bpmn2:sequenceFlow id="SequenceFlow_0ckto7v" sourceRef="ServiceTask_1asgesv" targetRef="ScriptTask_0ts3c3b" />
196     <bpmn2:sequenceFlow id="SequenceFlow_0b1dsaj" sourceRef="ScriptTask_0ns08tn" targetRef="CallActivity_1gae03e" />
197     <bpmn2:sequenceFlow id="SequenceFlow_0sphcy5" sourceRef="CallActivity_1gae03e" targetRef="ScriptTask_19t13rd" />
198     <bpmn2:sequenceFlow id="SequenceFlow_022onug" sourceRef="ScriptTask_0ts3c3b" targetRef="ScriptTask_0ns08tn" />
199     <bpmn2:sequenceFlow id="SequenceFlow_18gnns6" sourceRef="ScriptTask_19t13rd" targetRef="EndEvent_1x4kvfh" />
200     <bpmn2:sequenceFlow id="SequenceFlow_0yuzaen" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_0jxdler" />
201   </bpmn2:process>
202   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
203   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
204   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
205     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
206       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
207         <dc:Bounds x="9" y="-22" width="36" height="36" />
208         <bpmndi:BPMNLabel>
209           <dc:Bounds x="3" y="19" width="50" height="12" />
210         </bpmndi:BPMNLabel>
211       </bpmndi:BPMNShape>
212       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
213         <dc:Bounds x="117" y="-44" width="100" height="80" />
214       </bpmndi:BPMNShape>
215       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
216         <dc:Bounds x="15" y="865" width="783" height="195" />
217       </bpmndi:BPMNShape>
218       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
219         <dc:Bounds x="111" y="942" width="36" height="36" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="84" y="983" width="90" height="0" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNShape>
224       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
225         <dc:Bounds x="744" y="942" width="36" height="36" />
226         <bpmndi:BPMNLabel>
227           <dc:Bounds x="717" y="983" width="90" height="0" />
228         </bpmndi:BPMNLabel>
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
231         <dc:Bounds x="409" y="920" width="100" height="80" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
234         <di:waypoint x="509" y="960" />
235         <di:waypoint x="577" y="960" />
236         <bpmndi:BPMNLabel>
237           <dc:Bounds x="498" y="945" width="90" height="0" />
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNEdge>
240       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
241         <di:waypoint x="147" y="960" />
242         <di:waypoint x="246" y="960" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="152" y="945" width="90" height="0" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNEdge>
247       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
248         <dc:Bounds x="1012" y="106" width="100" height="80" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
251         <dc:Bounds x="246" y="920" width="100" height="80" />
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
254         <di:waypoint x="346" y="960" />
255         <di:waypoint x="409" y="960" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="333" y="945" width="90" height="0" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNEdge>
260       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
261         <dc:Bounds x="577" y="920" width="100" height="80" />
262       </bpmndi:BPMNShape>
263       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
264         <di:waypoint x="677" y="960" />
265         <di:waypoint x="709" y="960" />
266         <di:waypoint x="709" y="960" />
267         <di:waypoint x="744" y="960" />
268         <bpmndi:BPMNLabel>
269           <dc:Bounds x="679" y="960" width="90" height="0" />
270         </bpmndi:BPMNLabel>
271       </bpmndi:BPMNEdge>
272       <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
273         <dc:Bounds x="1306" y="-22" width="36" height="36" />
274         <bpmndi:BPMNLabel>
275           <dc:Bounds x="1281" y="18" width="88" height="36" />
276         </bpmndi:BPMNLabel>
277       </bpmndi:BPMNShape>
278       <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
279         <dc:Bounds x="704" y="106" width="100" height="80" />
280       </bpmndi:BPMNShape>
281       <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
282         <dc:Bounds x="469" y="106" width="100" height="80" />
283       </bpmndi:BPMNShape>
284       <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
285         <dc:Bounds x="187" y="106" width="100" height="80" />
286       </bpmndi:BPMNShape>
287       <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
288         <dc:Bounds x="17" y="128" width="36" height="36" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="-7" y="164" width="88" height="24" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
294         <di:waypoint x="569" y="146" />
295         <di:waypoint x="704" y="146" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="592" y="125" width="90" height="12" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
301         <di:waypoint x="287" y="146" />
302         <di:waypoint x="469" y="146" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="333" y="125" width="90" height="12" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
308         <di:waypoint x="45" y="-4" />
309         <di:waypoint x="117" y="-4" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="36" y="-25" width="90" height="12" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
315         <di:waypoint x="53" y="146" />
316         <di:waypoint x="187" y="146" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="75" y="125" width="90" height="12" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNEdge>
321       <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
322         <dc:Bounds x="1306" y="128" width="36" height="36" />
323         <bpmndi:BPMNLabel>
324           <dc:Bounds x="1285" y="169" width="82" height="36" />
325         </bpmndi:BPMNLabel>
326       </bpmndi:BPMNShape>
327       <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
328         <di:waypoint x="1112" y="146" />
329         <di:waypoint x="1222" y="146" />
330         <di:waypoint x="1222" y="146" />
331         <di:waypoint x="1306" y="146" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="1192" y="140" width="90" height="12" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
337         <di:waypoint x="217" y="-4" />
338         <di:waypoint x="762" y="-4" />
339         <di:waypoint x="762" y="-4" />
340         <di:waypoint x="1306" y="-4" />
341         <bpmndi:BPMNLabel>
342           <dc:Bounds x="732" y="-10" width="90" height="12" />
343         </bpmndi:BPMNLabel>
344       </bpmndi:BPMNEdge>
345       <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
346         <dc:Bounds x="18" y="282" width="36" height="36" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="-3" y="318" width="82" height="24" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNShape>
351       <bpmndi:BPMNEdge id="SequenceFlow_012h7yx_di" bpmnElement="SequenceFlow_012h7yx">
352         <di:waypoint x="804" y="146" />
353         <di:waypoint x="917" y="146" />
354         <di:waypoint x="917" y="146" />
355         <di:waypoint x="1012" y="146" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="887" y="139" width="90" height="14" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNShape id="ScriptTask_1rzf8a1_di" bpmnElement="ScriptTask_1rzf8a1">
361         <dc:Bounds x="262" y="260" width="100" height="80" />
362       </bpmndi:BPMNShape>
363       <bpmndi:BPMNShape id="ServiceTask_1asgesv_di" bpmnElement="ServiceTask_1asgesv">
364         <dc:Bounds x="433" y="260" width="100" height="80" />
365       </bpmndi:BPMNShape>
366       <bpmndi:BPMNShape id="CallActivity_1gae03e_di" bpmnElement="CallActivity_1gae03e">
367         <dc:Bounds x="957" y="260" width="100" height="80" />
368       </bpmndi:BPMNShape>
369       <bpmndi:BPMNShape id="ScriptTask_0ns08tn_di" bpmnElement="ScriptTask_0ns08tn">
370         <dc:Bounds x="785" y="260" width="100" height="80" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNShape id="ScriptTask_19t13rd_di" bpmnElement="ScriptTask_19t13rd">
373         <dc:Bounds x="1131" y="260" width="100" height="80" />
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="EndEvent_1x4kvfh_di" bpmnElement="EndEvent_1x4kvfh">
376         <dc:Bounds x="1301" y="282" width="36" height="36" />
377         <bpmndi:BPMNLabel>
378           <dc:Bounds x="1274" y="322" width="0" height="12" />
379         </bpmndi:BPMNLabel>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="ScriptTask_0jxdler_di" bpmnElement="ScriptTask_0jxdler">
382         <dc:Bounds x="88" y="260" width="100" height="80" />
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNShape id="ScriptTask_0ts3c3b_di" bpmnElement="ScriptTask_0ts3c3b">
385         <dc:Bounds x="599" y="260" width="100" height="80" />
386       </bpmndi:BPMNShape>
387       <bpmndi:BPMNEdge id="SequenceFlow_1y9rkfr_di" bpmnElement="SequenceFlow_1y9rkfr">
388         <di:waypoint x="188" y="300" />
389         <di:waypoint x="262" y="300" />
390         <bpmndi:BPMNLabel>
391           <dc:Bounds x="180" y="279" width="0" height="12" />
392         </bpmndi:BPMNLabel>
393       </bpmndi:BPMNEdge>
394       <bpmndi:BPMNEdge id="SequenceFlow_0n7nbx3_di" bpmnElement="SequenceFlow_0n7nbx3">
395         <di:waypoint x="362" y="300" />
396         <di:waypoint x="433" y="300" />
397         <bpmndi:BPMNLabel>
398           <dc:Bounds x="353.5" y="279" width="0" height="12" />
399         </bpmndi:BPMNLabel>
400       </bpmndi:BPMNEdge>
401       <bpmndi:BPMNEdge id="SequenceFlow_0ckto7v_di" bpmnElement="SequenceFlow_0ckto7v">
402         <di:waypoint x="533" y="300" />
403         <di:waypoint x="599" y="300" />
404         <bpmndi:BPMNLabel>
405           <dc:Bounds x="521" y="279" width="0" height="12" />
406         </bpmndi:BPMNLabel>
407       </bpmndi:BPMNEdge>
408       <bpmndi:BPMNEdge id="SequenceFlow_0b1dsaj_di" bpmnElement="SequenceFlow_0b1dsaj">
409         <di:waypoint x="885" y="300" />
410         <di:waypoint x="957" y="300" />
411         <bpmndi:BPMNLabel>
412           <dc:Bounds x="876" y="279" width="0" height="12" />
413         </bpmndi:BPMNLabel>
414       </bpmndi:BPMNEdge>
415       <bpmndi:BPMNEdge id="SequenceFlow_0sphcy5_di" bpmnElement="SequenceFlow_0sphcy5">
416         <di:waypoint x="1057" y="300" />
417         <di:waypoint x="1131" y="300" />
418         <bpmndi:BPMNLabel>
419           <dc:Bounds x="1049" y="279" width="0" height="12" />
420         </bpmndi:BPMNLabel>
421       </bpmndi:BPMNEdge>
422       <bpmndi:BPMNEdge id="SequenceFlow_022onug_di" bpmnElement="SequenceFlow_022onug">
423         <di:waypoint x="699" y="300" />
424         <di:waypoint x="785" y="300" />
425         <bpmndi:BPMNLabel>
426           <dc:Bounds x="697" y="279" width="0" height="12" />
427         </bpmndi:BPMNLabel>
428       </bpmndi:BPMNEdge>
429       <bpmndi:BPMNEdge id="SequenceFlow_18gnns6_di" bpmnElement="SequenceFlow_18gnns6">
430         <di:waypoint x="1231" y="300" />
431         <di:waypoint x="1301" y="300" />
432         <bpmndi:BPMNLabel>
433           <dc:Bounds x="1221" y="279" width="0" height="12" />
434         </bpmndi:BPMNLabel>
435       </bpmndi:BPMNEdge>
436       <bpmndi:BPMNEdge id="SequenceFlow_0yuzaen_di" bpmnElement="SequenceFlow_0yuzaen">
437         <di:waypoint x="54" y="300" />
438         <di:waypoint x="88" y="300" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="71" y="279" width="0" height="12" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNEdge>
443     </bpmndi:BPMNPlane>
444   </bpmndi:BPMNDiagram>
445 </bpmn2:definitions>