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