ef3340e8871fe032a4bcf48cd126e0699526d395
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoUpdateE2EServiceInstance.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="DoUpdateE2EServiceInstance" name="DoUpdateE2EServiceInstance" 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_04xlw7s</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12 def dcsi = new DoUpdateE2EServiceInstance()
13 dcsi.preProcessRequest(execution)
14 ]]></bpmn2:script>
15     </bpmn2:scriptTask>
16     <bpmn2:scriptTask id="Task_09laxun" name="PreProcess for Add Resources" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_115mdln</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_0yztz2p</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
20 def csi = new  DoUpdateE2EServiceInstance()
21 csi.preProcessForAddResource(execution)]]></bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:scriptTask id="Task_0ag30bf" name="PostProcess for Add Resource" scriptFormat="groovy">
24       <bpmn2:incoming>SequenceFlow_1wwjugw</bpmn2:incoming>
25       <bpmn2:outgoing>SequenceFlow_177wo8z</bpmn2:outgoing>
26       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
27 def csi = new  DoUpdateE2EServiceInstance()
28 csi.postProcessForAddResource(execution)]]></bpmn2:script>
29     </bpmn2:scriptTask>
30     <bpmn2:intermediateCatchEvent id="StartEvent_StartResource" name="StartAddResources">
31       <bpmn2:outgoing>SequenceFlow_115mdln</bpmn2:outgoing>
32       <bpmn2:linkEventDefinition name="StartAddResources" />
33     </bpmn2:intermediateCatchEvent>
34     <bpmn2:sequenceFlow id="SequenceFlow_115mdln" sourceRef="StartEvent_StartResource" targetRef="Task_09laxun" />
35     <bpmn2:sequenceFlow id="SequenceFlow_0yztz2p" sourceRef="Task_09laxun" targetRef="ExclusiveGateway_06gj84t" />
36     <bpmn2:scriptTask id="ScriptTask_1xxvnst" name="PreProcess for Delete Resources" scriptFormat="groovy">
37       <bpmn2:incoming>SequenceFlow_1qn0865</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_1s799cp</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
40 def csi = new  DoUpdateE2EServiceInstance()
41 csi.preProcessForDeleteResource(execution)]]></bpmn2:script>
42     </bpmn2:scriptTask>
43     <bpmn2:scriptTask id="ScriptTask_00wgfrc" name="PostProcess for Delete Resource" scriptFormat="groovy">
44       <bpmn2:incoming>SequenceFlow_0w4t4ao</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_1uu6uiu</bpmn2:outgoing>
46       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
47 def csi = new  DoUpdateE2EServiceInstance()
48 csi.postProcessForDeleteResource(execution)]]></bpmn2:script>
49     </bpmn2:scriptTask>
50     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0h6d9jb" name="StartDeleteResources">
51       <bpmn2:outgoing>SequenceFlow_1qn0865</bpmn2:outgoing>
52       <bpmn2:linkEventDefinition name="StartDeleteResources" />
53     </bpmn2:intermediateCatchEvent>
54     <bpmn2:sequenceFlow id="SequenceFlow_1qn0865" sourceRef="IntermediateCatchEvent_0h6d9jb" targetRef="ScriptTask_1xxvnst" />
55     <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy">
56       <bpmn2:incoming>SequenceFlow_04xlw7s</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing>
58       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
59 def ddsi = new DoUpdateE2EServiceInstance()
60 ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
61     </bpmn2:scriptTask>
62     <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status">
63       <bpmn2:extensionElements>
64         <camunda:connector>
65           <camunda:inputOutput>
66             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
67             <camunda:inputParameter name="headers">
68               <camunda:map>
69                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
70                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
71               </camunda:map>
72             </camunda:inputParameter>
73             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
74             <camunda:inputParameter name="method">POST</camunda:inputParameter>
75             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
76             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
77           </camunda:inputOutput>
78           <camunda:connectorId>http-connector</camunda:connectorId>
79         </camunda:connector>
80       </bpmn2:extensionElements>
81       <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing>
83     </bpmn2:serviceTask>
84     <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" />
85     <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="IntermediateThrowEvent_09ur9ds" />
86     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources">
87       <bpmn2:incoming>SequenceFlow_177wo8z</bpmn2:incoming>
88       <bpmn2:linkEventDefinition name="StartDeleteResources" />
89     </bpmn2:intermediateThrowEvent>
90     <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
91       <bpmn2:extensionElements>
92         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
93         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
94         <camunda:in source="serviceType" target="GENPS_serviceType" />
95         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
96         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
97         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
98         <camunda:in source="msoRequestId" target="GENPS_requesId" />
99         <camunda:out source="WorkflowException" target="WorkflowException" />
100         <camunda:in source="GENPS_serviceResourceVersion" target="GENPS_serviceResourceVersion" />
101       </bpmn2:extensionElements>
102       <bpmn2:incoming>SequenceFlow_1kx5ke9</bpmn2:incoming>
103       <bpmn2:outgoing>SequenceFlow_0f76thv</bpmn2:outgoing>
104     </bpmn2:callActivity>
105     <bpmn2:scriptTask id="ScriptTask_0xtabf8" name="Post Process AAI PUT" scriptFormat="groovy">
106       <bpmn2:incoming>SequenceFlow_0f76thv</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_0x0mhlj</bpmn2:outgoing>
108       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
109 def ddsi = new DoUpdateE2EServiceInstance()
110 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
111     </bpmn2:scriptTask>
112     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0a9bdjw" name="UpdateAAI">
113       <bpmn2:outgoing>SequenceFlow_1demy08</bpmn2:outgoing>
114       <bpmn2:linkEventDefinition name="UpdateAAI" />
115     </bpmn2:intermediateCatchEvent>
116     <bpmn2:sequenceFlow id="SequenceFlow_1demy08" sourceRef="IntermediateCatchEvent_0a9bdjw" targetRef="ScriptTask_0sis7k0" />
117     <bpmn2:sequenceFlow id="SequenceFlow_0f76thv" sourceRef="CallActivity_1nm9zq7" targetRef="ScriptTask_0xtabf8" />
118     <bpmn2:scriptTask id="ScriptTask_19v8l1w" name="Post Config Service Instance Update" scriptFormat="groovy">
119       <bpmn2:incoming>SequenceFlow_0ku36oy</bpmn2:incoming>
120       <bpmn2:outgoing>SequenceFlow_07aa121</bpmn2:outgoing>
121       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
122 def csi = new  DoUpdateE2EServiceInstance()
123 csi.postConfigRequest(execution)]]></bpmn2:script>
124     </bpmn2:scriptTask>
125     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0z04o3s" name="FinishProcess">
126       <bpmn2:outgoing>SequenceFlow_0ku36oy</bpmn2:outgoing>
127       <bpmn2:linkEventDefinition name="FinishProcess" />
128     </bpmn2:intermediateCatchEvent>
129     <bpmn2:endEvent id="EndEvent_0exzmfn">
130       <bpmn2:incoming>SequenceFlow_07aa121</bpmn2:incoming>
131     </bpmn2:endEvent>
132     <bpmn2:sequenceFlow id="SequenceFlow_07aa121" sourceRef="ScriptTask_19v8l1w" targetRef="EndEvent_0exzmfn" />
133     <bpmn2:sequenceFlow id="SequenceFlow_0ku36oy" sourceRef="IntermediateCatchEvent_0z04o3s" targetRef="ScriptTask_19v8l1w" />
134     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_06lo96a" name="GoTo UpdateAAI">
135       <bpmn2:incoming>SequenceFlow_1uu6uiu</bpmn2:incoming>
136       <bpmn2:linkEventDefinition name="UpdateAAI" />
137     </bpmn2:intermediateThrowEvent>
138     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hucdtk" name="GoTo FinishProcess">
139       <bpmn2:incoming>SequenceFlow_0x0mhlj</bpmn2:incoming>
140       <bpmn2:linkEventDefinition name="FinishProcess" />
141     </bpmn2:intermediateThrowEvent>
142     <bpmn2:sequenceFlow id="SequenceFlow_0x0mhlj" sourceRef="ScriptTask_0xtabf8" targetRef="IntermediateThrowEvent_0hucdtk" />
143     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09ur9ds" name="GoTo StartAddResources">
144       <bpmn2:incoming>SequenceFlow_1muxopq</bpmn2:incoming>
145       <bpmn2:linkEventDefinition name="StartAddResources" />
146     </bpmn2:intermediateThrowEvent>
147     <bpmn2:sequenceFlow id="SequenceFlow_1uu6uiu" sourceRef="ScriptTask_00wgfrc" targetRef="IntermediateThrowEvent_06lo96a" />
148     <bpmn2:subProcess id="SubProcess_0jo0nms" name="Sub-process for Application Errors" triggeredByEvent="true">
149       <bpmn2:startEvent id="StartEvent_06768u3">
150         <bpmn2:outgoing>SequenceFlow_05j3sat</bpmn2:outgoing>
151         <bpmn2:errorEventDefinition />
152       </bpmn2:startEvent>
153       <bpmn2:endEvent id="EndEvent_014jyvb">
154         <bpmn2:incoming>SequenceFlow_02znk15</bpmn2:incoming>
155       </bpmn2:endEvent>
156       <bpmn2:scriptTask id="ScriptTask_1awrp72" name="Pre Process Exception" scriptFormat="groovy">
157         <bpmn2:incoming>SequenceFlow_05j3sat</bpmn2:incoming>
158         <bpmn2:outgoing>SequenceFlow_19ly8h7</bpmn2:outgoing>
159         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
160 def dcsi = new DoUpdateE2EServiceInstance()
161 dcsi.preProcessRollback(execution)
162 ]]></bpmn2:script>
163       </bpmn2:scriptTask>
164       <bpmn2:scriptTask id="ScriptTask_0vc9jgo" name="Post Process Exception" scriptFormat="groovy">
165         <bpmn2:incoming>SequenceFlow_19ly8h7</bpmn2:incoming>
166         <bpmn2:outgoing>SequenceFlow_02znk15</bpmn2:outgoing>
167         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
168 def dcsi = new DoUpdateE2EServiceInstance()
169 dcsi.postProcessRollback(execution)
170 ]]></bpmn2:script>
171       </bpmn2:scriptTask>
172       <bpmn2:sequenceFlow id="SequenceFlow_05j3sat" sourceRef="StartEvent_06768u3" targetRef="ScriptTask_1awrp72" />
173       <bpmn2:sequenceFlow id="SequenceFlow_02znk15" sourceRef="ScriptTask_0vc9jgo" targetRef="EndEvent_014jyvb" />
174       <bpmn2:sequenceFlow id="SequenceFlow_19ly8h7" sourceRef="ScriptTask_1awrp72" targetRef="ScriptTask_0vc9jgo" />
175     </bpmn2:subProcess>
176     <bpmn2:scriptTask id="ScriptTask_0sis7k0" name="Pre Process AAI PUT" scriptFormat="groovy">
177       <bpmn2:incoming>SequenceFlow_1demy08</bpmn2:incoming>
178       <bpmn2:outgoing>SequenceFlow_1kx5ke9</bpmn2:outgoing>
179       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
180 def dcsi = new DoUpdateE2EServiceInstance()
181 dcsi.preProcessAAIPUT(execution)]]></bpmn2:script>
182     </bpmn2:scriptTask>
183     <bpmn2:sequenceFlow id="SequenceFlow_1kx5ke9" sourceRef="ScriptTask_0sis7k0" targetRef="CallActivity_1nm9zq7" />
184     <bpmn2:sequenceFlow id="SequenceFlow_04xlw7s" sourceRef="preProcessRequest_ScriptTask" targetRef="ScriptTask_0acnvkp" />
185     <bpmn2:exclusiveGateway id="ExclusiveGateway_06gj84t" name="HasResourcetoAdd?" default="SequenceFlow_01po987">
186       <bpmn2:incoming>SequenceFlow_0yztz2p</bpmn2:incoming>
187       <bpmn2:outgoing>SequenceFlow_0ttlte0</bpmn2:outgoing>
188       <bpmn2:outgoing>SequenceFlow_01po987</bpmn2:outgoing>
189     </bpmn2:exclusiveGateway>
190     <bpmn2:sequenceFlow id="SequenceFlow_0ttlte0" name="Yes" sourceRef="ExclusiveGateway_06gj84t" targetRef="CallActivity_07pl1uw">
191       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoAdd") == true}]]></bpmn2:conditionExpression>
192     </bpmn2:sequenceFlow>
193     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0xny7on" name="GoTo StartDeleteResources">
194       <bpmn2:incoming>SequenceFlow_01po987</bpmn2:incoming>
195       <bpmn2:linkEventDefinition name="StartDeleteResources" />
196     </bpmn2:intermediateThrowEvent>
197     <bpmn2:sequenceFlow id="SequenceFlow_01po987" name="No" sourceRef="ExclusiveGateway_06gj84t" targetRef="IntermediateThrowEvent_0xny7on" />
198     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y1ii4i" name="GoTo UpdateAAI">
199       <bpmn2:incoming>SequenceFlow_070o30v</bpmn2:incoming>
200       <bpmn2:linkEventDefinition name="UpdateAAI" />
201     </bpmn2:intermediateThrowEvent>
202     <bpmn2:sequenceFlow id="SequenceFlow_177wo8z" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" />
203     <bpmn2:callActivity id="CallActivity_11obqi0" name="Call DoDeleteResources" calledElement="DoDeleteResourcesV1">
204       <bpmn2:extensionElements>
205         <camunda:in source="msoRequestId" target="msoRequestId" />
206         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
207         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
208         <camunda:in source="serviceType" target="serviceType" />
209         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
210         <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
211         <camunda:in source="deleteResourceList" target="deleteResourceList" />
212         <camunda:in source="operationType" target="operationType" />
213         <camunda:in source="operationId" target="operationId" />
214         <camunda:in source="serviceDecomposition_Original" target="serviceDecomposition" />
215       </bpmn2:extensionElements>
216       <bpmn2:incoming>SequenceFlow_0ur34hv</bpmn2:incoming>
217       <bpmn2:outgoing>SequenceFlow_0w4t4ao</bpmn2:outgoing>
218     </bpmn2:callActivity>
219     <bpmn2:sequenceFlow id="SequenceFlow_0w4t4ao" sourceRef="CallActivity_11obqi0" targetRef="ScriptTask_00wgfrc" />
220     <bpmn2:callActivity id="CallActivity_07pl1uw" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
221       <bpmn2:extensionElements>
222         <camunda:in source="serviceDescription" target="nsServiceDescription" />
223         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
224         <camunda:in source="serviceType" target="serviceType" />
225         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
226         <camunda:in source="operationId" target="operationId" />
227         <camunda:in source="operationType" target="operationType" />
228         <camunda:in source="addResourceList" target="addResourceList" />
229         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
230         <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition" />
231         <camunda:in source="uuiRequest" target="uuiRequest" />
232         <camunda:in source="msoRequestId" target="msoRequestId" />
233       </bpmn2:extensionElements>
234       <bpmn2:incoming>SequenceFlow_0ttlte0</bpmn2:incoming>
235       <bpmn2:outgoing>SequenceFlow_1wwjugw</bpmn2:outgoing>
236     </bpmn2:callActivity>
237     <bpmn2:sequenceFlow id="SequenceFlow_1wwjugw" sourceRef="CallActivity_07pl1uw" targetRef="Task_0ag30bf" />
238     <bpmn2:exclusiveGateway id="ExclusiveGateway_1fcnq0g" name="HasResourcetoDelete?" default="SequenceFlow_070o30v">
239       <bpmn2:incoming>SequenceFlow_1s799cp</bpmn2:incoming>
240       <bpmn2:outgoing>SequenceFlow_0ur34hv</bpmn2:outgoing>
241       <bpmn2:outgoing>SequenceFlow_070o30v</bpmn2:outgoing>
242     </bpmn2:exclusiveGateway>
243     <bpmn2:sequenceFlow id="SequenceFlow_1s799cp" sourceRef="ScriptTask_1xxvnst" targetRef="ExclusiveGateway_1fcnq0g" />
244     <bpmn2:sequenceFlow id="SequenceFlow_0ur34hv" name="Yes" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="CallActivity_11obqi0">
245       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoDelete") == true}]]></bpmn2:conditionExpression>
246     </bpmn2:sequenceFlow>
247     <bpmn2:sequenceFlow id="SequenceFlow_070o30v" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="IntermediateThrowEvent_0y1ii4i" />
248   </bpmn2:process>
249   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
250   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
251   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
252     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance">
253       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
254         <dc:Bounds x="74" y="622" width="36" height="36" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="68" y="663" width="50" height="12" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
260         <dc:Bounds x="293" y="600" width="100" height="80" />
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
263         <di:waypoint xsi:type="dc:Point" x="110" y="640" />
264         <di:waypoint xsi:type="dc:Point" x="293" y="640" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="156.5" y="625" width="90" height="0" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun">
270         <dc:Bounds x="293" y="828" width="100" height="80" />
271       </bpmndi:BPMNShape>
272       <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf">
273         <dc:Bounds x="1229" y="828" width="100" height="80" />
274       </bpmndi:BPMNShape>
275       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource">
276         <dc:Bounds x="74" y="850" width="36" height="36" />
277         <bpmndi:BPMNLabel>
278           <dc:Bounds x="50" y="895" width="84" height="24" />
279         </bpmndi:BPMNLabel>
280       </bpmndi:BPMNShape>
281       <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln">
282         <di:waypoint xsi:type="dc:Point" x="110" y="868" />
283         <di:waypoint xsi:type="dc:Point" x="293" y="868" />
284         <bpmndi:BPMNLabel>
285           <dc:Bounds x="156.5" y="847" width="90" height="12" />
286         </bpmndi:BPMNLabel>
287       </bpmndi:BPMNEdge>
288       <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p">
289         <di:waypoint xsi:type="dc:Point" x="393" y="868" />
290         <di:waypoint xsi:type="dc:Point" x="590" y="868" />
291         <bpmndi:BPMNLabel>
292           <dc:Bounds x="446.5" y="847" width="90" height="12" />
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNEdge>
295       <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst">
296         <dc:Bounds x="293" y="1081" width="100" height="80" />
297       </bpmndi:BPMNShape>
298       <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc">
299         <dc:Bounds x="1240" y="1081" width="100" height="80" />
300       </bpmndi:BPMNShape>
301       <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb">
302         <dc:Bounds x="74" y="1103" width="36" height="36" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="50" y="1143" width="86" height="24" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865">
308         <di:waypoint xsi:type="dc:Point" x="110" y="1121" />
309         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
310         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
311         <di:waypoint xsi:type="dc:Point" x="293" y="1121" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="172" y="1115" width="90" height="12" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp">
317         <dc:Bounds x="589" y="600" width="100" height="80" />
318       </bpmndi:BPMNShape>
319       <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u">
320         <dc:Bounds x="872" y="600" width="100" height="80" />
321       </bpmndi:BPMNShape>
322       <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci">
323         <di:waypoint xsi:type="dc:Point" x="689" y="640" />
324         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
325         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
326         <di:waypoint xsi:type="dc:Point" x="872" y="640" />
327         <bpmndi:BPMNLabel>
328           <dc:Bounds x="744" y="634" width="90" height="12" />
329         </bpmndi:BPMNLabel>
330       </bpmndi:BPMNEdge>
331       <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq">
332         <di:waypoint xsi:type="dc:Point" x="972" y="640" />
333         <di:waypoint xsi:type="dc:Point" x="1762" y="640" />
334         <bpmndi:BPMNLabel>
335           <dc:Bounds x="1322" y="619" width="90" height="12" />
336         </bpmndi:BPMNLabel>
337       </bpmndi:BPMNEdge>
338       <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao">
339         <dc:Bounds x="1762" y="850" width="36" height="36" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="1738" y="890" width="86" height="36" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNShape>
344       <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7">
345         <dc:Bounds x="1229" y="1333" width="100" height="80" />
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8">
348         <dc:Bounds x="1473" y="1333" width="100" height="80" />
349       </bpmndi:BPMNShape>
350       <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw">
351         <dc:Bounds x="74" y="1355" width="36" height="36" />
352         <bpmndi:BPMNLabel>
353           <dc:Bounds x="69" y="1391" width="52" height="12" />
354         </bpmndi:BPMNLabel>
355       </bpmndi:BPMNShape>
356       <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08">
357         <di:waypoint xsi:type="dc:Point" x="110" y="1373" />
358         <di:waypoint xsi:type="dc:Point" x="978" y="1373" />
359         <bpmndi:BPMNLabel>
360           <dc:Bounds x="499" y="1352" width="90" height="12" />
361         </bpmndi:BPMNLabel>
362       </bpmndi:BPMNEdge>
363       <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv">
364         <di:waypoint xsi:type="dc:Point" x="1329" y="1373" />
365         <di:waypoint xsi:type="dc:Point" x="1473" y="1373" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="1356" y="1352" width="90" height="12" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNEdge>
370       <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w">
371         <dc:Bounds x="858" y="1579" width="100" height="80" />
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s">
374         <dc:Bounds x="74" y="1601" width="36" height="36" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="57" y="1641" width="70" height="12" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn">
380         <dc:Bounds x="1772" y="1601" width="36" height="36" />
381         <bpmndi:BPMNLabel>
382           <dc:Bounds x="1700" y="1641" width="90" height="12" />
383         </bpmndi:BPMNLabel>
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121">
386         <di:waypoint xsi:type="dc:Point" x="958" y="1619" />
387         <di:waypoint xsi:type="dc:Point" x="1772" y="1619" />
388         <bpmndi:BPMNLabel>
389           <dc:Bounds x="1320" y="1598" width="90" height="12" />
390         </bpmndi:BPMNLabel>
391       </bpmndi:BPMNEdge>
392       <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy">
393         <di:waypoint xsi:type="dc:Point" x="110" y="1619" />
394         <di:waypoint xsi:type="dc:Point" x="858" y="1619" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="439" y="1598" width="90" height="12" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNEdge>
399       <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a">
400         <dc:Bounds x="1762" y="1103" width="36" height="36" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="1750" y="1143" width="82" height="12" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk">
406         <dc:Bounds x="1762" y="1355" width="36" height="36" />
407         <bpmndi:BPMNLabel>
408           <dc:Bounds x="1756" y="1395" width="70" height="24" />
409         </bpmndi:BPMNLabel>
410       </bpmndi:BPMNShape>
411       <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj">
412         <di:waypoint xsi:type="dc:Point" x="1573" y="1373" />
413         <di:waypoint xsi:type="dc:Point" x="1762" y="1373" />
414         <bpmndi:BPMNLabel>
415           <dc:Bounds x="1622.5" y="1352" width="90" height="12" />
416         </bpmndi:BPMNLabel>
417       </bpmndi:BPMNEdge>
418       <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds">
419         <dc:Bounds x="1762" y="622" width="36" height="36" />
420         <bpmndi:BPMNLabel>
421           <dc:Bounds x="1738" y="663" width="84" height="36" />
422         </bpmndi:BPMNLabel>
423       </bpmndi:BPMNShape>
424       <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu">
425         <di:waypoint xsi:type="dc:Point" x="1340" y="1121" />
426         <di:waypoint xsi:type="dc:Point" x="1762" y="1121" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="1506" y="1100" width="90" height="12" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431       <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true">
432         <dc:Bounds x="236" y="1818" width="1428" height="210" />
433       </bpmndi:BPMNShape>
434       <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3">
435         <dc:Bounds x="266" y="1895" width="36" height="36" />
436         <bpmndi:BPMNLabel>
437           <dc:Bounds x="194" y="1936" width="90" height="12" />
438         </bpmndi:BPMNLabel>
439       </bpmndi:BPMNShape>
440       <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb">
441         <dc:Bounds x="1581" y="1895" width="36" height="36" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="1509" y="1936" width="90" height="12" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNShape>
446       <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72">
447         <dc:Bounds x="557" y="1873" width="100" height="80" />
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo">
450         <dc:Bounds x="1248" y="1873" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat">
453         <di:waypoint xsi:type="dc:Point" x="302" y="1913" />
454         <di:waypoint xsi:type="dc:Point" x="557" y="1913" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="385" y="1892" width="90" height="12" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNEdge>
459       <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15">
460         <di:waypoint xsi:type="dc:Point" x="1348" y="1913" />
461         <di:waypoint xsi:type="dc:Point" x="1581" y="1913" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="1376" y="1898" width="90" height="12" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNEdge>
466       <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7">
467         <di:waypoint xsi:type="dc:Point" x="657" y="1913" />
468         <di:waypoint xsi:type="dc:Point" x="1248" y="1913" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="907.5" y="1892" width="90" height="12" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNEdge>
473       <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0">
474         <dc:Bounds x="978" y="1333" width="100" height="80" />
475       </bpmndi:BPMNShape>
476       <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9">
477         <di:waypoint xsi:type="dc:Point" x="1078" y="1373" />
478         <di:waypoint xsi:type="dc:Point" x="1229" y="1373" />
479         <bpmndi:BPMNLabel>
480           <dc:Bounds x="1108.5" y="1352" width="90" height="12" />
481         </bpmndi:BPMNLabel>
482       </bpmndi:BPMNEdge>
483       <bpmndi:BPMNEdge id="SequenceFlow_04xlw7s_di" bpmnElement="SequenceFlow_04xlw7s">
484         <di:waypoint xsi:type="dc:Point" x="393" y="640" />
485         <di:waypoint xsi:type="dc:Point" x="589" y="640" />
486         <bpmndi:BPMNLabel>
487           <dc:Bounds x="491" y="619" width="0" height="12" />
488         </bpmndi:BPMNLabel>
489       </bpmndi:BPMNEdge>
490       <bpmndi:BPMNShape id="ExclusiveGateway_06gj84t_di" bpmnElement="ExclusiveGateway_06gj84t" isMarkerVisible="true">
491         <dc:Bounds x="590" y="843" width="50" height="50" />
492         <bpmndi:BPMNLabel>
493           <dc:Bounds x="573" y="815" width="85" height="24" />
494         </bpmndi:BPMNLabel>
495       </bpmndi:BPMNShape>
496       <bpmndi:BPMNEdge id="SequenceFlow_0ttlte0_di" bpmnElement="SequenceFlow_0ttlte0">
497         <di:waypoint xsi:type="dc:Point" x="640" y="868" />
498         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
499         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
500         <di:waypoint xsi:type="dc:Point" x="858" y="868" />
501         <bpmndi:BPMNLabel>
502           <dc:Bounds x="750" y="845" width="19" height="12" />
503         </bpmndi:BPMNLabel>
504       </bpmndi:BPMNEdge>
505       <bpmndi:BPMNShape id="IntermediateThrowEvent_0xny7on_di" bpmnElement="IntermediateThrowEvent_0xny7on">
506         <dc:Bounds x="597" y="955" width="36" height="36" />
507         <bpmndi:BPMNLabel>
508           <dc:Bounds x="573" y="995" width="86" height="36" />
509         </bpmndi:BPMNLabel>
510       </bpmndi:BPMNShape>
511       <bpmndi:BPMNEdge id="SequenceFlow_01po987_di" bpmnElement="SequenceFlow_01po987">
512         <di:waypoint xsi:type="dc:Point" x="615" y="893" />
513         <di:waypoint xsi:type="dc:Point" x="615" y="955" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="623" y="918" width="14" height="12" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNEdge>
518       <bpmndi:BPMNShape id="IntermediateThrowEvent_0y1ii4i_di" bpmnElement="IntermediateThrowEvent_0y1ii4i">
519         <dc:Bounds x="597" y="1215" width="36" height="36" />
520         <bpmndi:BPMNLabel>
521           <dc:Bounds x="585" y="1255" width="82" height="12" />
522         </bpmndi:BPMNLabel>
523       </bpmndi:BPMNShape>
524       <bpmndi:BPMNEdge id="SequenceFlow_177wo8z_di" bpmnElement="SequenceFlow_177wo8z">
525         <di:waypoint xsi:type="dc:Point" x="1329" y="868" />
526         <di:waypoint xsi:type="dc:Point" x="1762" y="868" />
527         <bpmndi:BPMNLabel>
528           <dc:Bounds x="1545.5" y="847" width="0" height="12" />
529         </bpmndi:BPMNLabel>
530       </bpmndi:BPMNEdge>
531       <bpmndi:BPMNShape id="CallActivity_11obqi0_di" bpmnElement="CallActivity_11obqi0">
532         <dc:Bounds x="872" y="1081" width="100" height="80" />
533       </bpmndi:BPMNShape>
534       <bpmndi:BPMNEdge id="SequenceFlow_0w4t4ao_di" bpmnElement="SequenceFlow_0w4t4ao">
535         <di:waypoint xsi:type="dc:Point" x="972" y="1121" />
536         <di:waypoint xsi:type="dc:Point" x="1240" y="1121" />
537         <bpmndi:BPMNLabel>
538           <dc:Bounds x="1106" y="1100" width="0" height="12" />
539         </bpmndi:BPMNLabel>
540       </bpmndi:BPMNEdge>
541       <bpmndi:BPMNShape id="CallActivity_07pl1uw_di" bpmnElement="CallActivity_07pl1uw">
542         <dc:Bounds x="858" y="828" width="100" height="80" />
543       </bpmndi:BPMNShape>
544       <bpmndi:BPMNEdge id="SequenceFlow_1wwjugw_di" bpmnElement="SequenceFlow_1wwjugw">
545         <di:waypoint xsi:type="dc:Point" x="958" y="868" />
546         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
547         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
548         <di:waypoint xsi:type="dc:Point" x="1229" y="868" />
549         <bpmndi:BPMNLabel>
550           <dc:Bounds x="1116" y="862" width="0" height="12" />
551         </bpmndi:BPMNLabel>
552       </bpmndi:BPMNEdge>
553       <bpmndi:BPMNShape id="ExclusiveGateway_1fcnq0g_di" bpmnElement="ExclusiveGateway_1fcnq0g" isMarkerVisible="true">
554         <dc:Bounds x="589.8479623824451" y="1096.0329153605016" width="50" height="50" />
555         <bpmndi:BPMNLabel>
556           <dc:Bounds x="572" y="1062" width="85" height="24" />
557         </bpmndi:BPMNLabel>
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNEdge id="SequenceFlow_1s799cp_di" bpmnElement="SequenceFlow_1s799cp">
560         <di:waypoint xsi:type="dc:Point" x="393" y="1121" />
561         <di:waypoint xsi:type="dc:Point" x="590" y="1121" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="491.5" y="1100" width="0" height="12" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNEdge>
566       <bpmndi:BPMNEdge id="SequenceFlow_0ur34hv_di" bpmnElement="SequenceFlow_0ur34hv">
567         <di:waypoint xsi:type="dc:Point" x="640" y="1121" />
568         <di:waypoint xsi:type="dc:Point" x="872" y="1121" />
569         <bpmndi:BPMNLabel>
570           <dc:Bounds x="746.9754098360655" y="1100" width="19" height="12" />
571         </bpmndi:BPMNLabel>
572       </bpmndi:BPMNEdge>
573       <bpmndi:BPMNEdge id="SequenceFlow_070o30v_di" bpmnElement="SequenceFlow_070o30v">
574         <di:waypoint xsi:type="dc:Point" x="615" y="1146" />
575         <di:waypoint xsi:type="dc:Point" x="615" y="1182" />
576         <di:waypoint xsi:type="dc:Point" x="615" y="1182" />
577         <di:waypoint xsi:type="dc:Point" x="615" y="1215" />
578         <bpmndi:BPMNLabel>
579           <dc:Bounds x="630" y="1176" width="0" height="12" />
580         </bpmndi:BPMNLabel>
581       </bpmndi:BPMNEdge>
582     </bpmndi:BPMNPlane>
583   </bpmndi:BPMNDiagram>
584 </bpmn2:definitions>