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