blob: 90636f61fb9aac660ee2a594f2af4d918d92c0b3 [file] [log] [blame]
c0014910718c1c682018-01-16 11:30:24 +08001<?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="DoCreateE2EServiceInstanceV2" name="DoCreateE2EServiceInstanceV2" isExecutable="true">
4 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
8 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12def dcsi = new DoCreateE2EServiceInstanceV2()
13dcsi.preProcessRequest(execution)
14]]></bpmn2:script>
15 </bpmn2:scriptTask>
16 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy_PostProcessAAIGET" />
17 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="CustomE2EGetService" />
18 <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
19 <bpmn2:extensionElements>
20 <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
21 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
22 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
23 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
24 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
25 <camunda:out source="WorkflowException" target="WorkflowException" />
26 <camunda:in source="serviceType" target="GENGS_serviceType" />
27 </bpmn2:extensionElements>
28 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
29 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
30 </bpmn2:callActivity>
31 <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
32 <bpmn2:extensionElements>
33 <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
34 <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
35 <camunda:in source="serviceType" target="GENPS_serviceType" />
36 <camunda:in sourceExpression="service-instance" target="GENPS_type" />
37 <camunda:in source="serviceInstanceData" target="GENPS_payload" />
38 <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
39 <camunda:in source="msoRequestId" target="GENPS_requesId" />
40 <camunda:out source="WorkflowException" target="WorkflowException" />
41 </bpmn2:extensionElements>
42 <bpmn2:incoming>SequenceFlow_0zmz5am</bpmn2:incoming>
43 <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
44 </bpmn2:callActivity>
45 <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9_PostProcessAAIPUT" />
46 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
47 <bpmn2:startEvent id="StartEvent_0yljq9y">
48 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
49 <bpmn2:errorEventDefinition />
50 </bpmn2:startEvent>
51 <bpmn2:endEvent id="EndEvent_117lkk3">
52 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
53 </bpmn2:endEvent>
54 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
55 <bpmn2:extensionElements>
56 <camunda:in source="msoRequestId" target="mso-request-id" />
57 <camunda:in source="rollbackData" target="rollbackData" />
58 <camunda:out source="rolledBack" target="rolledBack" />
59 <camunda:in source="disableRollback" target="disableRollback" />
60 <camunda:out source="rollbackError" target="rollbackErrror" />
61 </bpmn2:extensionElements>
62 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
63 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
64 </bpmn2:callActivity>
65 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
66 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
67 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
68 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
69 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
70 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
71def dcsi = new DoCreateE2EServiceInstanceV2()
72dcsi.preProcessRollback(execution)
73]]></bpmn2:script>
74 </bpmn2:scriptTask>
75 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
76 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
77 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
78 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
79 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
80def dcsi = new DoCreateE2EServiceInstanceV2()
81dcsi.postProcessRollback(execution)
82]]></bpmn2:script>
83 </bpmn2:scriptTask>
84 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
85 </bpmn2:subProcess>
86 <bpmn2:scriptTask id="ScriptTask_0i8cqdy_PostProcessAAIGET" name="Post Process AAI GET" scriptFormat="groovy">
87 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_10aubhh</bpmn2:outgoing>
89 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
90def dcsi = new DoCreateE2EServiceInstanceV2()
91dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
92 </bpmn2:scriptTask>
93 <bpmn2:scriptTask id="ScriptTask_0q37vn9_PostProcessAAIPUT" name="Post Process AAI PUT" scriptFormat="groovy">
94 <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
95 <bpmn2:outgoing>SequenceFlow_03fabby</bpmn2:outgoing>
96 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
97def ddsi = new DoCreateE2EServiceInstanceV2()
98ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
99 </bpmn2:scriptTask>
100 <bpmn2:endEvent id="EndEvent_0kbbt94" />
101 <bpmn2:sequenceFlow id="SequenceFlow_03fabby" sourceRef="ScriptTask_0q37vn9_PostProcessAAIPUT" targetRef="IntermediateThrowEvent_0cabwkq" />
102 <bpmn2:scriptTask id="Task_1u82cbz" name="PreProcess Decompose Next Resouce" scriptFormat="groovy">
103 <bpmn2:incoming>SequenceFlow_13l7ffp</bpmn2:incoming>
104 <bpmn2:outgoing>SequenceFlow_0gorww6</bpmn2:outgoing>
105 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
106def csi = new DoCreateE2EServiceInstanceV2()
107csi.preProcessDecomposeNextResource(execution)]]></bpmn2:script>
108 </bpmn2:scriptTask>
109 <bpmn2:exclusiveGateway id="ExclusiveGateway_1761epe" default="SequenceFlow_14ef6wp">
110 <bpmn2:incoming>SequenceFlow_1wf52w6</bpmn2:incoming>
111 <bpmn2:outgoing>SequenceFlow_1t9tmp4</bpmn2:outgoing>
112 <bpmn2:outgoing>SequenceFlow_14ef6wp</bpmn2:outgoing>
113 <bpmn2:outgoing>SequenceFlow_163tmnq</bpmn2:outgoing>
114 </bpmn2:exclusiveGateway>
115 <bpmn2:sequenceFlow id="SequenceFlow_0gorww6" sourceRef="Task_1u82cbz" targetRef="ScriptTask_1oc0qjo" />
116 <bpmn2:sequenceFlow id="SequenceFlow_1t9tmp4" name="VFC" sourceRef="ExclusiveGateway_1761epe" targetRef="Task_09laxun">
117 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("controllerType") =="VFC"}]]></bpmn2:conditionExpression>
118 </bpmn2:sequenceFlow>
119 <bpmn2:scriptTask id="Task_09laxun" name="PreProcess Resource Request for VFC" scriptFormat="groovy">
120 <bpmn2:incoming>SequenceFlow_1t9tmp4</bpmn2:incoming>
121 <bpmn2:outgoing>SequenceFlow_1t4cc7w</bpmn2:outgoing>
122 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
123def csi = new DoCreateE2EServiceInstanceV2()
124csi.preProcessResourceRequestForController(execution)]]></bpmn2:script>
125 </bpmn2:scriptTask>
126 <bpmn2:sequenceFlow id="SequenceFlow_1t4cc7w" sourceRef="Task_09laxun" targetRef="ExclusiveGateway_1xkr802" />
127 <bpmn2:callActivity id="Task_1wyyy33" name="Call DoCreateVFCNetworkServiceInstance" calledElement="DoCreateVFCNetworkServiceInstance">
128 <bpmn2:extensionElements>
129 <camunda:in source="nsServiceName" target="nsServiceName" />
130 <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
131 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
132 <camunda:in source="serviceType" target="serviceType" />
133 <camunda:in source="serviceId" target="serviceId" />
134 <camunda:in source="operationId" target="operationId" />
135 <camunda:in source="resourceType" target="resourceType" />
136 <camunda:in source="resourceUUID" target="resourceUUID" />
137 <camunda:in source="resourceParameters" target="resourceParameters" />
138 <camunda:in source="operationType" target="operationType" />
139 </bpmn2:extensionElements>
140 <bpmn2:incoming>SequenceFlow_1a1du22</bpmn2:incoming>
141 <bpmn2:outgoing>SequenceFlow_1p99k36</bpmn2:outgoing>
142 </bpmn2:callActivity>
143 <bpmn2:sequenceFlow id="SequenceFlow_1p99k36" sourceRef="Task_1wyyy33" targetRef="ExclusiveGateway_1iu2jb7" />
144 <bpmn2:scriptTask id="Task_0ag30bf" name="PostProcess Resource Request for VFC" scriptFormat="groovy">
145 <bpmn2:incoming>SequenceFlow_0cyffv0</bpmn2:incoming>
146 <bpmn2:outgoing>SequenceFlow_07q8ra0</bpmn2:outgoing>
147 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
148def csi = new DoCreateE2EServiceInstanceV2()
149csi.postProcessResourceRequestForVFC(execution)]]></bpmn2:script>
150 </bpmn2:scriptTask>
151 <bpmn2:scriptTask id="ScriptTask_1op29ls" name="PostProcess Resource Request for SDNC" scriptFormat="groovy">
152 <bpmn2:incoming>SequenceFlow_06byir6</bpmn2:incoming>
153 <bpmn2:outgoing>SequenceFlow_0ylmq2b</bpmn2:outgoing>
154 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
155def csi = new DoCreateE2EServiceInstanceV2()
156csi.postProcessResourceRequestForSDNC(execution)]]></bpmn2:script>
157 </bpmn2:scriptTask>
158 <bpmn2:scriptTask id="ScriptTask_0g6otdg" name="PreProcess Resource Request for SDNC" scriptFormat="groovy">
159 <bpmn2:incoming>SequenceFlow_0vey6x4</bpmn2:incoming>
160 <bpmn2:outgoing>SequenceFlow_0br9juy</bpmn2:outgoing>
161 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
162def csi = new DoCreateE2EServiceInstanceV2()
163csi.preProcessResourceRequestForController(execution)]]></bpmn2:script>
164 </bpmn2:scriptTask>
165 <bpmn2:exclusiveGateway id="ExclusiveGateway_0r4jkig">
166 <bpmn2:incoming>SequenceFlow_0ylmq2b</bpmn2:incoming>
167 <bpmn2:incoming>SequenceFlow_07q8ra0</bpmn2:incoming>
168 <bpmn2:incoming>SequenceFlow_0gxsqsa</bpmn2:incoming>
169 <bpmn2:outgoing>SequenceFlow_1yhd9dp</bpmn2:outgoing>
170 </bpmn2:exclusiveGateway>
171 <bpmn2:sequenceFlow id="SequenceFlow_0ylmq2b" sourceRef="ScriptTask_1op29ls" targetRef="ExclusiveGateway_0r4jkig" />
172 <bpmn2:sequenceFlow id="SequenceFlow_07q8ra0" sourceRef="Task_0ag30bf" targetRef="ExclusiveGateway_0r4jkig" />
173 <bpmn2:exclusiveGateway id="ExclusiveGateway_1pwgsa8" name="Resource Finish?" default="SequenceFlow_13l7ffp">
174 <bpmn2:incoming>SequenceFlow_1rhn48b</bpmn2:incoming>
175 <bpmn2:incoming>SequenceFlow_1mbrbsc</bpmn2:incoming>
176 <bpmn2:outgoing>SequenceFlow_13l7ffp</bpmn2:outgoing>
177 <bpmn2:outgoing>SequenceFlow_1fq4qzy</bpmn2:outgoing>
178 </bpmn2:exclusiveGateway>
179 <bpmn2:sequenceFlow id="SequenceFlow_13l7ffp" name="No" sourceRef="ExclusiveGateway_1pwgsa8" targetRef="Task_1u82cbz" />
180 <bpmn2:scriptTask id="Task_0vtxtuq_QueryServiceResources" name="Query Service Resources" scriptFormat="groovy">
181 <bpmn2:incoming>SequenceFlow_1r1hl23</bpmn2:incoming>
182 <bpmn2:outgoing>SequenceFlow_1ct6u3o</bpmn2:outgoing>
183 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
184def csi = new DoCreateE2EServiceInstanceV2()
185csi.getServiceResources(execution)]]></bpmn2:script>
186 </bpmn2:scriptTask>
187 <bpmn2:serviceTask id="ServiceTask_1t9ln4p" name="Call Sync SDNC service Create " camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
188 <bpmn2:incoming>SequenceFlow_1vio1tn</bpmn2:incoming>
189 <bpmn2:outgoing>SequenceFlow_07pkpa0</bpmn2:outgoing>
190 </bpmn2:serviceTask>
191 <bpmn2:serviceTask id="CallActivity_0x5g3pa" name="Call DoCreateSDNCNetworkInstance" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
192 <bpmn2:incoming>SequenceFlow_0br9juy</bpmn2:incoming>
193 <bpmn2:outgoing>SequenceFlow_06byir6</bpmn2:outgoing>
194 </bpmn2:serviceTask>
195 <bpmn2:scriptTask id="ScriptTask_04rn9mp" name="Post Config Service Instance Creation" scriptFormat="groovy">
196 <bpmn2:incoming>SequenceFlow_0cnuo36</bpmn2:incoming>
197 <bpmn2:outgoing>SequenceFlow_1lkpfe2</bpmn2:outgoing>
198 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
199def csi = new DoCreateE2EServiceInstanceV2()
200csi.postConfigRequest(execution)]]></bpmn2:script>
201 </bpmn2:scriptTask>
202 <bpmn2:exclusiveGateway id="ExclusiveGateway_1xkr802" name="skip VFC?" default="SequenceFlow_1a1du22">
203 <bpmn2:incoming>SequenceFlow_1t4cc7w</bpmn2:incoming>
204 <bpmn2:outgoing>SequenceFlow_1a1du22</bpmn2:outgoing>
205 <bpmn2:outgoing>SequenceFlow_14jy44g</bpmn2:outgoing>
206 </bpmn2:exclusiveGateway>
207 <bpmn2:sequenceFlow id="SequenceFlow_1a1du22" name="No" sourceRef="ExclusiveGateway_1xkr802" targetRef="Task_1wyyy33" />
208 <bpmn2:exclusiveGateway id="ExclusiveGateway_1iu2jb7">
209 <bpmn2:incoming>SequenceFlow_1p99k36</bpmn2:incoming>
210 <bpmn2:incoming>SequenceFlow_14jy44g</bpmn2:incoming>
211 <bpmn2:outgoing>SequenceFlow_0cyffv0</bpmn2:outgoing>
212 </bpmn2:exclusiveGateway>
213 <bpmn2:sequenceFlow id="SequenceFlow_0cyffv0" sourceRef="ExclusiveGateway_1iu2jb7" targetRef="Task_0ag30bf" />
214 <bpmn2:sequenceFlow id="SequenceFlow_14jy44g" name="yes" sourceRef="ExclusiveGateway_1xkr802" targetRef="ExclusiveGateway_1iu2jb7">
215 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("skipVFC") == "true" }]]></bpmn2:conditionExpression>
216 </bpmn2:sequenceFlow>
217 <bpmn2:sequenceFlow id="SequenceFlow_0br9juy" sourceRef="ScriptTask_0g6otdg" targetRef="CallActivity_0x5g3pa" />
218 <bpmn2:sequenceFlow id="SequenceFlow_06byir6" sourceRef="CallActivity_0x5g3pa" targetRef="ScriptTask_1op29ls" />
219 <bpmn2:sequenceFlow id="SequenceFlow_14ef6wp" name="Other" sourceRef="ExclusiveGateway_1761epe" targetRef="Task_0zhvu4r_llllll" />
220 <bpmn2:scriptTask id="Task_0zhvu4r_llllll" name="PosOtherCotrollerType" scriptFormat="groovy">
221 <bpmn2:incoming>SequenceFlow_14ef6wp</bpmn2:incoming>
222 <bpmn2:outgoing>SequenceFlow_0gxsqsa</bpmn2:outgoing>
223 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
224def csi = new DoCreateE2EServiceInstanceV2()
225csi.postOtherControllerType(execution)]]></bpmn2:script>
226 </bpmn2:scriptTask>
227 <bpmn2:sequenceFlow id="SequenceFlow_0gxsqsa" sourceRef="Task_0zhvu4r_llllll" targetRef="ExclusiveGateway_0r4jkig" />
228 <bpmn2:sequenceFlow id="SequenceFlow_10aubhh" sourceRef="ScriptTask_0i8cqdy_PostProcessAAIGET" targetRef="IntermediateThrowEvent_0aggdcl_GoToStartService" />
229 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0aggdcl_GoToStartService" name="GoTo StartService">
230 <bpmn2:incoming>SequenceFlow_10aubhh</bpmn2:incoming>
231 <bpmn2:linkEventDefinition name="StartService" />
232 </bpmn2:intermediateThrowEvent>
233 <bpmn2:intermediateCatchEvent id="StartEvent_0l5bz4h_StartService" name="StartService">
234 <bpmn2:outgoing>SequenceFlow_0zmz5am</bpmn2:outgoing>
235 <bpmn2:linkEventDefinition name="StartService" />
236 </bpmn2:intermediateCatchEvent>
237 <bpmn2:sequenceFlow id="SequenceFlow_0zmz5am" sourceRef="StartEvent_0l5bz4h_StartService" targetRef="CustomE2EPutService" />
238 <bpmn2:sequenceFlow id="SequenceFlow_1rhn48b" sourceRef="StartEvent_StartResource" targetRef="ExclusiveGateway_1pwgsa8" />
239 <bpmn2:intermediateCatchEvent id="StartEvent_StartResource" name="StartResource">
240 <bpmn2:outgoing>SequenceFlow_1rhn48b</bpmn2:outgoing>
241 <bpmn2:linkEventDefinition name="StartResource" />
242 </bpmn2:intermediateCatchEvent>
243 <bpmn2:sequenceFlow id="SequenceFlow_1ct6u3o" sourceRef="Task_0vtxtuq_QueryServiceResources" targetRef="IntermediateThrowEvent_1dwg5lz" />
244 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1dwg5lz" name="GoTo StartResource">
245 <bpmn2:incoming>SequenceFlow_1ct6u3o</bpmn2:incoming>
246 <bpmn2:linkEventDefinition name="StartResource" />
247 </bpmn2:intermediateThrowEvent>
248 <bpmn2:sequenceFlow id="SequenceFlow_1rebkae" sourceRef="StartEvent_0jhv664" targetRef="ScriptTask_1wk7zcu" />
249 <bpmn2:intermediateCatchEvent id="StartEvent_0jhv664" name="FinishProcess">
250 <bpmn2:outgoing>SequenceFlow_1rebkae</bpmn2:outgoing>
251 <bpmn2:linkEventDefinition name="FinishProcess" />
252 </bpmn2:intermediateCatchEvent>
253 <bpmn2:endEvent id="EndEvent_0x8im5g">
254 <bpmn2:incoming>SequenceFlow_1lkpfe2</bpmn2:incoming>
255 </bpmn2:endEvent>
256 <bpmn2:sequenceFlow id="SequenceFlow_1lkpfe2" sourceRef="ScriptTask_04rn9mp" targetRef="EndEvent_0x8im5g" />
257 <bpmn2:sequenceFlow id="SequenceFlow_1fq4qzy" name="Yes" sourceRef="ExclusiveGateway_1pwgsa8" targetRef="IntermediateThrowEvent_GoToFinishProcess">
258 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRESI_resourceFinish") == true }]]></bpmn2:conditionExpression>
259 </bpmn2:sequenceFlow>
260 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_GoToFinishProcess" name="GoTo FinishProcess">
261 <bpmn2:incoming>SequenceFlow_1fq4qzy</bpmn2:incoming>
262 <bpmn2:linkEventDefinition name="FinishProcess" />
263 </bpmn2:intermediateThrowEvent>
264 <bpmn2:scriptTask id="ScriptTask_1aszwcv_CheckResourceType" name="Check Resouce Type" scriptFormat="groovy">
265 <bpmn2:incoming>SequenceFlow_10jgs3j</bpmn2:incoming>
266 <bpmn2:outgoing>SequenceFlow_1wf52w6</bpmn2:outgoing>
267 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
268def csi = new DoCreateE2EServiceInstanceV2()
269csi.checkResourceType(execution)]]></bpmn2:script>
270 </bpmn2:scriptTask>
271 <bpmn2:sequenceFlow id="SequenceFlow_1wf52w6" sourceRef="ScriptTask_1aszwcv_CheckResourceType" targetRef="ExclusiveGateway_1761epe" />
272 <bpmn2:scriptTask id="ScriptTask_0jm9d9b" name="PostProcess Decompose Next Resouce" scriptFormat="groovy">
273 <bpmn2:incoming>SequenceFlow_1yhd9dp</bpmn2:incoming>
274 <bpmn2:outgoing>SequenceFlow_0uj9myy</bpmn2:outgoing>
275 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
276def csi = new DoCreateE2EServiceInstanceV2()
277csi.postProcessDecomposeNextResource(execution)]]></bpmn2:script>
278 </bpmn2:scriptTask>
279 <bpmn2:sequenceFlow id="SequenceFlow_1yhd9dp" sourceRef="ExclusiveGateway_0r4jkig" targetRef="ScriptTask_0jm9d9b" />
280 <bpmn2:sequenceFlow id="SequenceFlow_0uj9myy" sourceRef="ScriptTask_0jm9d9b" targetRef="ScriptTask_1vo6y1t" />
281 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0cabwkq" name="GoTo UpdateResourceOperStatus">
282 <bpmn2:incoming>SequenceFlow_03fabby</bpmn2:incoming>
283 <bpmn2:linkEventDefinition name="UpdateResourceOperStatus" />
284 </bpmn2:intermediateThrowEvent>
285 <bpmn2:intermediateCatchEvent id="StartEvent_1p7w4fj" name="Update Resource Oper Status">
286 <bpmn2:outgoing>SequenceFlow_0e8oxe4</bpmn2:outgoing>
287 <bpmn2:linkEventDefinition name="UpdateResourceOperStatus" />
288 </bpmn2:intermediateCatchEvent>
289 <bpmn2:sequenceFlow id="SequenceFlow_0e8oxe4" sourceRef="StartEvent_1p7w4fj" targetRef="ScriptTask_0vaaotj" />
290 <bpmn2:exclusiveGateway id="ExclusiveGateway_0pz2s2d">
291 <bpmn2:incoming>SequenceFlow_07pkpa0</bpmn2:incoming>
292 <bpmn2:incoming>SequenceFlow_01zluif</bpmn2:incoming>
293 <bpmn2:outgoing>SequenceFlow_0vey6x4</bpmn2:outgoing>
294 </bpmn2:exclusiveGateway>
295 <bpmn2:sequenceFlow id="SequenceFlow_0vey6x4" sourceRef="ExclusiveGateway_0pz2s2d" targetRef="ScriptTask_0g6otdg" />
296 <bpmn2:sequenceFlow id="SequenceFlow_07pkpa0" sourceRef="ServiceTask_1t9ln4p" targetRef="ExclusiveGateway_0pz2s2d" />
297 <bpmn2:sequenceFlow id="SequenceFlow_163tmnq" name="SDNC" sourceRef="ExclusiveGateway_1761epe" targetRef="ExclusiveGateway_0k814as">
298 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("controllerType") =="SDNC"}]]></bpmn2:conditionExpression>
299 </bpmn2:sequenceFlow>
300 <bpmn2:exclusiveGateway id="ExclusiveGateway_0k814as" name="SDNC service Create?" default="SequenceFlow_1vio1tn">
301 <bpmn2:incoming>SequenceFlow_163tmnq</bpmn2:incoming>
302 <bpmn2:outgoing>SequenceFlow_01zluif</bpmn2:outgoing>
303 <bpmn2:outgoing>SequenceFlow_1vio1tn</bpmn2:outgoing>
304 </bpmn2:exclusiveGateway>
305 <bpmn2:sequenceFlow id="SequenceFlow_01zluif" name="yes" sourceRef="ExclusiveGateway_0k814as" targetRef="ExclusiveGateway_0pz2s2d">
306 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("unit_test") == "true" || execution.getVariable("serviceSDNCCreate") == "true" }]]></bpmn2:conditionExpression>
307 </bpmn2:sequenceFlow>
308 <bpmn2:sequenceFlow id="SequenceFlow_1vio1tn" name="no" sourceRef="ExclusiveGateway_0k814as" targetRef="ServiceTask_1t9ln4p" />
309 <bpmn2:scriptTask id="ScriptTask_0vaaotj" name="Prepare Update Service Oper Status" scriptFormat="groovy">
310 <bpmn2:incoming>SequenceFlow_0e8oxe4</bpmn2:incoming>
311 <bpmn2:outgoing>SequenceFlow_1sata7n</bpmn2:outgoing>
312 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
313def ddsi = new DoCreateE2EServiceInstanceV2()
314ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn2:script>
315 </bpmn2:scriptTask>
316 <bpmn2:serviceTask id="ServiceTask_1jbqff7" name="Update Service Oper Status">
317 <bpmn2:extensionElements>
318 <camunda:connector>
319 <camunda:inputOutput>
320 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
321 <camunda:inputParameter name="headers">
322 <camunda:map>
323 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
324 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
325 </camunda:map>
326 </camunda:inputParameter>
327 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
328 <camunda:inputParameter name="method">POST</camunda:inputParameter>
329 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
330 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
331 </camunda:inputOutput>
332 <camunda:connectorId>http-connector</camunda:connectorId>
333 </camunda:connector>
334 </bpmn2:extensionElements>
335 <bpmn2:incoming>SequenceFlow_1sata7n</bpmn2:incoming>
336 <bpmn2:outgoing>SequenceFlow_0x0jvs1</bpmn2:outgoing>
337 </bpmn2:serviceTask>
338 <bpmn2:sequenceFlow id="SequenceFlow_1sata7n" sourceRef="ScriptTask_0vaaotj" targetRef="ServiceTask_1jbqff7" />
339 <bpmn2:sequenceFlow id="SequenceFlow_0x0jvs1" sourceRef="ServiceTask_1jbqff7" targetRef="ScriptTask_1pwo0jp" />
340 <bpmn2:scriptTask id="ScriptTask_1wk7zcu" name="Prepare Update Service Oper Status(100%)" scriptFormat="groovy">
341 <bpmn2:incoming>SequenceFlow_1rebkae</bpmn2:incoming>
342 <bpmn2:outgoing>SequenceFlow_0gr3l25</bpmn2:outgoing>
343 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
344execution.setVariable("progress", "100")
345execution.setVariable("operationStatus", "End")
346def ddsi = new DoCreateE2EServiceInstanceV2()
347ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn2:script>
348 </bpmn2:scriptTask>
349 <bpmn2:serviceTask id="ServiceTask_1a6cmdu" name="Update Service Oper Status">
350 <bpmn2:extensionElements>
351 <camunda:connector>
352 <camunda:inputOutput>
353 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
354 <camunda:inputParameter name="headers">
355 <camunda:map>
356 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
357 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
358 </camunda:map>
359 </camunda:inputParameter>
360 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
361 <camunda:inputParameter name="method">POST</camunda:inputParameter>
362 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
363 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
364 </camunda:inputOutput>
365 <camunda:connectorId>http-connector</camunda:connectorId>
366 </camunda:connector>
367 </bpmn2:extensionElements>
368 <bpmn2:incoming>SequenceFlow_0gr3l25</bpmn2:incoming>
369 <bpmn2:outgoing>SequenceFlow_0cnuo36</bpmn2:outgoing>
370 </bpmn2:serviceTask>
371 <bpmn2:sequenceFlow id="SequenceFlow_0gr3l25" sourceRef="ScriptTask_1wk7zcu" targetRef="ServiceTask_1a6cmdu" />
372 <bpmn2:sequenceFlow id="SequenceFlow_0cnuo36" sourceRef="ServiceTask_1a6cmdu" targetRef="ScriptTask_04rn9mp" />
373 <bpmn2:scriptTask id="ScriptTask_1vo6y1t" name="Prepare Update Service Oper Status" scriptFormat="groovy">
374 <bpmn2:incoming>SequenceFlow_0uj9myy</bpmn2:incoming>
375 <bpmn2:outgoing>SequenceFlow_037rvnb</bpmn2:outgoing>
376 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
377
378def ddsi = new DoCreateE2EServiceInstanceV2()
379ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn2:script>
380 </bpmn2:scriptTask>
381 <bpmn2:sequenceFlow id="SequenceFlow_037rvnb" sourceRef="ScriptTask_1vo6y1t" targetRef="ServiceTask_13w9clz" />
382 <bpmn2:serviceTask id="ServiceTask_13w9clz" name="Update Service Oper Status">
383 <bpmn2:extensionElements>
384 <camunda:connector>
385 <camunda:inputOutput>
386 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
387 <camunda:inputParameter name="headers">
388 <camunda:map>
389 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
390 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
391 </camunda:map>
392 </camunda:inputParameter>
393 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
394 <camunda:inputParameter name="method">POST</camunda:inputParameter>
395 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
396 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
397 </camunda:inputOutput>
398 <camunda:connectorId>http-connector</camunda:connectorId>
399 </camunda:connector>
400 </bpmn2:extensionElements>
401 <bpmn2:incoming>SequenceFlow_037rvnb</bpmn2:incoming>
402 <bpmn2:outgoing>SequenceFlow_1mbrbsc</bpmn2:outgoing>
403 </bpmn2:serviceTask>
404 <bpmn2:sequenceFlow id="SequenceFlow_1mbrbsc" sourceRef="ServiceTask_13w9clz" targetRef="ExclusiveGateway_1pwgsa8" />
405 <bpmn2:scriptTask id="ScriptTask_1pwo0jp" name="Prepare Resource Oper Status" scriptFormat="groovy">
406 <bpmn2:incoming>SequenceFlow_0x0jvs1</bpmn2:incoming>
407 <bpmn2:outgoing>SequenceFlow_0aylb6e</bpmn2:outgoing>
408 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
409def ddsi = new DoCreateE2EServiceInstanceV2()
410ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
411 </bpmn2:scriptTask>
412 <bpmn2:sequenceFlow id="SequenceFlow_0aylb6e" sourceRef="ScriptTask_1pwo0jp" targetRef="ServiceTask_1dqzdko" />
413 <bpmn2:serviceTask id="ServiceTask_1dqzdko" name="Init Resource Oper Status">
414 <bpmn2:extensionElements>
415 <camunda:connector>
416 <camunda:inputOutput>
417 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
418 <camunda:inputParameter name="headers">
419 <camunda:map>
420 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
421 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
422 </camunda:map>
423 </camunda:inputParameter>
424 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
425 <camunda:inputParameter name="method">POST</camunda:inputParameter>
426 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
427 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
428 </camunda:inputOutput>
429 <camunda:connectorId>http-connector</camunda:connectorId>
430 </camunda:connector>
431 </bpmn2:extensionElements>
432 <bpmn2:incoming>SequenceFlow_0aylb6e</bpmn2:incoming>
433 <bpmn2:outgoing>SequenceFlow_1r1hl23</bpmn2:outgoing>
434 </bpmn2:serviceTask>
435 <bpmn2:sequenceFlow id="SequenceFlow_1r1hl23" sourceRef="ServiceTask_1dqzdko" targetRef="Task_0vtxtuq_QueryServiceResources" />
436 <bpmn2:serviceTask id="ServiceTask_0uiibxn" name="Update Service Oper Status">
437 <bpmn2:extensionElements>
438 <camunda:connector>
439 <camunda:inputOutput>
440 <camunda:inputParameter name="url">${URN_mso_openecomp_adapters_db_endpoint}</camunda:inputParameter>
441 <camunda:inputParameter name="headers">
442 <camunda:map>
443 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
444 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
445 </camunda:map>
446 </camunda:inputParameter>
447 <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
448 <camunda:inputParameter name="method">POST</camunda:inputParameter>
449 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
450 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
451 </camunda:inputOutput>
452 <camunda:connectorId>http-connector</camunda:connectorId>
453 </camunda:connector>
454 </bpmn2:extensionElements>
455 <bpmn2:incoming>SequenceFlow_01oo8ar</bpmn2:incoming>
456 <bpmn2:outgoing>SequenceFlow_10jgs3j</bpmn2:outgoing>
457 </bpmn2:serviceTask>
458 <bpmn2:sequenceFlow id="SequenceFlow_10jgs3j" sourceRef="ServiceTask_0uiibxn" targetRef="ScriptTask_1aszwcv_CheckResourceType" />
459 <bpmn2:scriptTask id="ScriptTask_1oc0qjo" name="Prepare Update Service Oper Status" scriptFormat="groovy">
460 <bpmn2:incoming>SequenceFlow_0gorww6</bpmn2:incoming>
461 <bpmn2:outgoing>SequenceFlow_01oo8ar</bpmn2:outgoing>
462 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
463
464def ddsi = new DoCreateE2EServiceInstanceV2()
465ddsi.preUpdateServiceOperationStatus(execution)]]></bpmn2:script>
466 </bpmn2:scriptTask>
467 <bpmn2:sequenceFlow id="SequenceFlow_01oo8ar" sourceRef="ScriptTask_1oc0qjo" targetRef="ServiceTask_0uiibxn" />
468 </bpmn2:process>
469 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
470 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
471 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
472 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV2">
473 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
474 <dc:Bounds x="-14" y="79" width="36" height="36" />
475 <bpmndi:BPMNLabel>
476 <dc:Bounds x="-20" y="120" width="50" height="12" />
477 </bpmndi:BPMNLabel>
478 </bpmndi:BPMNShape>
479 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
480 <dc:Bounds x="187" y="57" width="100" height="80" />
481 </bpmndi:BPMNShape>
482 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
483 <di:waypoint xsi:type="dc:Point" x="22" y="97" />
484 <di:waypoint xsi:type="dc:Point" x="187" y="97" />
485 <bpmndi:BPMNLabel>
486 <dc:Bounds x="59.5" y="82" width="90" height="0" />
487 </bpmndi:BPMNLabel>
488 </bpmndi:BPMNEdge>
489 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
490 <di:waypoint xsi:type="dc:Point" x="664" y="97" />
491 <di:waypoint xsi:type="dc:Point" x="917" y="97" />
492 <bpmndi:BPMNLabel>
493 <dc:Bounds x="745.5" y="82" width="90" height="0" />
494 </bpmndi:BPMNLabel>
495 </bpmndi:BPMNEdge>
496 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="CallActivity_1md4kyb_di">
497 <di:waypoint xsi:type="dc:Point" x="287" y="97" />
498 <di:waypoint xsi:type="dc:Point" x="564" y="97" />
499 <bpmndi:BPMNLabel>
500 <dc:Bounds x="380.5" y="82" width="90" height="0" />
501 </bpmndi:BPMNLabel>
502 </bpmndi:BPMNEdge>
503 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
504 <dc:Bounds x="564" y="57" width="100" height="80" />
505 </bpmndi:BPMNShape>
506 <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
507 <dc:Bounds x="564" y="244" width="100" height="80" />
508 </bpmndi:BPMNShape>
509 <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
510 <di:waypoint xsi:type="dc:Point" x="664" y="284" />
511 <di:waypoint xsi:type="dc:Point" x="917" y="284" />
512 <bpmndi:BPMNLabel>
513 <dc:Bounds x="745.5" y="269" width="90" height="0" />
514 </bpmndi:BPMNLabel>
515 </bpmndi:BPMNEdge>
516 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
517 <dc:Bounds x="-11" y="1751" width="783" height="195" />
518 </bpmndi:BPMNShape>
519 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
520 <dc:Bounds x="85" y="1828" width="36" height="36" />
521 <bpmndi:BPMNLabel>
522 <dc:Bounds x="58" y="1869" width="90" height="0" />
523 </bpmndi:BPMNLabel>
524 </bpmndi:BPMNShape>
525 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
526 <dc:Bounds x="718" y="1828" width="36" height="36" />
527 <bpmndi:BPMNLabel>
528 <dc:Bounds x="691" y="1869" width="90" height="0" />
529 </bpmndi:BPMNLabel>
530 </bpmndi:BPMNShape>
531 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
532 <dc:Bounds x="383" y="1806" width="100" height="80" />
533 </bpmndi:BPMNShape>
534 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
535 <di:waypoint xsi:type="dc:Point" x="483" y="1846" />
536 <di:waypoint xsi:type="dc:Point" x="551" y="1846" />
537 <bpmndi:BPMNLabel>
538 <dc:Bounds x="472" y="1831" width="90" height="0" />
539 </bpmndi:BPMNLabel>
540 </bpmndi:BPMNEdge>
541 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
542 <di:waypoint xsi:type="dc:Point" x="121" y="1846" />
543 <di:waypoint xsi:type="dc:Point" x="220" y="1846" />
544 <bpmndi:BPMNLabel>
545 <dc:Bounds x="126" y="1831" width="90" height="0" />
546 </bpmndi:BPMNLabel>
547 </bpmndi:BPMNEdge>
548 <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy_PostProcessAAIGET">
549 <dc:Bounds x="917" y="57" width="100" height="80" />
550 </bpmndi:BPMNShape>
551 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9_PostProcessAAIPUT">
552 <dc:Bounds x="917" y="244" width="100" height="80" />
553 </bpmndi:BPMNShape>
554 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
555 <dc:Bounds x="220" y="1806" width="100" height="80" />
556 </bpmndi:BPMNShape>
557 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
558 <di:waypoint xsi:type="dc:Point" x="320" y="1846" />
559 <di:waypoint xsi:type="dc:Point" x="383" y="1846" />
560 <bpmndi:BPMNLabel>
561 <dc:Bounds x="307" y="1831" width="90" height="0" />
562 </bpmndi:BPMNLabel>
563 </bpmndi:BPMNEdge>
564 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
565 <dc:Bounds x="551" y="1806" width="100" height="80" />
566 </bpmndi:BPMNShape>
567 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
568 <di:waypoint xsi:type="dc:Point" x="651" y="1846" />
569 <di:waypoint xsi:type="dc:Point" x="683" y="1846" />
570 <di:waypoint xsi:type="dc:Point" x="683" y="1846" />
571 <di:waypoint xsi:type="dc:Point" x="718" y="1846" />
572 <bpmndi:BPMNLabel>
573 <dc:Bounds x="653" y="1846" width="90" height="0" />
574 </bpmndi:BPMNLabel>
575 </bpmndi:BPMNEdge>
576 <bpmndi:BPMNShape id="EndEvent_01p249c_di" bpmnElement="EndEvent_0kbbt94">
577 <dc:Bounds x="-823" y="841" width="36" height="36" />
578 <bpmndi:BPMNLabel>
579 <dc:Bounds x="-941" y="881" width="90" height="12" />
580 </bpmndi:BPMNLabel>
581 </bpmndi:BPMNShape>
582 <bpmndi:BPMNEdge id="SequenceFlow_03fabby_di" bpmnElement="SequenceFlow_03fabby">
583 <di:waypoint xsi:type="dc:Point" x="1017" y="284" />
584 <di:waypoint xsi:type="dc:Point" x="1239" y="284" />
585 <bpmndi:BPMNLabel>
586 <dc:Bounds x="1083" y="263" width="90" height="12" />
587 </bpmndi:BPMNLabel>
588 </bpmndi:BPMNEdge>
589 <bpmndi:BPMNShape id="ScriptTask_1etg91s_di" bpmnElement="Task_1u82cbz">
590 <dc:Bounds x="398" y="625" width="100" height="80" />
591 </bpmndi:BPMNShape>
592 <bpmndi:BPMNShape id="ExclusiveGateway_1761epe_di" bpmnElement="ExclusiveGateway_1761epe" isMarkerVisible="true">
593 <dc:Bounds x="1137" y="1189" width="50" height="50" />
594 <bpmndi:BPMNLabel>
595 <dc:Bounds x="1117" y="1243" width="90" height="12" />
596 </bpmndi:BPMNLabel>
597 </bpmndi:BPMNShape>
598 <bpmndi:BPMNEdge id="SequenceFlow_0gorww6_di" bpmnElement="SequenceFlow_0gorww6">
599 <di:waypoint xsi:type="dc:Point" x="498" y="665" />
600 <di:waypoint xsi:type="dc:Point" x="580" y="665" />
601 <bpmndi:BPMNLabel>
602 <dc:Bounds x="494" y="644" width="90" height="12" />
603 </bpmndi:BPMNLabel>
604 </bpmndi:BPMNEdge>
605 <bpmndi:BPMNEdge id="SequenceFlow_1t9tmp4_di" bpmnElement="SequenceFlow_1t9tmp4">
606 <di:waypoint xsi:type="dc:Point" x="1162" y="1189" />
607 <di:waypoint xsi:type="dc:Point" x="1162" y="1017" />
608 <di:waypoint xsi:type="dc:Point" x="1095" y="1017" />
609 <bpmndi:BPMNLabel>
610 <dc:Bounds x="1166" y="1097" width="23" height="12" />
611 </bpmndi:BPMNLabel>
612 </bpmndi:BPMNEdge>
613 <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun">
614 <dc:Bounds x="995" y="977" width="100" height="80" />
615 </bpmndi:BPMNShape>
616 <bpmndi:BPMNEdge id="SequenceFlow_1t4cc7w_di" bpmnElement="SequenceFlow_1t4cc7w">
617 <di:waypoint xsi:type="dc:Point" x="995" y="1017" />
618 <di:waypoint xsi:type="dc:Point" x="866" y="1017" />
619 <bpmndi:BPMNLabel>
620 <dc:Bounds x="885.5" y="996" width="90" height="12" />
621 </bpmndi:BPMNLabel>
622 </bpmndi:BPMNEdge>
623 <bpmndi:BPMNShape id="CallActivity_1v57nb9_di" bpmnElement="Task_1wyyy33">
624 <dc:Bounds x="539" y="977" width="100" height="80" />
625 </bpmndi:BPMNShape>
626 <bpmndi:BPMNEdge id="SequenceFlow_1p99k36_di" bpmnElement="SequenceFlow_1p99k36">
627 <di:waypoint xsi:type="dc:Point" x="539" y="1017" />
628 <di:waypoint xsi:type="dc:Point" x="401" y="1017" />
629 <bpmndi:BPMNLabel>
630 <dc:Bounds x="425" y="996" width="90" height="12" />
631 </bpmndi:BPMNLabel>
632 </bpmndi:BPMNEdge>
633 <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf">
634 <dc:Bounds x="226" y="977" width="100" height="80" />
635 </bpmndi:BPMNShape>
636 <bpmndi:BPMNShape id="ScriptTask_1op29ls_di" bpmnElement="ScriptTask_1op29ls">
637 <dc:Bounds x="226" y="1339" width="100" height="80" />
638 </bpmndi:BPMNShape>
639 <bpmndi:BPMNShape id="ScriptTask_0g6otdg_di" bpmnElement="ScriptTask_0g6otdg">
640 <dc:Bounds x="643" y="1339" width="100" height="80" />
641 </bpmndi:BPMNShape>
642 <bpmndi:BPMNShape id="ExclusiveGateway_0r4jkig_di" bpmnElement="ExclusiveGateway_0r4jkig" isMarkerVisible="true">
643 <dc:Bounds x="126" y="1189" width="50" height="50" />
644 <bpmndi:BPMNLabel>
645 <dc:Bounds x="123" y="1243" width="60" height="36" />
646 </bpmndi:BPMNLabel>
647 </bpmndi:BPMNShape>
648 <bpmndi:BPMNEdge id="SequenceFlow_0ylmq2b_di" bpmnElement="SequenceFlow_0ylmq2b">
649 <di:waypoint xsi:type="dc:Point" x="226" y="1379" />
650 <di:waypoint xsi:type="dc:Point" x="151" y="1379" />
651 <di:waypoint xsi:type="dc:Point" x="151" y="1239" />
652 <bpmndi:BPMNLabel>
653 <dc:Bounds x="143.5" y="1358" width="90" height="12" />
654 </bpmndi:BPMNLabel>
655 </bpmndi:BPMNEdge>
656 <bpmndi:BPMNEdge id="SequenceFlow_07q8ra0_di" bpmnElement="SequenceFlow_07q8ra0">
657 <di:waypoint xsi:type="dc:Point" x="226" y="1017" />
658 <di:waypoint xsi:type="dc:Point" x="151" y="1017" />
659 <di:waypoint xsi:type="dc:Point" x="151" y="1189" />
660 <bpmndi:BPMNLabel>
661 <dc:Bounds x="143.5" y="996" width="90" height="12" />
662 </bpmndi:BPMNLabel>
663 </bpmndi:BPMNEdge>
664 <bpmndi:BPMNShape id="ExclusiveGateway_1pwgsa8_di" bpmnElement="ExclusiveGateway_1pwgsa8" isMarkerVisible="true">
665 <dc:Bounds x="212" y="640" width="50" height="50" />
666 <bpmndi:BPMNLabel>
667 <dc:Bounds x="194" y="694" width="86" height="12" />
668 </bpmndi:BPMNLabel>
669 </bpmndi:BPMNShape>
670 <bpmndi:BPMNEdge id="SequenceFlow_13l7ffp_di" bpmnElement="SequenceFlow_13l7ffp">
671 <di:waypoint xsi:type="dc:Point" x="262" y="665" />
672 <di:waypoint xsi:type="dc:Point" x="398" y="665" />
673 <bpmndi:BPMNLabel>
674 <dc:Bounds x="377.03973509933775" y="644" width="14" height="12" />
675 </bpmndi:BPMNLabel>
676 </bpmndi:BPMNEdge>
677 <bpmndi:BPMNShape id="ScriptTask_08hez0f_di" bpmnElement="Task_0vtxtuq_QueryServiceResources">
678 <dc:Bounds x="917" y="451" width="100" height="80" />
679 </bpmndi:BPMNShape>
680 <bpmndi:BPMNShape id="ServiceTask_1t9ln4p_di" bpmnElement="ServiceTask_1t9ln4p">
681 <dc:Bounds x="881" y="1339" width="100" height="80" />
682 </bpmndi:BPMNShape>
683 <bpmndi:BPMNShape id="ServiceTask_1asiahh_di" bpmnElement="CallActivity_0x5g3pa">
684 <dc:Bounds x="429" y="1339" width="100" height="80" />
685 </bpmndi:BPMNShape>
686 <bpmndi:BPMNShape id="ScriptTask_04rn9mp_di" bpmnElement="ScriptTask_04rn9mp">
687 <dc:Bounds x="539" y="1590" width="100" height="80" />
688 </bpmndi:BPMNShape>
689 <bpmndi:BPMNShape id="ExclusiveGateway_1xkr802_di" bpmnElement="ExclusiveGateway_1xkr802" isMarkerVisible="true">
690 <dc:Bounds x="816" y="992" width="50" height="50" />
691 <bpmndi:BPMNLabel>
692 <dc:Bounds x="817" y="1051" width="51" height="12" />
693 </bpmndi:BPMNLabel>
694 </bpmndi:BPMNShape>
695 <bpmndi:BPMNEdge id="SequenceFlow_1a1du22_di" bpmnElement="SequenceFlow_1a1du22">
696 <di:waypoint xsi:type="dc:Point" x="816" y="1017" />
697 <di:waypoint xsi:type="dc:Point" x="639" y="1017" />
698 <bpmndi:BPMNLabel>
699 <dc:Bounds x="721.1366906474819" y="996" width="14" height="12" />
700 </bpmndi:BPMNLabel>
701 </bpmndi:BPMNEdge>
702 <bpmndi:BPMNShape id="ExclusiveGateway_1iu2jb7_di" bpmnElement="ExclusiveGateway_1iu2jb7" isMarkerVisible="true">
703 <dc:Bounds x="351" y="992" width="50" height="50" />
704 <bpmndi:BPMNLabel>
705 <dc:Bounds x="331" y="1051" width="90" height="12" />
706 </bpmndi:BPMNLabel>
707 </bpmndi:BPMNShape>
708 <bpmndi:BPMNEdge id="SequenceFlow_0cyffv0_di" bpmnElement="SequenceFlow_0cyffv0">
709 <di:waypoint xsi:type="dc:Point" x="351" y="1017" />
710 <di:waypoint xsi:type="dc:Point" x="326" y="1017" />
711 <bpmndi:BPMNLabel>
712 <dc:Bounds x="293.5" y="996" width="90" height="12" />
713 </bpmndi:BPMNLabel>
714 </bpmndi:BPMNEdge>
715 <bpmndi:BPMNEdge id="SequenceFlow_14jy44g_di" bpmnElement="SequenceFlow_14jy44g">
716 <di:waypoint xsi:type="dc:Point" x="841" y="992" />
717 <di:waypoint xsi:type="dc:Point" x="841" y="932" />
718 <di:waypoint xsi:type="dc:Point" x="376" y="932" />
719 <di:waypoint xsi:type="dc:Point" x="376" y="992" />
720 <bpmndi:BPMNLabel>
721 <dc:Bounds x="599.5643203883494" y="911" width="19" height="12" />
722 </bpmndi:BPMNLabel>
723 </bpmndi:BPMNEdge>
724 <bpmndi:BPMNEdge id="SequenceFlow_0br9juy_di" bpmnElement="SequenceFlow_0br9juy">
725 <di:waypoint xsi:type="dc:Point" x="643" y="1379" />
726 <di:waypoint xsi:type="dc:Point" x="529" y="1379" />
727 <bpmndi:BPMNLabel>
728 <dc:Bounds x="541" y="1358" width="90" height="12" />
729 </bpmndi:BPMNLabel>
730 </bpmndi:BPMNEdge>
731 <bpmndi:BPMNEdge id="SequenceFlow_06byir6_di" bpmnElement="SequenceFlow_06byir6">
732 <di:waypoint xsi:type="dc:Point" x="429" y="1379" />
733 <di:waypoint xsi:type="dc:Point" x="326" y="1379" />
734 <bpmndi:BPMNLabel>
735 <dc:Bounds x="332.5" y="1358" width="90" height="12" />
736 </bpmndi:BPMNLabel>
737 </bpmndi:BPMNEdge>
738 <bpmndi:BPMNEdge id="SequenceFlow_14ef6wp_di" bpmnElement="SequenceFlow_14ef6wp">
739 <di:waypoint xsi:type="dc:Point" x="1137" y="1214" />
740 <di:waypoint xsi:type="dc:Point" x="639" y="1214" />
741 <bpmndi:BPMNLabel>
742 <dc:Bounds x="874.1140567200987" y="1193" width="29" height="12" />
743 </bpmndi:BPMNLabel>
744 </bpmndi:BPMNEdge>
745 <bpmndi:BPMNShape id="ScriptTask_1pcl6u1_di" bpmnElement="Task_0zhvu4r_llllll">
746 <dc:Bounds x="539" y="1174" width="100" height="80" />
747 </bpmndi:BPMNShape>
748 <bpmndi:BPMNEdge id="SequenceFlow_0gxsqsa_di" bpmnElement="SequenceFlow_0gxsqsa">
749 <di:waypoint xsi:type="dc:Point" x="539" y="1214" />
750 <di:waypoint xsi:type="dc:Point" x="176" y="1214" />
751 <bpmndi:BPMNLabel>
752 <dc:Bounds x="312.5" y="1193" width="90" height="12" />
753 </bpmndi:BPMNLabel>
754 </bpmndi:BPMNEdge>
755 <bpmndi:BPMNEdge id="SequenceFlow_10aubhh_di" bpmnElement="SequenceFlow_10aubhh">
756 <di:waypoint xsi:type="dc:Point" x="1017" y="97" />
757 <di:waypoint xsi:type="dc:Point" x="1239" y="97" />
758 <bpmndi:BPMNLabel>
759 <dc:Bounds x="1128" y="76" width="0" height="12" />
760 </bpmndi:BPMNLabel>
761 </bpmndi:BPMNEdge>
762 <bpmndi:BPMNShape id="IntermediateThrowEvent_1m5zb3d_di" bpmnElement="IntermediateThrowEvent_0aggdcl_GoToStartService">
763 <dc:Bounds x="1239" y="79" width="36" height="36" />
764 <bpmndi:BPMNLabel>
765 <dc:Bounds x="1213" y="119" width="90" height="12" />
766 </bpmndi:BPMNLabel>
767 </bpmndi:BPMNShape>
768 <bpmndi:BPMNShape id="IntermediateCatchEvent_1vjqlwn_di" bpmnElement="StartEvent_0l5bz4h_StartService">
769 <dc:Bounds x="-14" y="266" width="36" height="36" />
770 <bpmndi:BPMNLabel>
771 <dc:Bounds x="-26" y="306" width="60" height="12" />
772 </bpmndi:BPMNLabel>
773 </bpmndi:BPMNShape>
774 <bpmndi:BPMNEdge id="SequenceFlow_0zmz5am_di" bpmnElement="SequenceFlow_0zmz5am">
775 <di:waypoint xsi:type="dc:Point" x="22" y="284" />
776 <di:waypoint xsi:type="dc:Point" x="564" y="284" />
777 <bpmndi:BPMNLabel>
778 <dc:Bounds x="248" y="263" width="90" height="12" />
779 </bpmndi:BPMNLabel>
780 </bpmndi:BPMNEdge>
781 <bpmndi:BPMNEdge id="SequenceFlow_1rhn48b_di" bpmnElement="SequenceFlow_1rhn48b">
782 <di:waypoint xsi:type="dc:Point" x="22" y="595" />
783 <di:waypoint xsi:type="dc:Point" x="237" y="595" />
784 <di:waypoint xsi:type="dc:Point" x="237" y="640" />
785 <bpmndi:BPMNLabel>
786 <dc:Bounds x="129.5" y="574" width="0" height="12" />
787 </bpmndi:BPMNLabel>
788 </bpmndi:BPMNEdge>
789 <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource">
790 <dc:Bounds x="-14" y="577" width="36" height="36" />
791 <bpmndi:BPMNLabel>
792 <dc:Bounds x="-31" y="617" width="71" height="12" />
793 </bpmndi:BPMNLabel>
794 </bpmndi:BPMNShape>
795 <bpmndi:BPMNEdge id="SequenceFlow_1ct6u3o_di" bpmnElement="SequenceFlow_1ct6u3o">
796 <di:waypoint xsi:type="dc:Point" x="1018" y="491" />
797 <di:waypoint xsi:type="dc:Point" x="1085" y="491" />
798 <di:waypoint xsi:type="dc:Point" x="1085" y="491" />
799 <di:waypoint xsi:type="dc:Point" x="1239" y="491" />
800 <bpmndi:BPMNLabel>
801 <dc:Bounds x="1100" y="485" width="0" height="12" />
802 </bpmndi:BPMNLabel>
803 </bpmndi:BPMNEdge>
804 <bpmndi:BPMNShape id="IntermediateThrowEvent_0ys6800_di" bpmnElement="IntermediateThrowEvent_1dwg5lz">
805 <dc:Bounds x="1239" y="473" width="36" height="36" />
806 <bpmndi:BPMNLabel>
807 <dc:Bounds x="1222" y="513" width="71" height="24" />
808 </bpmndi:BPMNLabel>
809 </bpmndi:BPMNShape>
810 <bpmndi:BPMNEdge id="SequenceFlow_1rebkae_di" bpmnElement="SequenceFlow_1rebkae">
811 <di:waypoint xsi:type="dc:Point" x="40" y="1630" />
812 <di:waypoint xsi:type="dc:Point" x="148" y="1630" />
813 <bpmndi:BPMNLabel>
814 <dc:Bounds x="49" y="1609" width="90" height="12" />
815 </bpmndi:BPMNLabel>
816 </bpmndi:BPMNEdge>
817 <bpmndi:BPMNShape id="IntermediateCatchEvent_05z1jyy_di" bpmnElement="StartEvent_0jhv664">
818 <dc:Bounds x="4" y="1612" width="36" height="36" />
819 <bpmndi:BPMNLabel>
820 <dc:Bounds x="-13" y="1652" width="70" height="12" />
821 </bpmndi:BPMNLabel>
822 </bpmndi:BPMNShape>
823 <bpmndi:BPMNShape id="EndEvent_0x8im5g_di" bpmnElement="EndEvent_0x8im5g">
824 <dc:Bounds x="723" y="1612" width="36" height="36" />
825 <bpmndi:BPMNLabel>
826 <dc:Bounds x="741" y="1652" width="0" height="12" />
827 </bpmndi:BPMNLabel>
828 </bpmndi:BPMNShape>
829 <bpmndi:BPMNEdge id="SequenceFlow_1lkpfe2_di" bpmnElement="SequenceFlow_1lkpfe2">
830 <di:waypoint xsi:type="dc:Point" x="639" y="1630" />
831 <di:waypoint xsi:type="dc:Point" x="723" y="1630" />
832 <bpmndi:BPMNLabel>
833 <dc:Bounds x="636" y="1609" width="90" height="12" />
834 </bpmndi:BPMNLabel>
835 </bpmndi:BPMNEdge>
836 <bpmndi:BPMNEdge id="SequenceFlow_1fq4qzy_di" bpmnElement="SequenceFlow_1fq4qzy">
837 <di:waypoint xsi:type="dc:Point" x="237" y="690" />
838 <di:waypoint xsi:type="dc:Point" x="237" y="794" />
839 <di:waypoint xsi:type="dc:Point" x="258" y="794" />
840 <bpmndi:BPMNLabel>
841 <dc:Bounds x="227.12763168720514" y="735.6050882148045" width="19" height="12" />
842 </bpmndi:BPMNLabel>
843 </bpmndi:BPMNEdge>
844 <bpmndi:BPMNShape id="IntermediateThrowEvent_11jt9tx_di" bpmnElement="IntermediateThrowEvent_GoToFinishProcess">
845 <dc:Bounds x="258" y="776" width="36" height="36" />
846 <bpmndi:BPMNLabel>
847 <dc:Bounds x="242" y="816" width="70" height="24" />
848 </bpmndi:BPMNLabel>
849 </bpmndi:BPMNShape>
850 <bpmndi:BPMNShape id="ScriptTask_1aszwcv_di" bpmnElement="ScriptTask_1aszwcv_CheckResourceType">
851 <dc:Bounds x="1027" y="625" width="100" height="80" />
852 </bpmndi:BPMNShape>
853 <bpmndi:BPMNEdge id="SequenceFlow_1wf52w6_di" bpmnElement="SequenceFlow_1wf52w6">
854 <di:waypoint xsi:type="dc:Point" x="1127" y="665" />
855 <di:waypoint xsi:type="dc:Point" x="1240" y="665" />
856 <di:waypoint xsi:type="dc:Point" x="1240" y="1214" />
857 <di:waypoint xsi:type="dc:Point" x="1187" y="1214" />
858 <bpmndi:BPMNLabel>
859 <dc:Bounds x="1210" y="933.5" width="90" height="12" />
860 </bpmndi:BPMNLabel>
861 </bpmndi:BPMNEdge>
862 <bpmndi:BPMNShape id="ScriptTask_0jm9d9b_di" bpmnElement="ScriptTask_0jm9d9b">
863 <dc:Bounds x="-9" y="1174" width="100" height="80" />
864 </bpmndi:BPMNShape>
865 <bpmndi:BPMNEdge id="SequenceFlow_1yhd9dp_di" bpmnElement="SequenceFlow_1yhd9dp">
866 <di:waypoint xsi:type="dc:Point" x="126" y="1214" />
867 <di:waypoint xsi:type="dc:Point" x="91" y="1214" />
868 <bpmndi:BPMNLabel>
869 <dc:Bounds x="108.5" y="1193" width="0" height="12" />
870 </bpmndi:BPMNLabel>
871 </bpmndi:BPMNEdge>
872 <bpmndi:BPMNEdge id="SequenceFlow_0uj9myy_di" bpmnElement="SequenceFlow_0uj9myy">
873 <di:waypoint xsi:type="dc:Point" x="41" y="1174" />
874 <di:waypoint xsi:type="dc:Point" x="41" y="985" />
875 <bpmndi:BPMNLabel>
876 <dc:Bounds x="11" y="1073.5" width="90" height="12" />
877 </bpmndi:BPMNLabel>
878 </bpmndi:BPMNEdge>
879 <bpmndi:BPMNShape id="IntermediateThrowEvent_0nf1193_di" bpmnElement="IntermediateThrowEvent_0cabwkq">
880 <dc:Bounds x="1239" y="266" width="36" height="36" />
881 <bpmndi:BPMNLabel>
882 <dc:Bounds x="1219" y="306" width="83" height="36" />
883 </bpmndi:BPMNLabel>
884 </bpmndi:BPMNShape>
885 <bpmndi:BPMNShape id="IntermediateCatchEvent_0v3ecwh_di" bpmnElement="StartEvent_1p7w4fj">
886 <dc:Bounds x="-14" y="473" width="36" height="36" />
887 <bpmndi:BPMNLabel>
888 <dc:Bounds x="-38" y="513" width="86" height="24" />
889 </bpmndi:BPMNLabel>
890 </bpmndi:BPMNShape>
891 <bpmndi:BPMNEdge id="SequenceFlow_0e8oxe4_di" bpmnElement="SequenceFlow_0e8oxe4">
892 <di:waypoint xsi:type="dc:Point" x="22" y="491" />
893 <di:waypoint xsi:type="dc:Point" x="226" y="491" />
894 <bpmndi:BPMNLabel>
895 <dc:Bounds x="79" y="470" width="90" height="12" />
896 </bpmndi:BPMNLabel>
897 </bpmndi:BPMNEdge>
898 <bpmndi:BPMNShape id="ExclusiveGateway_0pz2s2d_di" bpmnElement="ExclusiveGateway_0pz2s2d" isMarkerVisible="true">
899 <dc:Bounds x="791" y="1354" width="50" height="50" />
900 <bpmndi:BPMNLabel>
901 <dc:Bounds x="726" y="1408" width="90" height="12" />
902 </bpmndi:BPMNLabel>
903 </bpmndi:BPMNShape>
904 <bpmndi:BPMNEdge id="SequenceFlow_0vey6x4_di" bpmnElement="SequenceFlow_0vey6x4">
905 <di:waypoint xsi:type="dc:Point" x="791" y="1379" />
906 <di:waypoint xsi:type="dc:Point" x="743" y="1379" />
907 <bpmndi:BPMNLabel>
908 <dc:Bounds x="722" y="1358" width="90" height="12" />
909 </bpmndi:BPMNLabel>
910 </bpmndi:BPMNEdge>
911 <bpmndi:BPMNEdge id="SequenceFlow_07pkpa0_di" bpmnElement="SequenceFlow_07pkpa0">
912 <di:waypoint xsi:type="dc:Point" x="881" y="1379" />
913 <di:waypoint xsi:type="dc:Point" x="841" y="1379" />
914 <bpmndi:BPMNLabel>
915 <dc:Bounds x="816" y="1358" width="90" height="12" />
916 </bpmndi:BPMNLabel>
917 </bpmndi:BPMNEdge>
918 <bpmndi:BPMNEdge id="SequenceFlow_163tmnq_di" bpmnElement="SequenceFlow_163tmnq">
919 <di:waypoint xsi:type="dc:Point" x="1162" y="1239" />
920 <di:waypoint xsi:type="dc:Point" x="1162" y="1379" />
921 <di:waypoint xsi:type="dc:Point" x="1070" y="1379" />
922 <bpmndi:BPMNLabel>
923 <dc:Bounds x="1171" y="1300" width="31" height="12" />
924 </bpmndi:BPMNLabel>
925 </bpmndi:BPMNEdge>
926 <bpmndi:BPMNShape id="ExclusiveGateway_0k814as_di" bpmnElement="ExclusiveGateway_0k814as" isMarkerVisible="true">
927 <dc:Bounds x="1020" y="1354" width="50" height="50" />
928 <bpmndi:BPMNLabel>
929 <dc:Bounds x="1022" y="1410" width="46" height="12" />
930 </bpmndi:BPMNLabel>
931 </bpmndi:BPMNShape>
932 <bpmndi:BPMNEdge id="SequenceFlow_01zluif_di" bpmnElement="SequenceFlow_01zluif">
933 <di:waypoint xsi:type="dc:Point" x="1045" y="1354" />
934 <di:waypoint xsi:type="dc:Point" x="1045" y="1295" />
935 <di:waypoint xsi:type="dc:Point" x="816" y="1295" />
936 <di:waypoint xsi:type="dc:Point" x="816" y="1354" />
937 <bpmndi:BPMNLabel>
938 <dc:Bounds x="922" y="1274" width="19" height="12" />
939 </bpmndi:BPMNLabel>
940 </bpmndi:BPMNEdge>
941 <bpmndi:BPMNEdge id="SequenceFlow_1vio1tn_di" bpmnElement="SequenceFlow_1vio1tn">
942 <di:waypoint xsi:type="dc:Point" x="1020" y="1379" />
943 <di:waypoint xsi:type="dc:Point" x="981" y="1379" />
944 <bpmndi:BPMNLabel>
945 <dc:Bounds x="1001" y="1402" width="12" height="12" />
946 </bpmndi:BPMNLabel>
947 </bpmndi:BPMNEdge>
948 <bpmndi:BPMNShape id="ScriptTask_0vaaotj_di" bpmnElement="ScriptTask_0vaaotj">
949 <dc:Bounds x="226" y="451" width="100" height="80" />
950 </bpmndi:BPMNShape>
951 <bpmndi:BPMNShape id="ServiceTask_1jbqff7_di" bpmnElement="ServiceTask_1jbqff7">
952 <dc:Bounds x="390" y="451" width="100" height="80" />
953 </bpmndi:BPMNShape>
954 <bpmndi:BPMNEdge id="SequenceFlow_1sata7n_di" bpmnElement="SequenceFlow_1sata7n">
955 <di:waypoint xsi:type="dc:Point" x="326" y="491" />
956 <di:waypoint xsi:type="dc:Point" x="390" y="491" />
957 <bpmndi:BPMNLabel>
958 <dc:Bounds x="313" y="470" width="90" height="12" />
959 </bpmndi:BPMNLabel>
960 </bpmndi:BPMNEdge>
961 <bpmndi:BPMNEdge id="SequenceFlow_0x0jvs1_di" bpmnElement="SequenceFlow_0x0jvs1">
962 <di:waypoint xsi:type="dc:Point" x="490" y="491" />
963 <di:waypoint xsi:type="dc:Point" x="564" y="491" />
964 <bpmndi:BPMNLabel>
965 <dc:Bounds x="482" y="470" width="90" height="12" />
966 </bpmndi:BPMNLabel>
967 </bpmndi:BPMNEdge>
968 <bpmndi:BPMNShape id="ScriptTask_1wk7zcu_di" bpmnElement="ScriptTask_1wk7zcu">
969 <dc:Bounds x="148" y="1590" width="100" height="80" />
970 </bpmndi:BPMNShape>
971 <bpmndi:BPMNShape id="ServiceTask_1a6cmdu_di" bpmnElement="ServiceTask_1a6cmdu">
972 <dc:Bounds x="379" y="1590" width="100" height="80" />
973 </bpmndi:BPMNShape>
974 <bpmndi:BPMNEdge id="SequenceFlow_0gr3l25_di" bpmnElement="SequenceFlow_0gr3l25">
975 <di:waypoint xsi:type="dc:Point" x="248" y="1630" />
976 <di:waypoint xsi:type="dc:Point" x="379" y="1630" />
977 <bpmndi:BPMNLabel>
978 <dc:Bounds x="313.5" y="1609" width="0" height="12" />
979 </bpmndi:BPMNLabel>
980 </bpmndi:BPMNEdge>
981 <bpmndi:BPMNEdge id="SequenceFlow_0cnuo36_di" bpmnElement="SequenceFlow_0cnuo36">
982 <di:waypoint xsi:type="dc:Point" x="479" y="1630" />
983 <di:waypoint xsi:type="dc:Point" x="539" y="1630" />
984 <bpmndi:BPMNLabel>
985 <dc:Bounds x="509" y="1609" width="0" height="12" />
986 </bpmndi:BPMNLabel>
987 </bpmndi:BPMNEdge>
988 <bpmndi:BPMNShape id="ScriptTask_1vo6y1t_di" bpmnElement="ScriptTask_1vo6y1t">
989 <dc:Bounds x="-9" y="905" width="100" height="80" />
990 </bpmndi:BPMNShape>
991 <bpmndi:BPMNEdge id="SequenceFlow_037rvnb_di" bpmnElement="SequenceFlow_037rvnb">
992 <di:waypoint xsi:type="dc:Point" x="41" y="905" />
993 <di:waypoint xsi:type="dc:Point" x="41" y="844" />
994 <bpmndi:BPMNLabel>
995 <dc:Bounds x="56" y="868.5" width="0" height="12" />
996 </bpmndi:BPMNLabel>
997 </bpmndi:BPMNEdge>
998 <bpmndi:BPMNShape id="ServiceTask_13w9clz_di" bpmnElement="ServiceTask_13w9clz">
999 <dc:Bounds x="-9" y="764" width="100" height="80" />
1000 </bpmndi:BPMNShape>
1001 <bpmndi:BPMNEdge id="SequenceFlow_1mbrbsc_di" bpmnElement="SequenceFlow_1mbrbsc">
1002 <di:waypoint xsi:type="dc:Point" x="41" y="764" />
1003 <di:waypoint xsi:type="dc:Point" x="41" y="665" />
1004 <di:waypoint xsi:type="dc:Point" x="212" y="665" />
1005 <bpmndi:BPMNLabel>
1006 <dc:Bounds x="56" y="708.5" width="0" height="12" />
1007 </bpmndi:BPMNLabel>
1008 </bpmndi:BPMNEdge>
1009 <bpmndi:BPMNShape id="ScriptTask_1pwo0jp_di" bpmnElement="ScriptTask_1pwo0jp">
1010 <dc:Bounds x="564" y="451" width="100" height="80" />
1011 </bpmndi:BPMNShape>
1012 <bpmndi:BPMNEdge id="SequenceFlow_0aylb6e_di" bpmnElement="SequenceFlow_0aylb6e">
1013 <di:waypoint xsi:type="dc:Point" x="664" y="491" />
1014 <di:waypoint xsi:type="dc:Point" x="741" y="491" />
1015 <bpmndi:BPMNLabel>
1016 <dc:Bounds x="702.5" y="470" width="0" height="12" />
1017 </bpmndi:BPMNLabel>
1018 </bpmndi:BPMNEdge>
1019 <bpmndi:BPMNShape id="ServiceTask_1dqzdko_di" bpmnElement="ServiceTask_1dqzdko">
1020 <dc:Bounds x="741" y="451" width="100" height="80" />
1021 </bpmndi:BPMNShape>
1022 <bpmndi:BPMNEdge id="SequenceFlow_1r1hl23_di" bpmnElement="SequenceFlow_1r1hl23">
1023 <di:waypoint xsi:type="dc:Point" x="841" y="491" />
1024 <di:waypoint xsi:type="dc:Point" x="917" y="491" />
1025 <bpmndi:BPMNLabel>
1026 <dc:Bounds x="879" y="470" width="0" height="12" />
1027 </bpmndi:BPMNLabel>
1028 </bpmndi:BPMNEdge>
1029 <bpmndi:BPMNShape id="ServiceTask_0uiibxn_di" bpmnElement="ServiceTask_0uiibxn">
1030 <dc:Bounds x="750" y="625" width="100" height="80" />
1031 </bpmndi:BPMNShape>
1032 <bpmndi:BPMNEdge id="SequenceFlow_10jgs3j_di" bpmnElement="SequenceFlow_10jgs3j">
1033 <di:waypoint xsi:type="dc:Point" x="850" y="665" />
1034 <di:waypoint xsi:type="dc:Point" x="1027" y="665" />
1035 <bpmndi:BPMNLabel>
1036 <dc:Bounds x="938.5" y="644" width="0" height="12" />
1037 </bpmndi:BPMNLabel>
1038 </bpmndi:BPMNEdge>
1039 <bpmndi:BPMNShape id="ScriptTask_1oc0qjo_di" bpmnElement="ScriptTask_1oc0qjo">
1040 <dc:Bounds x="580" y="625" width="100" height="80" />
1041 </bpmndi:BPMNShape>
1042 <bpmndi:BPMNEdge id="SequenceFlow_01oo8ar_di" bpmnElement="SequenceFlow_01oo8ar">
1043 <di:waypoint xsi:type="dc:Point" x="680" y="665" />
1044 <di:waypoint xsi:type="dc:Point" x="750" y="665" />
1045 <bpmndi:BPMNLabel>
1046 <dc:Bounds x="715" y="644" width="0" height="12" />
1047 </bpmndi:BPMNLabel>
1048 </bpmndi:BPMNEdge>
1049 </bpmndi:BPMNPlane>
1050 </bpmndi:BPMNDiagram>
1051</bpmn2:definitions>