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