Merge "add nsi name info to an and cn"
[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="nsiInfo" target="nsiInfo" />
135         <camunda:out source="WorkflowException" target="WorkflowException" />
136         <camunda:out source="rollbackData" target="rollbackData" />
137         <camunda:out source="rolledBack" target="rolledBack" />
138       </bpmn:extensionElements>
139       <bpmn:incoming>SequenceFlow_1bevt3a</bpmn:incoming>
140       <bpmn:outgoing>SequenceFlow_0mlrlbv</bpmn:outgoing>
141     </bpmn:callActivity>
142     <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
143     <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
144     <bpmn:sequenceFlow id="SequenceFlow_1cv0wop" sourceRef="Activity_187hs2t" targetRef="ScriptTask_1jgtb0y" />
145     <bpmn:sequenceFlow id="SequenceFlow_197cm2e" sourceRef="ScriptTask_1jgtb0y" targetRef="ExclusiveGateway_0elbczl" />
146     <bpmn:sequenceFlow id="SequenceFlow_12t5exy" name="No" sourceRef="ExclusiveGateway_0elbczl" targetRef="IntermediateThrowEvent_0ktwpki">
147       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isOofTnNssiSelected")  == false)}</bpmn:conditionExpression>
148     </bpmn:sequenceFlow>
149     <bpmn:sequenceFlow id="SequenceFlow_038lb9m" name="Yes" sourceRef="ExclusiveGateway_0elbczl" targetRef="Activity_1mh10j4" />
150     <bpmn:sequenceFlow id="SequenceFlow_1t19ips" sourceRef="CallActivity_1bnkmaz" targetRef="ScriptTask_0l3d1ai" />
151     <bpmn:sequenceFlow id="SequenceFlow_0mlrlbv" sourceRef="CallActivity_0cxst1i" targetRef="ExclusiveGateway_18eld2o" />
152     <bpmn:sequenceFlow id="SequenceFlow_1c6ka9h" name="No" sourceRef="ExclusiveGateway_18eld2o" targetRef="EndEvent_0x406rw" />
153     <bpmn:sequenceFlow id="SequenceFlow_0n4xku8" name="Yes" sourceRef="ExclusiveGateway_18eld2o" targetRef="ScriptTask_19uxoi8">
154       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("WorkflowException") == null}</bpmn:conditionExpression>
155     </bpmn:sequenceFlow>
156     <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="Activity_14an583" />
157     <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="Activity_1xko5pk" />
158     <bpmn:sequenceFlow id="SequenceFlow_0q7yc2c" sourceRef="ScriptTask_0o2r07o" targetRef="CallActivity_1bnkmaz" />
159     <bpmn:sequenceFlow id="SequenceFlow_0h2oree" sourceRef="ScriptTask_08wim95" targetRef="Activity_187hs2t" />
160     <bpmn:sequenceFlow id="SequenceFlow_1bevt3a" sourceRef="IntermediateCatchEvent_0pkvfun" targetRef="CallActivity_0cxst1i" />
161     <bpmn:sequenceFlow id="SequenceFlow_1fk37v7" sourceRef="IntermediateCatchEvent_0vilb24" targetRef="ScriptTask_08wim95" />
162     <bpmn:sequenceFlow id="SequenceFlow_0jrclmc" sourceRef="ScriptTask_0l3d1ai" targetRef="IntermediateThrowEvent_1ex8ke9" />
163     <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
164       <bpmn:incoming>SequenceFlow_0n4xku8</bpmn:incoming>
165       <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
166       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
167 execution.setVariable("orchestrationStatus", "deactivated")
168 def runScript = new TnAllocateNssi()
169 runScript.updateAAIOrchStatus(execution)</bpmn:script>
170     </bpmn:scriptTask>
171     <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ssh2l9" />
172     <bpmn:scriptTask id="Activity_1mh10j4" name="Prepare Update Resource Oper Status(finish)" scriptFormat="groovy">
173       <bpmn:incoming>SequenceFlow_038lb9m</bpmn:incoming>
174       <bpmn:outgoing>Flow_1853sgs</bpmn:outgoing>
175       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
176 def runScript = new TnAllocateNssi()
177 runScript.prepareUpdateJobStatus(execution,"FINISHED","100","Allocated TN NSSI successfully")</bpmn:script>
178     </bpmn:scriptTask>
179     <bpmn:sequenceFlow id="Flow_1853sgs" sourceRef="Activity_1mh10j4" targetRef="Activity_124z7q2" />
180     <bpmn:callActivity id="Activity_187hs2t" name="Handle TN NSSI Selection OOF request" calledElement="DoHandleOofRequest">
181       <bpmn:extensionElements>
182         <camunda:in source="nssiSelection_Url" target="apiPath" />
183         <camunda:in source="nssiSelection_correlator" target="correlator" />
184         <camunda:in source="nssiSelection_messageType" target="messageType" />
185         <camunda:in source="nssiSelection_timeout" target="timeout" />
186         <camunda:in source="nssiSelection_oofRequest" target="oofRequest" />
187         <camunda:out source="WorkflowException" target="WorkflowException" />
188         <camunda:out source="asyncCallbackResponse" target="nssiSelection_asyncCallbackResponse" />
189       </bpmn:extensionElements>
190       <bpmn:incoming>SequenceFlow_0h2oree</bpmn:incoming>
191       <bpmn:outgoing>SequenceFlow_1cv0wop</bpmn:outgoing>
192     </bpmn:callActivity>
193     <bpmn:serviceTask id="Activity_124z7q2" name="Update Resource Operation Status">
194       <bpmn:extensionElements>
195         <camunda:connector>
196           <camunda:inputOutput>
197             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
198             <camunda:inputParameter name="headers">
199               <camunda:map>
200                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
201                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
202               </camunda:map>
203             </camunda:inputParameter>
204             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
205             <camunda:inputParameter name="method">POST</camunda:inputParameter>
206             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
207             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
208           </camunda:inputOutput>
209           <camunda:connectorId>http-connector</camunda:connectorId>
210         </camunda:connector>
211       </bpmn:extensionElements>
212       <bpmn:incoming>Flow_1853sgs</bpmn:incoming>
213       <bpmn:outgoing>Flow_0pbq5q0</bpmn:outgoing>
214     </bpmn:serviceTask>
215     <bpmn:sequenceFlow id="Flow_0pbq5q0" sourceRef="Activity_124z7q2" targetRef="EndEvent_1oouvuh" />
216     <bpmn:serviceTask id="Activity_14an583" name="Update Resource Operation Status">
217       <bpmn:extensionElements>
218         <camunda:connector>
219           <camunda:inputOutput>
220             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
221             <camunda:inputParameter name="headers">
222               <camunda:map>
223                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
224                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
225               </camunda:map>
226             </camunda:inputParameter>
227             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
228             <camunda:inputParameter name="method">POST</camunda:inputParameter>
229             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
230             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
231           </camunda:inputOutput>
232           <camunda:connectorId>http-connector</camunda:connectorId>
233         </camunda:connector>
234       </bpmn:extensionElements>
235       <bpmn:incoming>SequenceFlow_0t094g7</bpmn:incoming>
236       <bpmn:outgoing>Flow_1k88aak</bpmn:outgoing>
237     </bpmn:serviceTask>
238     <bpmn:sequenceFlow id="Flow_1k88aak" sourceRef="Activity_14an583" targetRef="ScriptTask_0o2r07o" />
239     <bpmn:serviceTask id="Activity_1xko5pk" name="Update Resource Operation Status">
240       <bpmn:extensionElements>
241         <camunda:connector>
242           <camunda:inputOutput>
243             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
244             <camunda:inputParameter name="headers">
245               <camunda:map>
246                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
247                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
248               </camunda:map>
249             </camunda:inputParameter>
250             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
251             <camunda:inputParameter name="method">POST</camunda:inputParameter>
252             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
253             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
254           </camunda:inputOutput>
255           <camunda:connectorId>http-connector</camunda:connectorId>
256         </camunda:connector>
257       </bpmn:extensionElements>
258       <bpmn:incoming>SequenceFlow_1qv8qw1</bpmn:incoming>
259       <bpmn:outgoing>Flow_06rrcwf</bpmn:outgoing>
260     </bpmn:serviceTask>
261     <bpmn:sequenceFlow id="Flow_06rrcwf" sourceRef="Activity_1xko5pk" targetRef="EndEvent_05h01gx" />
262   </bpmn:process>
263   <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
264   <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
265   <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
266   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
267     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoAllocateTransportNSSI">
268       <bpmndi:BPMNEdge id="Flow_06rrcwf_di" bpmnElement="Flow_06rrcwf">
269         <di:waypoint x="1140" y="680" />
270         <di:waypoint x="1252" y="680" />
271       </bpmndi:BPMNEdge>
272       <bpmndi:BPMNEdge id="Flow_1k88aak_di" bpmnElement="Flow_1k88aak">
273         <di:waypoint x="750" y="121" />
274         <di:waypoint x="850" y="121" />
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNEdge id="Flow_0pbq5q0_di" bpmnElement="Flow_0pbq5q0">
277         <di:waypoint x="1460" y="500" />
278         <di:waypoint x="1562" y="500" />
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNEdge id="Flow_1853sgs_di" bpmnElement="Flow_1853sgs">
281         <di:waypoint x="1270" y="500" />
282         <di:waypoint x="1360" y="500" />
283       </bpmndi:BPMNEdge>
284       <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
285         <di:waypoint x="770" y="680" />
286         <di:waypoint x="860" y="680" />
287       </bpmndi:BPMNEdge>
288       <bpmndi:BPMNEdge id="SequenceFlow_0jrclmc_di" bpmnElement="SequenceFlow_0jrclmc">
289         <di:waypoint x="1420" y="121" />
290         <di:waypoint x="1532" y="121" />
291       </bpmndi:BPMNEdge>
292       <bpmndi:BPMNEdge id="SequenceFlow_1fk37v7_di" bpmnElement="SequenceFlow_1fk37v7">
293         <di:waypoint x="214" y="330" />
294         <di:waypoint x="320" y="330" />
295       </bpmndi:BPMNEdge>
296       <bpmndi:BPMNEdge id="SequenceFlow_1bevt3a_di" bpmnElement="SequenceFlow_1bevt3a">
297         <di:waypoint x="228" y="680" />
298         <di:waypoint x="320" y="680" />
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="SequenceFlow_0h2oree_di" bpmnElement="SequenceFlow_0h2oree">
301         <di:waypoint x="420" y="330" />
302         <di:waypoint x="540" y="330" />
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNEdge id="SequenceFlow_0q7yc2c_di" bpmnElement="SequenceFlow_0q7yc2c">
305         <di:waypoint x="950" y="121" />
306         <di:waypoint x="1090" y="121" />
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
309         <di:waypoint x="960" y="680" />
310         <di:waypoint x="1040" y="680" />
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
313         <di:waypoint x="568" y="121" />
314         <di:waypoint x="650" y="121" />
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNEdge id="SequenceFlow_0n4xku8_di" bpmnElement="SequenceFlow_0n4xku8">
317         <di:waypoint x="538" y="680" />
318         <di:waypoint x="670" y="680" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="585" y="662" width="19" height="14" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="SequenceFlow_1c6ka9h_di" bpmnElement="SequenceFlow_1c6ka9h">
324         <di:waypoint x="513" y="705" />
325         <di:waypoint x="513" y="762" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="522" y="705" width="14" height="14" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="SequenceFlow_0mlrlbv_di" bpmnElement="SequenceFlow_0mlrlbv">
331         <di:waypoint x="420" y="680" />
332         <di:waypoint x="488" y="680" />
333       </bpmndi:BPMNEdge>
334       <bpmndi:BPMNEdge id="SequenceFlow_1t19ips_di" bpmnElement="SequenceFlow_1t19ips">
335         <di:waypoint x="1190" y="121" />
336         <di:waypoint x="1320" y="121" />
337       </bpmndi:BPMNEdge>
338       <bpmndi:BPMNEdge id="SequenceFlow_038lb9m_di" bpmnElement="SequenceFlow_038lb9m">
339         <di:waypoint x="1090" y="355" />
340         <di:waypoint x="1090" y="500" />
341         <di:waypoint x="1170" y="500" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="1100" y="413" width="19" height="14" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNEdge>
346       <bpmndi:BPMNEdge id="SequenceFlow_12t5exy_di" bpmnElement="SequenceFlow_12t5exy">
347         <di:waypoint x="1115" y="330" />
348         <di:waypoint x="1292" y="330" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="1183" y="313" width="14" height="14" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNEdge>
353       <bpmndi:BPMNEdge id="SequenceFlow_197cm2e_di" bpmnElement="SequenceFlow_197cm2e">
354         <di:waypoint x="890" y="330" />
355         <di:waypoint x="1065" y="330" />
356       </bpmndi:BPMNEdge>
357       <bpmndi:BPMNEdge id="SequenceFlow_1cv0wop_di" bpmnElement="SequenceFlow_1cv0wop">
358         <di:waypoint x="640" y="330" />
359         <di:waypoint x="790" y="330" />
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
362         <di:waypoint x="385" y="121" />
363         <di:waypoint x="468" y="121" />
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
366         <di:waypoint x="214" y="121" />
367         <di:waypoint x="285" y="121" />
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
370         <dc:Bounds x="178" y="103" width="36" height="36" />
371         <bpmndi:BPMNLabel>
372           <dc:Bounds x="158" y="146" width="86" height="40" />
373         </bpmndi:BPMNLabel>
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="IntermediateCatchEvent_0vilb24_di" bpmnElement="IntermediateCatchEvent_0vilb24">
376         <dc:Bounds x="178" y="312" width="36" height="36" />
377         <bpmndi:BPMNLabel>
378           <dc:Bounds x="162" y="355" width="71" height="27" />
379         </bpmndi:BPMNLabel>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
382         <dc:Bounds x="285" y="81" width="100" height="80" />
383       </bpmndi:BPMNShape>
384       <bpmndi:BPMNShape id="ScriptTask_1jgtb0y_di" bpmnElement="ScriptTask_1jgtb0y">
385         <dc:Bounds x="790" y="290" width="100" height="80" />
386       </bpmndi:BPMNShape>
387       <bpmndi:BPMNShape id="ExclusiveGateway_0elbczl_di" bpmnElement="ExclusiveGateway_0elbczl" isMarkerVisible="true">
388         <dc:Bounds x="1065" y="305" width="50" height="50" />
389         <bpmndi:BPMNLabel>
390           <dc:Bounds x="1050" y="276" width="79" height="27" />
391         </bpmndi:BPMNLabel>
392       </bpmndi:BPMNShape>
393       <bpmndi:BPMNShape id="ScriptTask_0l3d1ai_di" bpmnElement="ScriptTask_0l3d1ai">
394         <dc:Bounds x="1320" y="81" width="100" height="80" />
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNShape id="ExclusiveGateway_18eld2o_di" bpmnElement="ExclusiveGateway_18eld2o" isMarkerVisible="true">
397         <dc:Bounds x="488" y="655" width="50" height="50" />
398         <bpmndi:BPMNLabel>
399           <dc:Bounds x="482.5" y="617.5" width="61" height="27" />
400         </bpmndi:BPMNLabel>
401       </bpmndi:BPMNShape>
402       <bpmndi:BPMNShape id="EndEvent_0x406rw_di" bpmnElement="EndEvent_0x406rw">
403         <dc:Bounds x="495" y="762" width="36" height="36" />
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
406         <dc:Bounds x="685" y="1080" width="781" height="196" />
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
409         <di:waypoint x="1079" y="1184" />
410         <di:waypoint x="1353" y="1184" />
411       </bpmndi:BPMNEdge>
412       <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
413         <di:waypoint x="751" y="1184" />
414         <di:waypoint x="979" y="1184" />
415       </bpmndi:BPMNEdge>
416       <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
417         <dc:Bounds x="715" y="1166" width="36" height="36" />
418       </bpmndi:BPMNShape>
419       <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
420         <dc:Bounds x="1353" y="1166" width="36" height="36" />
421       </bpmndi:BPMNShape>
422       <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
423         <dc:Bounds x="979" y="1144" width="100" height="80" />
424       </bpmndi:BPMNShape>
425       <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
426         <dc:Bounds x="1252" y="662" width="36" height="36" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="1260" y="705" width="20" height="14" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNShape>
431       <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
432         <dc:Bounds x="468" y="81" width="100" height="80" />
433       </bpmndi:BPMNShape>
434       <bpmndi:BPMNShape id="IntermediateThrowEvent_1ex8ke9_di" bpmnElement="IntermediateThrowEvent_1ex8ke9">
435         <dc:Bounds x="1532" y="103" width="36" height="36" />
436         <bpmndi:BPMNLabel>
437           <dc:Bounds x="1522" y="144" width="74" height="27" />
438         </bpmndi:BPMNLabel>
439       </bpmndi:BPMNShape>
440       <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
441         <dc:Bounds x="860" y="640" width="100" height="80" />
442       </bpmndi:BPMNShape>
443       <bpmndi:BPMNShape id="CallActivity_1bnkmaz_di" bpmnElement="CallActivity_1bnkmaz">
444         <dc:Bounds x="1090" y="81" width="100" height="80" />
445       </bpmndi:BPMNShape>
446       <bpmndi:BPMNShape id="ScriptTask_0o2r07o_di" bpmnElement="ScriptTask_0o2r07o">
447         <dc:Bounds x="850" y="81" width="100" height="80" />
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="ScriptTask_08wim95_di" bpmnElement="ScriptTask_08wim95">
450         <dc:Bounds x="320" y="290" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNShape id="IntermediateCatchEvent_0pkvfun_di" bpmnElement="IntermediateCatchEvent_0pkvfun">
453         <dc:Bounds x="192" y="662" width="36" height="36" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="173" y="705" width="86" height="14" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNShape id="IntermediateThrowEvent_0ktwpki_di" bpmnElement="IntermediateThrowEvent_0ktwpki">
459         <dc:Bounds x="1292" y="312" width="36" height="36" />
460         <bpmndi:BPMNLabel>
461           <dc:Bounds x="1280" y="353" width="84" height="27" />
462         </bpmndi:BPMNLabel>
463       </bpmndi:BPMNShape>
464       <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
465         <dc:Bounds x="1562" y="482" width="36" height="36" />
466         <bpmndi:BPMNLabel>
467           <dc:Bounds x="1570" y="525" width="20" height="14" />
468         </bpmndi:BPMNLabel>
469       </bpmndi:BPMNShape>
470       <bpmndi:BPMNShape id="CallActivity_0cxst1i_di" bpmnElement="CallActivity_0cxst1i">
471         <dc:Bounds x="320" y="640" width="100" height="80" />
472       </bpmndi:BPMNShape>
473       <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
474         <dc:Bounds x="670" y="640" width="100" height="80" />
475       </bpmndi:BPMNShape>
476       <bpmndi:BPMNShape id="Activity_1mh10j4_di" bpmnElement="Activity_1mh10j4">
477         <dc:Bounds x="1170" y="460" width="100" height="80" />
478       </bpmndi:BPMNShape>
479       <bpmndi:BPMNShape id="Activity_187hs2t_di" bpmnElement="Activity_187hs2t">
480         <dc:Bounds x="540" y="290" width="100" height="80" />
481       </bpmndi:BPMNShape>
482       <bpmndi:BPMNShape id="Activity_124z7q2_di" bpmnElement="Activity_124z7q2">
483         <dc:Bounds x="1360" y="460" width="100" height="80" />
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNShape id="Activity_14an583_di" bpmnElement="Activity_14an583">
486         <dc:Bounds x="650" y="81" width="100" height="80" />
487       </bpmndi:BPMNShape>
488       <bpmndi:BPMNShape id="Activity_1xko5pk_di" bpmnElement="Activity_1xko5pk">
489         <dc:Bounds x="1040" y="640" width="100" height="80" />
490       </bpmndi:BPMNShape>
491     </bpmndi:BPMNPlane>
492   </bpmndi:BPMNDiagram>
493 </bpmn:definitions>