Merge "version upgrades plus cleanup"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoAllocateTransportNSSI.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1wio50w" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.1.1">
3   <bpmn:process id="DoAllocateTransportNSSI" name="DoAllocateTransportNSSI" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1nbljfd" name="Create Allocate TN NSSMF Work Flow">
5       <bpmn:outgoing>SequenceFlow_03s744c</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0vilb24" name="OOF TN NSSI Selection">
8       <bpmn:outgoing>SequenceFlow_1fk37v7</bpmn:outgoing>
9       <bpmn:linkEventDefinition id="LinkEventDefinition_197u5pe" name="OofTnNssiSelect" />
10     </bpmn:intermediateCatchEvent>
11     <bpmn:scriptTask id="ScriptTask_1tc44ge" name="PreProcess Incoming Request" scriptFormat="groovy">
12       <bpmn:incoming>SequenceFlow_03s744c</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_07e12rt</bpmn:outgoing>
14       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
15 def css= new TnAllocateNssi()
16 css.preProcessRequest(execution)</bpmn:script>
17     </bpmn:scriptTask>
18     <bpmn:scriptTask id="ScriptTask_1jgtb0y" name="Process OOF Selection" scriptFormat="groovy">
19       <bpmn:incoming>SequenceFlow_1cv0wop</bpmn:incoming>
20       <bpmn:outgoing>SequenceFlow_197cm2e</bpmn:outgoing>
21       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
22 def css = new TnAllocateNssi()
23 css.processOofSelection(execution)</bpmn:script>
24     </bpmn:scriptTask>
25     <bpmn:exclusiveGateway id="ExclusiveGateway_0elbczl" name="Use Existing TN NSSI?" default="SequenceFlow_038lb9m">
26       <bpmn:incoming>SequenceFlow_197cm2e</bpmn:incoming>
27       <bpmn:outgoing>SequenceFlow_12t5exy</bpmn:outgoing>
28       <bpmn:outgoing>SequenceFlow_038lb9m</bpmn:outgoing>
29     </bpmn:exclusiveGateway>
30     <bpmn:scriptTask id="ScriptTask_0l3d1ai" name="Process Decomposition" scriptFormat="groovy">
31       <bpmn:incoming>SequenceFlow_1t19ips</bpmn:incoming>
32       <bpmn:outgoing>SequenceFlow_0jrclmc</bpmn:outgoing>
33       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
34 def runScript = new TnAllocateNssi()
35 runScript.processDecomposition(execution)</bpmn:script>
36     </bpmn:scriptTask>
37     <bpmn:exclusiveGateway id="ExclusiveGateway_18eld2o" name="Is Allocation Successful?" default="SequenceFlow_1c6ka9h">
38       <bpmn:incoming>SequenceFlow_0mlrlbv</bpmn:incoming>
39       <bpmn:outgoing>SequenceFlow_1c6ka9h</bpmn:outgoing>
40       <bpmn:outgoing>SequenceFlow_0n4xku8</bpmn:outgoing>
41     </bpmn:exclusiveGateway>
42     <bpmn:endEvent id="EndEvent_0x406rw">
43       <bpmn:incoming>SequenceFlow_1c6ka9h</bpmn:incoming>
44       <bpmn:errorEventDefinition id="ErrorEventDefinition_0mlneuw" errorRef="Error_03akl5v" />
45     </bpmn:endEvent>
46     <bpmn:subProcess id="SubProcess_1yv9i68" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
47       <bpmn:startEvent id="StartEvent_1omdx56">
48         <bpmn:outgoing>SequenceFlow_1w67v6s</bpmn:outgoing>
49         <bpmn:errorEventDefinition id="ErrorEventDefinition_06xcioh" />
50       </bpmn:startEvent>
51       <bpmn:endEvent id="EndEvent_1jx3026">
52         <bpmn:incoming>SequenceFlow_08mlzwz</bpmn:incoming>
53       </bpmn:endEvent>
54       <bpmn:scriptTask id="ScriptTask_1swzdpw" name="Handle Unexpected Error" scriptFormat="groovy">
55         <bpmn:incoming>SequenceFlow_1w67v6s</bpmn:incoming>
56         <bpmn:outgoing>SequenceFlow_08mlzwz</bpmn:outgoing>
57         <bpmn:script>import org.onap.so.bpmn.common.scripts.*
58 ExceptionUtil ex = new ExceptionUtil()
59 ex.processJavaException(execution)</bpmn:script>
60       </bpmn:scriptTask>
61       <bpmn:sequenceFlow id="SequenceFlow_1w67v6s" sourceRef="StartEvent_1omdx56" targetRef="ScriptTask_1swzdpw" />
62       <bpmn:sequenceFlow id="SequenceFlow_08mlzwz" sourceRef="ScriptTask_1swzdpw" targetRef="EndEvent_1jx3026" />
63     </bpmn:subProcess>
64     <bpmn:endEvent id="EndEvent_05h01gx" name="End">
65       <bpmn:incoming>Flow_06rrcwf</bpmn:incoming>
66     </bpmn:endEvent>
67     <bpmn:scriptTask id="ScriptTask_1xxag1o" name="Prepare Init Service Operation Status" scriptFormat="groovy">
68       <bpmn:incoming>SequenceFlow_07e12rt</bpmn:incoming>
69       <bpmn:outgoing>SequenceFlow_0t094g7</bpmn:outgoing>
70       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
71 def runScript = new TnAllocateNssi()
72 runScript.prepareUpdateJobStatus(execution,"INPROGRESS","10","Allocate TN NSSI started")</bpmn:script>
73     </bpmn:scriptTask>
74     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1ex8ke9" name="Goto OOF TN NSSI Selection">
75       <bpmn:incoming>SequenceFlow_0jrclmc</bpmn:incoming>
76       <bpmn:linkEventDefinition id="LinkEventDefinition_0de65en" name="TnAllocateNssi" />
77     </bpmn:intermediateThrowEvent>
78     <bpmn:scriptTask id="ScriptTask_1ssh2l9" name="Prepare Update Resource Oper Status((finish)" scriptFormat="groovy">
79       <bpmn:incoming>SequenceFlow_0kixzdj</bpmn:incoming>
80       <bpmn:outgoing>SequenceFlow_1qv8qw1</bpmn:outgoing>
81       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
82 def runScript = new TnAllocateNssi()
83 runScript.prepareUpdateJobStatus(execution,"FINISHED","100","Allocated TN NSSI successfully")</bpmn:script>
84     </bpmn:scriptTask>
85     <bpmn:callActivity id="CallActivity_1bnkmaz" name="Call Decompose Service" calledElement="DecomposeService">
86       <bpmn:extensionElements>
87         <camunda:in source="msoRequestId" target="msoRequestId" />
88         <camunda:in source="sliceServiceInstanceId" target="serviceInstanceId" />
89         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
90         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
91         <camunda:out source="serviceDecomposition" target="tnNsstServiceDecomposition" />
92         <camunda:out source="WorkflowException" target="WorkflowException" />
93       </bpmn:extensionElements>
94       <bpmn:incoming>SequenceFlow_0q7yc2c</bpmn:incoming>
95       <bpmn:outgoing>SequenceFlow_1t19ips</bpmn:outgoing>
96     </bpmn:callActivity>
97     <bpmn:scriptTask id="ScriptTask_0o2r07o" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
98       <bpmn:incoming>Flow_1k88aak</bpmn:incoming>
99       <bpmn:outgoing>SequenceFlow_0q7yc2c</bpmn:outgoing>
100       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
101 def runScript = new TnAllocateNssi()
102 runScript.prepareDecomposeService(execution)</bpmn:script>
103     </bpmn:scriptTask>
104     <bpmn:scriptTask id="ScriptTask_08wim95" name="Prepare OOF TN NSSI Selection" scriptFormat="groovy">
105       <bpmn:incoming>SequenceFlow_1fk37v7</bpmn:incoming>
106       <bpmn:outgoing>SequenceFlow_0h2oree</bpmn:outgoing>
107       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
108 def css = new TnAllocateNssi()
109 css.prepareOofSelection(execution)</bpmn:script>
110     </bpmn:scriptTask>
111     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_0pkvfun" name="Allocate TN NSSI">
112       <bpmn:outgoing>SequenceFlow_1bevt3a</bpmn:outgoing>
113       <bpmn:linkEventDefinition id="LinkEventDefinition_1vlfclx" name="TnAllocateNssi" />
114     </bpmn:intermediateCatchEvent>
115     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0ktwpki" name="Goto Allocate TN NSSI">
116       <bpmn:incoming>SequenceFlow_12t5exy</bpmn:incoming>
117       <bpmn:linkEventDefinition id="LinkEventDefinition_16f2ri9" name="TnAllocateNssi" />
118     </bpmn:intermediateThrowEvent>
119     <bpmn:endEvent id="EndEvent_1oouvuh" name="End">
120       <bpmn:incoming>Flow_0pbq5q0</bpmn:incoming>
121     </bpmn:endEvent>
122     <bpmn:callActivity id="CallActivity_0cxst1i" name="Call DoCreateTnNssiInstance&#10;" calledElement="DoCreateTnNssiInstance">
123       <bpmn:extensionElements>
124         <camunda:in source="msoRequestId" target="msoRequestId" />
125         <camunda:in source="sliceServiceInstanceId" target="sliceServiceInstanceId" />
126         <camunda:in source="modelInvariantUuid" target="modelInvariantUuid" />
127         <camunda:in source="modelUuid" target="modelUuid" />
128         <camunda:in source="sliceServiceInstanceName" target="sliceServiceInstanceName" />
129         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
130         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
131         <camunda:in source="operationId" target="operationId" />
132         <camunda:in source="sliceProfile" target="sliceProfile" />
133         <camunda:in source="transportSliceNetworks" target="transportSliceNetworks" />
134         <camunda:in source="enableSdnc" target="enableSdnc" />
135         <camunda:in source="nsiInfo" target="nsiInfo" />
136         <camunda:out source="WorkflowException" target="WorkflowException" />
137         <camunda:out source="rollbackData" target="rollbackData" />
138         <camunda:out source="rolledBack" target="rolledBack" />
139         <camunda:in source="sst" target="sst" />
140       </bpmn:extensionElements>
141       <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming>
142       <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing>
143     </bpmn:callActivity>
144     <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
145     <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
146     <bpmn:sequenceFlow id="SequenceFlow_1cv0wop" sourceRef="Activity_187hs2t" targetRef="ScriptTask_1jgtb0y" />
147     <bpmn:sequenceFlow id="SequenceFlow_197cm2e" sourceRef="ScriptTask_1jgtb0y" targetRef="ExclusiveGateway_0elbczl" />
148     <bpmn:sequenceFlow id="SequenceFlow_12t5exy" name="No" sourceRef="ExclusiveGateway_0elbczl" targetRef="IntermediateThrowEvent_0ktwpki">
149       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isOofTnNssiSelected")  == false)}</bpmn:conditionExpression>
150     </bpmn:sequenceFlow>
151     <bpmn:sequenceFlow id="SequenceFlow_038lb9m" name="Yes" sourceRef="ExclusiveGateway_0elbczl" targetRef="Activity_1mh10j4" />
152     <bpmn:sequenceFlow id="SequenceFlow_1t19ips" sourceRef="CallActivity_1bnkmaz" targetRef="ScriptTask_0l3d1ai" />
153     <bpmn:sequenceFlow id="SequenceFlow_0mlrlbv" sourceRef="CallActivity_0cxst1i" targetRef="ExclusiveGateway_18eld2o" />
154     <bpmn:sequenceFlow id="SequenceFlow_1c6ka9h" name="No" sourceRef="ExclusiveGateway_18eld2o" targetRef="EndEvent_0x406rw" />
155     <bpmn:sequenceFlow id="SequenceFlow_0n4xku8" name="Yes" sourceRef="ExclusiveGateway_18eld2o" targetRef="ScriptTask_19uxoi8">
156       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
157     </bpmn:sequenceFlow>
158     <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="Activity_14an583" />
159     <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="Activity_1xko5pk" />
160     <bpmn:sequenceFlow id="SequenceFlow_0q7yc2c" sourceRef="ScriptTask_0o2r07o" targetRef="CallActivity_1bnkmaz" />
161     <bpmn:sequenceFlow id="SequenceFlow_0h2oree" sourceRef="ScriptTask_08wim95" targetRef="Activity_187hs2t" />
162     <bpmn:sequenceFlow id="SequenceFlow_1bevt3a" sourceRef="IntermediateCatchEvent_0pkvfun" targetRef="CallActivity_0cxst1i" />
163     <bpmn:sequenceFlow id="SequenceFlow_1fk37v7" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="ScriptTask_08wim95" />
164     <bpmn:sequenceFlow id="SequenceFlow_0jrclmc" sourceRef="ScriptTask_0l3d1ai" targetRef="IntermediateThrowEvent_1ex8ke9" />
165     <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
166       <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming>
167       <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
168       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
169 execution.setVariable("orchestrationStatus", "deactivated")
170 def runScript = new TnAllocateNssi()
171 runScript.updateAAIOrchStatus(execution)</bpmn:script>
172     </bpmn:scriptTask>
173     <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ssh2l9" />
174     <bpmn:scriptTask id="Activity_1mh10j4" name="Prepare Update Resource Oper Status(finish)" scriptFormat="groovy">
175       <bpmn:incoming>SequenceFlow_038lb9m</bpmn:incoming>
176       <bpmn:outgoing>Flow_1853sgs</bpmn:outgoing>
177       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
178 def runScript = new TnAllocateNssi()
179 runScript.prepareUpdateJobStatus(execution,"FINISHED","100","Allocated TN NSSI successfully")</bpmn:script>
180     </bpmn:scriptTask>
181     <bpmn:sequenceFlow id="Flow_1853sgs" sourceRef="Activity_1mh10j4" targetRef="Activity_124z7q2" />
182     <bpmn:callActivity id="Activity_187hs2t" name="Handle TN NSSI Selection OOF request" calledElement="DoHandleOofRequest">
183       <bpmn:extensionElements>
184         <camunda:in source="nssiSelection_Url" target="apiPath" />
185         <camunda:in source="nssiSelection_correlator" target="correlator" />
186         <camunda:in source="nssiSelection_messageType" target="messageType" />
187         <camunda:in source="nssiSelection_timeout" target="timeout" />
188         <camunda:in source="nssiSelection_oofRequest" target="oofRequest" />
189         <camunda:out source="WorkflowException" target="WorkflowException" />
190         <camunda:out source="asyncCallbackResponse" target="nssiSelection_asyncCallbackResponse" />
191       </bpmn:extensionElements>
192       <bpmn:incoming>SequenceFlow_0h2oree</bpmn:incoming>
193       <bpmn:outgoing>SequenceFlow_1cv0wop</bpmn:outgoing>
194     </bpmn:callActivity>
195     <bpmn:serviceTask id="Activity_124z7q2" name="Update Resource Operation Status">
196       <bpmn:extensionElements>
197         <camunda:connector>
198           <camunda:inputOutput>
199             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
200             <camunda:inputParameter name="headers">
201               <camunda:map>
202                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
203                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
204               </camunda:map>
205             </camunda:inputParameter>
206             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
207             <camunda:inputParameter name="method">POST</camunda:inputParameter>
208             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
209             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
210           </camunda:inputOutput>
211           <camunda:connectorId>http-connector</camunda:connectorId>
212         </camunda:connector>
213       </bpmn:extensionElements>
214       <bpmn:incoming>Flow_1853sgs</bpmn:incoming>
215       <bpmn:outgoing>Flow_0pbq5q0</bpmn:outgoing>
216     </bpmn:serviceTask>
217     <bpmn:sequenceFlow id="Flow_0pbq5q0" sourceRef="Activity_124z7q2" targetRef="EndEvent_1oouvuh" />
218     <bpmn:serviceTask id="Activity_14an583" name="Update Resource Operation Status">
219       <bpmn:extensionElements>
220         <camunda:connector>
221           <camunda:inputOutput>
222             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
223             <camunda:inputParameter name="headers">
224               <camunda:map>
225                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
226                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
227               </camunda:map>
228             </camunda:inputParameter>
229             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
230             <camunda:inputParameter name="method">POST</camunda:inputParameter>
231             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
232             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
233           </camunda:inputOutput>
234           <camunda:connectorId>http-connector</camunda:connectorId>
235         </camunda:connector>
236       </bpmn:extensionElements>
237       <bpmn:incoming>SequenceFlow_0t094g7</bpmn:incoming>
238       <bpmn:outgoing>Flow_1k88aak</bpmn:outgoing>
239     </bpmn:serviceTask>
240     <bpmn:sequenceFlow id="Flow_1k88aak" sourceRef="Activity_14an583" targetRef="ScriptTask_0o2r07o" />
241     <bpmn:serviceTask id="Activity_1xko5pk" name="Update Resource Operation Status">
242       <bpmn:extensionElements>
243         <camunda:connector>
244           <camunda:inputOutput>
245             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
246             <camunda:inputParameter name="headers">
247               <camunda:map>
248                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
249                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
250               </camunda:map>
251             </camunda:inputParameter>
252             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
253             <camunda:inputParameter name="method">POST</camunda:inputParameter>
254             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
255             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
256           </camunda:inputOutput>
257           <camunda:connectorId>http-connector</camunda:connectorId>
258         </camunda:connector>
259       </bpmn:extensionElements>
260       <bpmn:incoming>SequenceFlow_1qv8qw1</bpmn:incoming>
261       <bpmn:outgoing>Flow_06rrcwf</bpmn:outgoing>
262     </bpmn:serviceTask>
263     <bpmn:sequenceFlow id="Flow_06rrcwf" sourceRef="Activity_1xko5pk" targetRef="EndEvent_05h01gx" />
264   </bpmn:process>
265   <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
266   <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
267   <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
268   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
269     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoAllocateTransportNSSI">
270       <bpmndi:BPMNEdge id="Flow_06rrcwf_di" bpmnElement="Flow_06rrcwf">
271         <di:waypoint x="1140" y="680" />
272         <di:waypoint x="1252" y="680" />
273       </bpmndi:BPMNEdge>
274       <bpmndi:BPMNEdge id="Flow_1k88aak_di" bpmnElement="Flow_1k88aak">
275         <di:waypoint x="750" y="121" />
276         <di:waypoint x="850" y="121" />
277       </bpmndi:BPMNEdge>
278       <bpmndi:BPMNEdge id="Flow_0pbq5q0_di" bpmnElement="Flow_0pbq5q0">
279         <di:waypoint x="1460" y="500" />
280         <di:waypoint x="1562" y="500" />
281       </bpmndi:BPMNEdge>
282       <bpmndi:BPMNEdge id="Flow_1853sgs_di" bpmnElement="Flow_1853sgs">
283         <di:waypoint x="1270" y="500" />
284         <di:waypoint x="1360" y="500" />
285       </bpmndi:BPMNEdge>
286       <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
287         <di:waypoint x="770" y="680" />
288         <di:waypoint x="860" y="680" />
289       </bpmndi:BPMNEdge>
290       <bpmndi:BPMNEdge id="SequenceFlow_0jrclmc_di" bpmnElement="SequenceFlow_0jrclmc">
291         <di:waypoint x="1420" y="121" />
292         <di:waypoint x="1532" y="121" />
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNEdge id="SequenceFlow_1fk37v7_di" bpmnElement="SequenceFlow_1fk37v7">
295         <di:waypoint x="214" y="330" />
296         <di:waypoint x="320" y="330" />
297       </bpmndi:BPMNEdge>
298       <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
299         <di:waypoint x="228" y="680" />
300         <di:waypoint x="320" y="680" />
301       </bpmndi:BPMNEdge>
302       <bpmndi:BPMNEdge id="SequenceFlow_0h2oree_di" bpmnElement="SequenceFlow_0h2oree">
303         <di:waypoint x="420" y="330" />
304         <di:waypoint x="540" y="330" />
305       </bpmndi:BPMNEdge>
306       <bpmndi:BPMNEdge id="SequenceFlow_0q7yc2c_di" bpmnElement="SequenceFlow_0q7yc2c">
307         <di:waypoint x="950" y="121" />
308         <di:waypoint x="1090" y="121" />
309       </bpmndi:BPMNEdge>
310       <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
311         <di:waypoint x="960" y="680" />
312         <di:waypoint x="1040" y="680" />
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
315         <di:waypoint x="568" y="121" />
316         <di:waypoint x="650" y="121" />
317       </bpmndi:BPMNEdge>
318       <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
319         <di:waypoint x="538" y="680" />
320         <di:waypoint x="670" y="680" />
321         <bpmndi:BPMNLabel>
322           <dc:Bounds x="585" y="662" width="19" height="14" />
323         </bpmndi:BPMNLabel>
324       </bpmndi:BPMNEdge>
325       <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
326         <di:waypoint x="513" y="705" />
327         <di:waypoint x="513" y="762" />
328         <bpmndi:BPMNLabel>
329           <dc:Bounds x="522" y="705" width="14" height="14" />
330         </bpmndi:BPMNLabel>
331       </bpmndi:BPMNEdge>
332       <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
333         <di:waypoint x="420" y="680" />
334         <di:waypoint x="488" y="680" />
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="SequenceFlow_1t19ips_di" bpmnElement="SequenceFlow_1t19ips">
337         <di:waypoint x="1190" y="121" />
338         <di:waypoint x="1320" y="121" />
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
341         <di:waypoint x="1090" y="355" />
342         <di:waypoint x="1090" y="500" />
343         <di:waypoint x="1170" y="500" />
344         <bpmndi:BPMNLabel>
345           <dc:Bounds x="1100" y="413" width="19" height="14" />
346         </bpmndi:BPMNLabel>
347       </bpmndi:BPMNEdge>
348       <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
349         <di:waypoint x="1115" y="330" />
350         <di:waypoint x="1292" y="330" />
351         <bpmndi:BPMNLabel>
352           <dc:Bounds x="1183" y="313" width="14" height="14" />
353         </bpmndi:BPMNLabel>
354       </bpmndi:BPMNEdge>
355       <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
356         <di:waypoint x="890" y="330" />
357         <di:waypoint x="1065" y="330" />
358       </bpmndi:BPMNEdge>
359       <bpmndi:BPMNEdge id="SequenceFlow_1cv0wop_di" bpmnElement="SequenceFlow_1cv0wop">
360         <di:waypoint x="640" y="330" />
361         <di:waypoint x="790" y="330" />
362       </bpmndi:BPMNEdge>
363       <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
364         <di:waypoint x="385" y="121" />
365         <di:waypoint x="468" y="121" />
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
368         <di:waypoint x="214" y="121" />
369         <di:waypoint x="285" y="121" />
370       </bpmndi:BPMNEdge>
371       <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
372         <dc:Bounds x="178" y="103" width="36" height="36" />
373         <bpmndi:BPMNLabel>
374           <dc:Bounds x="158" y="146" width="86" height="40" />
375         </bpmndi:BPMNLabel>
376       </bpmndi:BPMNShape>
377       <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
378         <dc:Bounds x="178" y="312" width="36" height="36" />
379         <bpmndi:BPMNLabel>
380           <dc:Bounds x="162" y="355" width="71" height="27" />
381         </bpmndi:BPMNLabel>
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
384         <dc:Bounds x="285" y="81" width="100" height="80" />
385       </bpmndi:BPMNShape>
386       <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
387         <dc:Bounds x="790" y="290" width="100" height="80" />
388       </bpmndi:BPMNShape>
389       <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
390         <dc:Bounds x="1065" y="305" width="50" height="50" />
391         <bpmndi:BPMNLabel>
392           <dc:Bounds x="1050" y="276" width="79" height="27" />
393         </bpmndi:BPMNLabel>
394       </bpmndi:BPMNShape>
395       <bpmndi:BPMNShape id="ScriptTask_0l3d1ai_di" bpmnElement="ScriptTask_0l3d1ai">
396         <dc:Bounds x="1320" y="81" width="100" height="80" />
397       </bpmndi:BPMNShape>
398       <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
399         <dc:Bounds x="488" y="655" width="50" height="50" />
400         <bpmndi:BPMNLabel>
401           <dc:Bounds x="482.5" y="617.5" width="61" height="27" />
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNShape>
404       <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
405         <dc:Bounds x="495" y="762" width="36" height="36" />
406       </bpmndi:BPMNShape>
407       <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
408         <dc:Bounds x="685" y="1080" width="781" height="196" />
409       </bpmndi:BPMNShape>
410       <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
411         <di:waypoint x="1079" y="1184" />
412         <di:waypoint x="1353" y="1184" />
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
415         <di:waypoint x="751" y="1184" />
416         <di:waypoint x="979" y="1184" />
417       </bpmndi:BPMNEdge>
418       <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
419         <dc:Bounds x="715" y="1166" width="36" height="36" />
420       </bpmndi:BPMNShape>
421       <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
422         <dc:Bounds x="1353" y="1166" width="36" height="36" />
423       </bpmndi:BPMNShape>
424       <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
425         <dc:Bounds x="979" y="1144" width="100" height="80" />
426       </bpmndi:BPMNShape>
427       <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
428         <dc:Bounds x="1252" y="662" width="36" height="36" />
429         <bpmndi:BPMNLabel>
430           <dc:Bounds x="1260" y="705" width="20" height="14" />
431         </bpmndi:BPMNLabel>
432       </bpmndi:BPMNShape>
433       <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
434         <dc:Bounds x="468" y="81" width="100" height="80" />
435       </bpmndi:BPMNShape>
436       <bpmndi:BPMNShape id="IntermediateThrowEvent_1ex8ke9_di" bpmnElement="IntermediateThrowEvent_1ex8ke9">
437         <dc:Bounds x="1532" y="103" width="36" height="36" />
438         <bpmndi:BPMNLabel>
439           <dc:Bounds x="1522" y="144" width="74" height="27" />
440         </bpmndi:BPMNLabel>
441       </bpmndi:BPMNShape>
442       <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
443         <dc:Bounds x="860" y="640" width="100" height="80" />
444       </bpmndi:BPMNShape>
445       <bpmndi:BPMNShape id="CallActivity_1bnkmaz_di" bpmnElement="CallActivity_1bnkmaz">
446         <dc:Bounds x="1090" y="81" width="100" height="80" />
447       </bpmndi:BPMNShape>
448       <bpmndi:BPMNShape id="ScriptTask_0o2r07o_di" bpmnElement="ScriptTask_0o2r07o">
449         <dc:Bounds x="850" y="81" width="100" height="80" />
450       </bpmndi:BPMNShape>
451       <bpmndi:BPMNShape id="ScriptTask_08wim95_di" bpmnElement="ScriptTask_08wim95">
452         <dc:Bounds x="320" y="290" width="100" height="80" />
453       </bpmndi:BPMNShape>
454       <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
455         <dc:Bounds x="192" y="662" width="36" height="36" />
456         <bpmndi:BPMNLabel>
457           <dc:Bounds x="173" y="705" width="86" height="14" />
458         </bpmndi:BPMNLabel>
459       </bpmndi:BPMNShape>
460       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
461         <dc:Bounds x="1292" y="312" width="36" height="36" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="1280" y="353" width="84" height="27" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNShape>
466       <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
467         <dc:Bounds x="1562" y="482" width="36" height="36" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="1570" y="525" width="20" height="14" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNShape>
472       <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
473         <dc:Bounds x="320" y="640" width="100" height="80" />
474       </bpmndi:BPMNShape>
475       <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
476         <dc:Bounds x="670" y="640" width="100" height="80" />
477       </bpmndi:BPMNShape>
478       <bpmndi:BPMNShape id="Activity_1mh10j4_di" bpmnElement="Activity_1mh10j4">
479         <dc:Bounds x="1170" y="460" width="100" height="80" />
480       </bpmndi:BPMNShape>
481       <bpmndi:BPMNShape id="Activity_187hs2t_di" bpmnElement="Activity_187hs2t">
482         <dc:Bounds x="540" y="290" width="100" height="80" />
483       </bpmndi:BPMNShape>
484       <bpmndi:BPMNShape id="Activity_124z7q2_di" bpmnElement="Activity_124z7q2">
485         <dc:Bounds x="1360" y="460" width="100" height="80" />
486       </bpmndi:BPMNShape>
487       <bpmndi:BPMNShape id="Activity_14an583_di" bpmnElement="Activity_14an583">
488         <dc:Bounds x="650" y="81" width="100" height="80" />
489       </bpmndi:BPMNShape>
490       <bpmndi:BPMNShape id="Activity_1xko5pk_di" bpmnElement="Activity_1xko5pk">
491         <dc:Bounds x="1040" y="640" width="100" height="80" />
492       </bpmndi:BPMNShape>
493     </bpmndi:BPMNPlane>
494   </bpmndi:BPMNDiagram>
495 </bpmn:definitions>