Merge "added fragment support to generated objects"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoAllocateNSIandNSSIV2.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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
3   <bpmn:process id="DoAllocateNSIandNSSIV2" name="DoAllocateNSIandNSSIV2" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1ym3sha" name="Start">
5       <bpmn:outgoing>SequenceFlow_0xgfj7z</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_0xgfj7z" sourceRef="StartEvent_1ym3sha" targetRef="Task_027u6m6" />
8     <bpmn:scriptTask id="Task_027u6m6" name="Preprocess Request" scriptFormat="groovy">
9       <bpmn:incoming>SequenceFlow_0xgfj7z</bpmn:incoming>
10       <bpmn:outgoing>SequenceFlow_00aukg6</bpmn:outgoing>
11       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
12 def dansi = new DoAllocateNSIandNSSI()
13 dansi.preProcessRequest(execution)</bpmn:script>
14     </bpmn:scriptTask>
15     <bpmn:scriptTask id="ScriptTask_0qorxd9" name="Process NSI options" scriptFormat="groovy">
16       <bpmn:incoming>SequenceFlow_00aukg6</bpmn:incoming>
17       <bpmn:outgoing>SequenceFlow_1ggo6s5</bpmn:outgoing>
18       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
19 def dansi = new DoAllocateNSIandNSSI()
20 dansi.retriveSliceOption(execution)</bpmn:script>
21     </bpmn:scriptTask>
22     <bpmn:sequenceFlow id="SequenceFlow_00aukg6" sourceRef="Task_027u6m6" targetRef="ScriptTask_0qorxd9" />
23     <bpmn:exclusiveGateway id="ExclusiveGateway_00pt1ek" name="Is nsi option available?" default="SequenceFlow_0c986i9">
24       <bpmn:incoming>SequenceFlow_1ggo6s5</bpmn:incoming>
25       <bpmn:outgoing>SequenceFlow_0c986i9</bpmn:outgoing>
26       <bpmn:outgoing>SequenceFlow_03ye8m4</bpmn:outgoing>
27     </bpmn:exclusiveGateway>
28     <bpmn:sequenceFlow id="SequenceFlow_1ggo6s5" sourceRef="ScriptTask_0qorxd9" targetRef="ExclusiveGateway_00pt1ek" />
29     <bpmn:sequenceFlow id="SequenceFlow_0c986i9" sourceRef="ExclusiveGateway_00pt1ek" targetRef="ScriptTask_1tizl6b" />
30     <bpmn:scriptTask id="ScriptTask_1tizl6b" name="create NSI in AAI and Update relationship" scriptFormat="groovy">
31       <bpmn:incoming>SequenceFlow_0c986i9</bpmn:incoming>
32       <bpmn:outgoing>SequenceFlow_1k3cspv</bpmn:outgoing>
33       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
34 def dcnsio = new DoAllocateNSIandNSSI()
35 dcnsio.createNSIinAAI(execution)</bpmn:script>
36     </bpmn:scriptTask>
37     <bpmn:sequenceFlow id="SequenceFlow_1k3cspv" sourceRef="ScriptTask_1tizl6b" targetRef="ScriptTask_1r6kuwy" />
38     <bpmn:sequenceFlow id="SequenceFlow_03ye8m4" sourceRef="ExclusiveGateway_00pt1ek" targetRef="ScriptTask_07sgklo">
39       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("isNSIOptionAvailable" )  == true)}</bpmn:conditionExpression>
40     </bpmn:sequenceFlow>
41     <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0fx1nyj" name="GoTo Create Slice Profile">
42       <bpmn:incoming>SequenceFlow_0t0wddg</bpmn:incoming>
43       <bpmn:incoming>SequenceFlow_05ovikm</bpmn:incoming>
44       <bpmn:linkEventDefinition name="CreateSliceProfile" />
45     </bpmn:intermediateThrowEvent>
46     <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_0k54pph" name="Create Slice Profile">
47       <bpmn:outgoing>SequenceFlow_0ct8yh4</bpmn:outgoing>
48       <bpmn:linkEventDefinition name="CreateSliceProfile" />
49     </bpmn:intermediateCatchEvent>
50     <bpmn:sequenceFlow id="SequenceFlow_0ct8yh4" sourceRef="IntermediateThrowEvent_0k54pph" targetRef="ExclusiveGateway_00ufetn" />
51     <bpmn:parallelGateway id="ExclusiveGateway_00ufetn">
52       <bpmn:incoming>SequenceFlow_0ct8yh4</bpmn:incoming>
53       <bpmn:outgoing>SequenceFlow_1m68yca</bpmn:outgoing>
54       <bpmn:outgoing>SequenceFlow_0k5iu2n</bpmn:outgoing>
55     </bpmn:parallelGateway>
56     <bpmn:sequenceFlow id="SequenceFlow_1m68yca" sourceRef="ExclusiveGateway_00ufetn" targetRef="Task_1tv7jy5" />
57     <bpmn:sequenceFlow id="SequenceFlow_0k5iu2n" sourceRef="ExclusiveGateway_00ufetn" targetRef="Task_1en3luv" />
58     <bpmn:callActivity id="CallActivity_1yh9tiq" name="Call DoAllocateNSSI(RAN)" calledElement="DoAllocateNSSI">
59       <bpmn:extensionElements>
60         <camunda:in source="msoRequestId" target="msoRequestId" />
61         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
62         <camunda:out source="WorkflowException" target="WorkflowException" />
63         <camunda:in source="nsstInput" target="nsstInput" />
64         <camunda:in source="serviceProfile" target="serviceProfile" />
65         <camunda:in source="sliceProfileTn" target="sliceProfileTn" />
66         <camunda:in source="sliceProfileCn" target="sliceProfileCn" />
67         <camunda:in source="sliceProfileAn" target="sliceProfileAn" />
68         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
69         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
70         <camunda:in source="uuiRequest" target="uuiRequest" />
71         <camunda:in source="nsiServiceInstanceId" target="nsiServiceInstanceId" />
72         <camunda:in source="nsiServiceInstanceName" target="nsiServiceInstanceName" />
73         <camunda:in source="nssiserviceModelInfo" target="nssiserviceModelInfo" />
74         <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
75         <camunda:in source="taskId" target="CSSOT_taskId" />
76         <camunda:in source="taskName" target="CSSOT_name" />
77         <camunda:in source="taskStatus" target="CSSOT_status" />
78         <camunda:in source="isManual" target="CSSOT_isManual" />
79         <camunda:in source="isNSIOptionAvailable" target="isNSIOptionAvailable" />
80         <camunda:in source="anSliceTaskInfo" target="sliceTaskInfo" />
81         <camunda:out source="nssiAllocateResult" target="nssiAllocateResult" />
82         <camunda:in source="AnAllocateNssiNbiRequest" target="nbiRequest" />
83       </bpmn:extensionElements>
84       <bpmn:incoming>SequenceFlow_0npsyye</bpmn:incoming>
85       <bpmn:outgoing>SequenceFlow_1xb5nx1</bpmn:outgoing>
86     </bpmn:callActivity>
87     <bpmn:sequenceFlow id="SequenceFlow_1hfjn79" sourceRef="Task_1tv7jy5" targetRef="ScriptTask_1r2li91" />
88     <bpmn:callActivity id="CallActivity_1ixah3o" name="Call DoAllocateNSSI(Core)" calledElement="DoAllocateNSSI">
89       <bpmn:extensionElements>
90         <camunda:in source="msoRequestId" target="msoRequestId" />
91         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
92         <camunda:out source="WorkflowException" target="WorkflowException" />
93         <camunda:in source="nsstInput" target="nsstInput" />
94         <camunda:in source="serviceProfile" target="serviceProfile" />
95         <camunda:in source="sliceProfileTn" target="sliceProfileTn" />
96         <camunda:in source="sliceProfileCn" target="sliceProfileCn" />
97         <camunda:in source="sliceProfileAn" target="sliceProfileAn" />
98         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
99         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
100         <camunda:in source="uuiRequest" target="uuiRequest" />
101         <camunda:in source="nsiServiceInstanceId" target="nsiServiceInstanceId" />
102         <camunda:in source="nsiServiceInstanceName" target="nsiServiceInstanceName" />
103         <camunda:in source="nssiserviceModelInfo" target="nssiserviceModelInfo" />
104         <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
105         <camunda:in source="taskId" target="CSSOT_taskId" />
106         <camunda:in source="taskName" target="CSSOT_name" />
107         <camunda:in source="taskStatus" target="CSSOT_status" />
108         <camunda:in source="isManual" target="CSSOT_isManual" />
109         <camunda:in source="isNSIOptionAvailable" target="isNSIOptionAvailable" />
110         <camunda:in source="cnSliceTaskInfo" target="sliceTaskInfo" />
111         <camunda:in source="domainType" target="domainType" />
112         <camunda:out source="nssiAllocateResult" target="nssiAllocateResult" />
113         <camunda:in source="CnAllocateNssiNbiRequest" target="nbiRequest" />
114       </bpmn:extensionElements>
115       <bpmn:incoming>SequenceFlow_0cwbtmr</bpmn:incoming>
116       <bpmn:outgoing>SequenceFlow_1l74seh</bpmn:outgoing>
117     </bpmn:callActivity>
118     <bpmn:sequenceFlow id="SequenceFlow_0f36cu2" sourceRef="Task_1en3luv" targetRef="Task_1g8n8iz" />
119     <bpmn:sequenceFlow id="SequenceFlow_1xb5nx1" sourceRef="CallActivity_1yh9tiq" targetRef="ScriptTask_0mls87v" />
120     <bpmn:parallelGateway id="ExclusiveGateway_19ru3hp">
121       <bpmn:incoming>SequenceFlow_1gkb7iy</bpmn:incoming>
122       <bpmn:incoming>SequenceFlow_03zglrh</bpmn:incoming>
123       <bpmn:outgoing>SequenceFlow_0ax2c4p</bpmn:outgoing>
124     </bpmn:parallelGateway>
125     <bpmn:scriptTask id="ScriptTask_07sgklo" name="Update relationship between NSI and Service Profile" scriptFormat="groovy">
126       <bpmn:incoming>SequenceFlow_03ye8m4</bpmn:incoming>
127       <bpmn:outgoing>SequenceFlow_0t0wddg</bpmn:outgoing>
128       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
129 def dcnsio = new DoAllocateNSIandNSSI()
130 dcnsio.updateRelationship(execution)</bpmn:script>
131     </bpmn:scriptTask>
132     <bpmn:sequenceFlow id="SequenceFlow_0t0wddg" sourceRef="ScriptTask_07sgklo" targetRef="IntermediateThrowEvent_0fx1nyj" />
133     <bpmn:scriptTask id="ScriptTask_1r6kuwy" name="create relationship between nsi and SP" scriptFormat="groovy">
134       <bpmn:incoming>SequenceFlow_1k3cspv</bpmn:incoming>
135       <bpmn:outgoing>SequenceFlow_05ovikm</bpmn:outgoing>
136       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
137 def dcnsio = new DoAllocateNSIandNSSI()
138 dcnsio.createRelationship(execution)</bpmn:script>
139     </bpmn:scriptTask>
140     <bpmn:sequenceFlow id="SequenceFlow_05ovikm" sourceRef="ScriptTask_1r6kuwy" targetRef="IntermediateThrowEvent_0fx1nyj" />
141     <bpmn:scriptTask id="Task_1tv7jy5" name="Create RAN Slice Profile Instance" scriptFormat="groovy">
142       <bpmn:incoming>SequenceFlow_1m68yca</bpmn:incoming>
143       <bpmn:outgoing>SequenceFlow_1hfjn79</bpmn:outgoing>
144       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
145 def dcnsio = new DoAllocateNSIandNSSI()
146 dcnsio.createAnSliceProfileInstance(execution)</bpmn:script>
147     </bpmn:scriptTask>
148     <bpmn:scriptTask id="ScriptTask_1r2li91" name="Create RAN Slice Profile" scriptFormat="groovy">
149       <bpmn:incoming>SequenceFlow_1hfjn79</bpmn:incoming>
150       <bpmn:outgoing>SequenceFlow_0zbd2tq</bpmn:outgoing>
151       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
152 def dcnsio = new DoAllocateNSIandNSSI()
153 dcnsio.createAnSliceProfile(execution)</bpmn:script>
154     </bpmn:scriptTask>
155     <bpmn:sequenceFlow id="SequenceFlow_0zbd2tq" sourceRef="ScriptTask_1r2li91" targetRef="ScriptTask_0s8vhha" />
156     <bpmn:scriptTask id="Task_1en3luv" name="Create Core Slice Profile Instance" scriptFormat="groovy">
157       <bpmn:incoming>SequenceFlow_0k5iu2n</bpmn:incoming>
158       <bpmn:outgoing>SequenceFlow_0f36cu2</bpmn:outgoing>
159       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
160 def dcnsio = new DoAllocateNSIandNSSI()
161 dcnsio.createCnSliceProfileInstance(execution)</bpmn:script>
162     </bpmn:scriptTask>
163     <bpmn:scriptTask id="Task_1g8n8iz" name="Create Core Slice Profile" scriptFormat="groovy">
164       <bpmn:incoming>SequenceFlow_0f36cu2</bpmn:incoming>
165       <bpmn:outgoing>SequenceFlow_1wffel4</bpmn:outgoing>
166       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
167 def dcnsio = new DoAllocateNSIandNSSI()
168 dcnsio.createCnSliceProfile(execution)</bpmn:script>
169     </bpmn:scriptTask>
170     <bpmn:sequenceFlow id="SequenceFlow_0ax2c4p" sourceRef="ExclusiveGateway_19ru3hp" targetRef="EndEvent_02c8wsp" />
171     <bpmn:scriptTask id="ScriptTask_0stnvp3" name="Create TN (BH) Slice Profile" scriptFormat="groovy">
172       <bpmn:incoming>SequenceFlow_0paqrtx</bpmn:incoming>
173       <bpmn:outgoing>SequenceFlow_1d48cil</bpmn:outgoing>
174       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
175 def dcnsio = new DoAllocateNSIandNSSI()
176 dcnsio.createTnBHSliceProfileInstance(execution)</bpmn:script>
177     </bpmn:scriptTask>
178     <bpmn:scriptTask id="ScriptTask_1f4o46q" name="Create TN(BH) Slice Profile" scriptFormat="groovy">
179       <bpmn:incoming>SequenceFlow_1d48cil</bpmn:incoming>
180       <bpmn:outgoing>SequenceFlow_00dexhy</bpmn:outgoing>
181       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
182 def dcnsio = new DoAllocateNSIandNSSI()
183 dcnsio.createTnBHSliceProfile(execution)</bpmn:script>
184     </bpmn:scriptTask>
185     <bpmn:callActivity id="CallActivity_0b28wlb" name="Call DoAllocateNSSI(TN)" calledElement="DoAllocateNSSI">
186       <bpmn:extensionElements>
187         <camunda:in source="msoRequestId" target="msoRequestId" />
188         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
189         <camunda:out source="WorkflowException" target="WorkflowException" />
190         <camunda:in source="nsstInput" target="nsstInput" />
191         <camunda:in source="serviceProfile" target="serviceProfile" />
192         <camunda:in source="sliceProfileTn" target="sliceProfileTn" />
193         <camunda:in source="sliceProfileCn" target="sliceProfileCn" />
194         <camunda:in source="sliceProfileAn" target="sliceProfileAn" />
195         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
196         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
197         <camunda:in source="uuiRequest" target="uuiRequest" />
198         <camunda:in source="nsiServiceInstanceId" target="nsiServiceInstanceId" />
199         <camunda:in source="nsiServiceInstanceName" target="nsiServiceInstanceName" />
200         <camunda:in source="nssiserviceModelInfo" target="nssiserviceModelInfo" />
201         <camunda:in source="sliceTaskParams" target="sliceTaskParams" />
202         <camunda:in source="taskId" target="CSSOT_taskId" />
203         <camunda:in source="taskName" target="CSSOT_name" />
204         <camunda:in source="taskStatus" target="CSSOT_status" />
205         <camunda:in source="isManual" target="CSSOT_isManual" />
206         <camunda:in source="isNSIOptionAvailable" target="isNSIOptionAvailable" />
207         <camunda:in source="tnBHSliceTaskInfo" target="sliceTaskInfo" />
208         <camunda:out source="nssiAllocateResult" target="nssiAllocateResult" />
209         <camunda:in source="TnBHAllocateNssiNbiRequest" target="nbiRequest" />
210       </bpmn:extensionElements>
211       <bpmn:incoming>SequenceFlow_01isn2q</bpmn:incoming>
212       <bpmn:outgoing>SequenceFlow_1omynpt</bpmn:outgoing>
213     </bpmn:callActivity>
214     <bpmn:sequenceFlow id="SequenceFlow_1d48cil" sourceRef="ScriptTask_0stnvp3" targetRef="ScriptTask_1f4o46q" />
215     <bpmn:sequenceFlow id="SequenceFlow_00dexhy" sourceRef="ScriptTask_1f4o46q" targetRef="ScriptTask_0ci5g6y" />
216     <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_08wpvhs" name="Create Tn SliceProfile">
217       <bpmn:outgoing>SequenceFlow_0paqrtx</bpmn:outgoing>
218       <bpmn:linkEventDefinition id="LinkEventDefinition_1beugxy" name="CreateTnSliceProfile" />
219     </bpmn:intermediateCatchEvent>
220     <bpmn:sequenceFlow id="SequenceFlow_0paqrtx" sourceRef="IntermediateCatchEvent_08wpvhs" targetRef="ScriptTask_0stnvp3" />
221     <bpmn:scriptTask id="ScriptTask_0sssiii" name="Update relationship between NSI and NSSI" scriptFormat="groovy">
222       <bpmn:incoming>SequenceFlow_1omynpt</bpmn:incoming>
223       <bpmn:outgoing>SequenceFlow_150xio1</bpmn:outgoing>
224       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
225 def dcnsio = new DoAllocateNSIandNSSI()
226 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
227     </bpmn:scriptTask>
228     <bpmn:scriptTask id="ScriptTask_1me5mt6" name="Update relationship between  Slice Profile and Service Profile" scriptFormat="groovy">
229       <bpmn:incoming>SequenceFlow_150xio1</bpmn:incoming>
230       <bpmn:outgoing>SequenceFlow_040fu80</bpmn:outgoing>
231       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
232 def dcnsio = new DoAllocateNSIandNSSI()
233 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
234     </bpmn:scriptTask>
235     <bpmn:scriptTask id="ScriptTask_0vrzjir" name="Update RelationShip between SliceProfile and NSSI" scriptFormat="groovy">
236       <bpmn:incoming>SequenceFlow_040fu80</bpmn:incoming>
237       <bpmn:outgoing>SequenceFlow_1uti8ls</bpmn:outgoing>
238       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
239 def dcnsio = new DoAllocateNSIandNSSI()
240 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
241     </bpmn:scriptTask>
242     <bpmn:sequenceFlow id="SequenceFlow_150xio1" sourceRef="ScriptTask_0sssiii" targetRef="ScriptTask_1me5mt6" />
243     <bpmn:sequenceFlow id="SequenceFlow_040fu80" sourceRef="ScriptTask_1me5mt6" targetRef="ScriptTask_0vrzjir" />
244     <bpmn:scriptTask id="ScriptTask_0mls87v" name="Update relationship between NSI and NSSI" scriptFormat="groovy">
245       <bpmn:incoming>SequenceFlow_1xb5nx1</bpmn:incoming>
246       <bpmn:outgoing>SequenceFlow_0xx5bwa</bpmn:outgoing>
247       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
248 def dcnsio = new DoAllocateNSIandNSSI()
249 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
250     </bpmn:scriptTask>
251     <bpmn:sequenceFlow id="SequenceFlow_0xx5bwa" sourceRef="ScriptTask_0mls87v" targetRef="ScriptTask_0g8dgo6" />
252     <bpmn:scriptTask id="ScriptTask_0g8dgo6" name="Update relationship between  Slice Profile and Service Profile" scriptFormat="groovy">
253       <bpmn:incoming>SequenceFlow_0xx5bwa</bpmn:incoming>
254       <bpmn:outgoing>SequenceFlow_1sckufj</bpmn:outgoing>
255       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
256 def dcnsio = new DoAllocateNSIandNSSI()
257 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
258     </bpmn:scriptTask>
259     <bpmn:sequenceFlow id="SequenceFlow_1sckufj" sourceRef="ScriptTask_0g8dgo6" targetRef="ScriptTask_0blxroa" />
260     <bpmn:scriptTask id="ScriptTask_0blxroa" name="Update RelationShip between SliceProfile and NSSI" scriptFormat="groovy">
261       <bpmn:incoming>SequenceFlow_1sckufj</bpmn:incoming>
262       <bpmn:outgoing>SequenceFlow_1gkb7iy</bpmn:outgoing>
263       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
264 def dcnsio = new DoAllocateNSIandNSSI()
265 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
266     </bpmn:scriptTask>
267     <bpmn:sequenceFlow id="SequenceFlow_1gkb7iy" sourceRef="ScriptTask_0blxroa" targetRef="ExclusiveGateway_19ru3hp" />
268     <bpmn:scriptTask id="ScriptTask_0z9x5uh" name="Update relationship between NSI and NSSI" scriptFormat="groovy">
269       <bpmn:incoming>SequenceFlow_1l74seh</bpmn:incoming>
270       <bpmn:outgoing>SequenceFlow_0jqxxjq</bpmn:outgoing>
271       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
272 def dcnsio = new DoAllocateNSIandNSSI()
273 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
274     </bpmn:scriptTask>
275     <bpmn:scriptTask id="ScriptTask_09197ms" name="Update relationship between  Slice Profile and Service Profile" scriptFormat="groovy">
276       <bpmn:incoming>SequenceFlow_0jqxxjq</bpmn:incoming>
277       <bpmn:outgoing>SequenceFlow_02qun80</bpmn:outgoing>
278       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
279 def dcnsio = new DoAllocateNSIandNSSI()
280 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
281     </bpmn:scriptTask>
282     <bpmn:scriptTask id="ScriptTask_127nizg" name="Update RelationShip between SliceProfile and NSSI" scriptFormat="groovy">
283       <bpmn:incoming>SequenceFlow_02qun80</bpmn:incoming>
284       <bpmn:outgoing>SequenceFlow_03zglrh</bpmn:outgoing>
285       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
286 def dcnsio = new DoAllocateNSIandNSSI()
287 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
288     </bpmn:scriptTask>
289     <bpmn:sequenceFlow id="SequenceFlow_1l74seh" sourceRef="CallActivity_1ixah3o" targetRef="ScriptTask_0z9x5uh" />
290     <bpmn:sequenceFlow id="SequenceFlow_0jqxxjq" sourceRef="ScriptTask_0z9x5uh" targetRef="ScriptTask_09197ms" />
291     <bpmn:sequenceFlow id="SequenceFlow_02qun80" sourceRef="ScriptTask_09197ms" targetRef="ScriptTask_127nizg" />
292     <bpmn:sequenceFlow id="SequenceFlow_03zglrh" sourceRef="ScriptTask_127nizg" targetRef="ExclusiveGateway_19ru3hp" />
293     <bpmn:sequenceFlow id="SequenceFlow_1omynpt" sourceRef="CallActivity_0b28wlb" targetRef="ScriptTask_0sssiii" />
294     <bpmn:endEvent id="EndEvent_0elqlhv">
295       <bpmn:incoming>SequenceFlow_1uti8ls</bpmn:incoming>
296     </bpmn:endEvent>
297     <bpmn:sequenceFlow id="SequenceFlow_1uti8ls" sourceRef="ScriptTask_0vrzjir" targetRef="EndEvent_0elqlhv" />
298     <bpmn:intermediateThrowEvent id="EndEvent_02c8wsp" name="GoTo Create Tn SliceProfile">
299       <bpmn:incoming>SequenceFlow_0ax2c4p</bpmn:incoming>
300       <bpmn:linkEventDefinition name="CreateTnSliceProfile" />
301     </bpmn:intermediateThrowEvent>
302     <bpmn:scriptTask id="ScriptTask_0s8vhha" name="prepare Allocate An Nssi" scriptFormat="groovy">
303       <bpmn:incoming>SequenceFlow_0zbd2tq</bpmn:incoming>
304       <bpmn:outgoing>SequenceFlow_0npsyye</bpmn:outgoing>
305       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
306 def dcnsio = new DoAllocateNSIandNSSI()
307 dcnsio.prepareAllocateAnNssi(execution)</bpmn:script>
308     </bpmn:scriptTask>
309     <bpmn:sequenceFlow id="SequenceFlow_0npsyye" sourceRef="ScriptTask_0s8vhha" targetRef="CallActivity_1yh9tiq" />
310     <bpmn:scriptTask id="ScriptTask_0z0ec5b" name="prepare Allocate An Nssi" scriptFormat="groovy">
311       <bpmn:incoming>SequenceFlow_1wffel4</bpmn:incoming>
312       <bpmn:outgoing>SequenceFlow_0cwbtmr</bpmn:outgoing>
313       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
314 def dcnsio = new DoAllocateNSIandNSSI()
315 dcnsio.prepareAllocateCnNssi(execution)</bpmn:script>
316     </bpmn:scriptTask>
317     <bpmn:sequenceFlow id="SequenceFlow_0cwbtmr" sourceRef="ScriptTask_0z0ec5b" targetRef="CallActivity_1ixah3o" />
318     <bpmn:sequenceFlow id="SequenceFlow_1wffel4" sourceRef="Task_1g8n8iz" targetRef="ScriptTask_0z0ec5b" />
319     <bpmn:scriptTask id="ScriptTask_0ci5g6y" name="prepare Allocate Tn-BH Nssi" scriptFormat="groovy">
320       <bpmn:incoming>SequenceFlow_00dexhy</bpmn:incoming>
321       <bpmn:outgoing>SequenceFlow_01isn2q</bpmn:outgoing>
322       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
323 def dcnsio = new DoAllocateNSIandNSSI()
324 dcnsio.prepareAllocateTnBHNssi(execution)</bpmn:script>
325     </bpmn:scriptTask>
326     <bpmn:sequenceFlow id="SequenceFlow_01isn2q" sourceRef="ScriptTask_0ci5g6y" targetRef="CallActivity_0b28wlb" />
327   </bpmn:process>
328   <bpmn:message id="Message_1i10pf1" name="Message_2mc69tg" />
329   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
330     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoAllocateNSIandNSSIV2">
331       <bpmndi:BPMNShape id="StartEvent_1ym3sha_di" bpmnElement="StartEvent_1ym3sha">
332         <dc:Bounds x="138" y="122" width="36" height="36" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="144" y="165" width="25" height="14" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNEdge id="SequenceFlow_0xgfj7z_di" bpmnElement="SequenceFlow_0xgfj7z">
338         <di:waypoint x="174" y="140" />
339         <di:waypoint x="224" y="140" />
340       </bpmndi:BPMNEdge>
341       <bpmndi:BPMNShape id="ScriptTask_0q0td74_di" bpmnElement="Task_027u6m6">
342         <dc:Bounds x="224" y="100" width="100" height="80" />
343       </bpmndi:BPMNShape>
344       <bpmndi:BPMNShape id="ScriptTask_0qorxd9_di" bpmnElement="ScriptTask_0qorxd9">
345         <dc:Bounds x="404" y="100" width="100" height="80" />
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="SequenceFlow_00aukg6_di" bpmnElement="SequenceFlow_00aukg6">
348         <di:waypoint x="324" y="140" />
349         <di:waypoint x="404" y="140" />
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNShape id="ExclusiveGateway_00pt1ek_di" bpmnElement="ExclusiveGateway_00pt1ek" isMarkerVisible="true">
352         <dc:Bounds x="609" y="115" width="50" height="50" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="604" y="78" width="59" height="27" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNShape>
357       <bpmndi:BPMNEdge id="SequenceFlow_1ggo6s5_di" bpmnElement="SequenceFlow_1ggo6s5">
358         <di:waypoint x="504" y="140" />
359         <di:waypoint x="609" y="140" />
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNEdge id="SequenceFlow_0c986i9_di" bpmnElement="SequenceFlow_0c986i9">
362         <di:waypoint x="659" y="140" />
363         <di:waypoint x="800" y="140" />
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNShape id="ScriptTask_1tizl6b_di" bpmnElement="ScriptTask_1tizl6b">
366         <dc:Bounds x="800" y="100" width="100" height="80" />
367       </bpmndi:BPMNShape>
368       <bpmndi:BPMNEdge id="SequenceFlow_1k3cspv_di" bpmnElement="SequenceFlow_1k3cspv">
369         <di:waypoint x="900" y="140" />
370         <di:waypoint x="970" y="140" />
371       </bpmndi:BPMNEdge>
372       <bpmndi:BPMNEdge id="SequenceFlow_03ye8m4_di" bpmnElement="SequenceFlow_03ye8m4">
373         <di:waypoint x="634" y="165" />
374         <di:waypoint x="634" y="260" />
375         <di:waypoint x="930" y="260" />
376       </bpmndi:BPMNEdge>
377       <bpmndi:BPMNShape id="IntermediateThrowEvent_0zuxkap_di" bpmnElement="IntermediateThrowEvent_0fx1nyj">
378         <dc:Bounds x="1412" y="122" width="36" height="36" />
379         <bpmndi:BPMNLabel>
380           <dc:Bounds x="1388" y="92" width="90" height="27" />
381         </bpmndi:BPMNLabel>
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNShape id="IntermediateCatchEvent_1u7g80x_di" bpmnElement="IntermediateThrowEvent_0k54pph">
384         <dc:Bounds x="138" y="502" width="36" height="36" />
385         <bpmndi:BPMNLabel>
386           <dc:Bounds x="126" y="545" width="60" height="27" />
387         </bpmndi:BPMNLabel>
388       </bpmndi:BPMNShape>
389       <bpmndi:BPMNEdge id="SequenceFlow_0ct8yh4_di" bpmnElement="SequenceFlow_0ct8yh4">
390         <di:waypoint x="174" y="520" />
391         <di:waypoint x="239" y="520" />
392       </bpmndi:BPMNEdge>
393       <bpmndi:BPMNShape id="ParallelGateway_0q9h79n_di" bpmnElement="ExclusiveGateway_00ufetn">
394         <dc:Bounds x="239" y="495" width="50" height="50" />
395       </bpmndi:BPMNShape>
396       <bpmndi:BPMNEdge id="SequenceFlow_1m68yca_di" bpmnElement="SequenceFlow_1m68yca">
397         <di:waypoint x="264" y="495" />
398         <di:waypoint x="264" y="440" />
399         <di:waypoint x="310" y="440" />
400       </bpmndi:BPMNEdge>
401       <bpmndi:BPMNEdge id="SequenceFlow_0k5iu2n_di" bpmnElement="SequenceFlow_0k5iu2n">
402         <di:waypoint x="264" y="545" />
403         <di:waypoint x="264" y="630" />
404         <di:waypoint x="310" y="630" />
405       </bpmndi:BPMNEdge>
406       <bpmndi:BPMNShape id="CallActivity_1yh9tiq_di" bpmnElement="CallActivity_1yh9tiq">
407         <dc:Bounds x="730" y="400" width="100" height="80" />
408       </bpmndi:BPMNShape>
409       <bpmndi:BPMNEdge id="SequenceFlow_1hfjn79_di" bpmnElement="SequenceFlow_1hfjn79">
410         <di:waypoint x="410" y="440" />
411         <di:waypoint x="440" y="440" />
412       </bpmndi:BPMNEdge>
413       <bpmndi:BPMNShape id="CallActivity_1ixah3o_di" bpmnElement="CallActivity_1ixah3o">
414         <dc:Bounds x="730" y="590" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNEdge id="SequenceFlow_0f36cu2_di" bpmnElement="SequenceFlow_0f36cu2">
417         <di:waypoint x="410" y="630" />
418         <di:waypoint x="440" y="630" />
419       </bpmndi:BPMNEdge>
420       <bpmndi:BPMNEdge id="SequenceFlow_1xb5nx1_di" bpmnElement="SequenceFlow_1xb5nx1">
421         <di:waypoint x="830" y="440" />
422         <di:waypoint x="880" y="440" />
423       </bpmndi:BPMNEdge>
424       <bpmndi:BPMNShape id="ParallelGateway_15vgf7c_di" bpmnElement="ExclusiveGateway_19ru3hp">
425         <dc:Bounds x="1325" y="505" width="50" height="50" />
426       </bpmndi:BPMNShape>
427       <bpmndi:BPMNShape id="ScriptTask_07sgklo_di" bpmnElement="ScriptTask_07sgklo">
428         <dc:Bounds x="930" y="220" width="100" height="80" />
429       </bpmndi:BPMNShape>
430       <bpmndi:BPMNEdge id="SequenceFlow_0t0wddg_di" bpmnElement="SequenceFlow_0t0wddg">
431         <di:waypoint x="1030" y="260" />
432         <di:waypoint x="1430" y="260" />
433         <di:waypoint x="1430" y="158" />
434       </bpmndi:BPMNEdge>
435       <bpmndi:BPMNShape id="ScriptTask_1r6kuwy_di" bpmnElement="ScriptTask_1r6kuwy">
436         <dc:Bounds x="970" y="100" width="100" height="80" />
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNEdge id="SequenceFlow_05ovikm_di" bpmnElement="SequenceFlow_05ovikm">
439         <di:waypoint x="1070" y="140" />
440         <di:waypoint x="1412" y="140" />
441       </bpmndi:BPMNEdge>
442       <bpmndi:BPMNShape id="ScriptTask_17cq3xj_di" bpmnElement="Task_1tv7jy5">
443         <dc:Bounds x="310" y="400" width="100" height="80" />
444       </bpmndi:BPMNShape>
445       <bpmndi:BPMNShape id="ScriptTask_1r2li91_di" bpmnElement="ScriptTask_1r2li91">
446         <dc:Bounds x="440" y="400" width="100" height="80" />
447       </bpmndi:BPMNShape>
448       <bpmndi:BPMNEdge id="SequenceFlow_0zbd2tq_di" bpmnElement="SequenceFlow_0zbd2tq">
449         <di:waypoint x="540" y="440" />
450         <di:waypoint x="584" y="440" />
451       </bpmndi:BPMNEdge>
452       <bpmndi:BPMNShape id="ScriptTask_01n5nmt_di" bpmnElement="Task_1en3luv">
453         <dc:Bounds x="310" y="590" width="100" height="80" />
454       </bpmndi:BPMNShape>
455       <bpmndi:BPMNShape id="ScriptTask_0juh1xy_di" bpmnElement="Task_1g8n8iz">
456         <dc:Bounds x="440" y="590" width="100" height="80" />
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNEdge id="SequenceFlow_0ax2c4p_di" bpmnElement="SequenceFlow_0ax2c4p">
459         <di:waypoint x="1375" y="530" />
460         <di:waypoint x="1412" y="530" />
461       </bpmndi:BPMNEdge>
462       <bpmndi:BPMNShape id="ScriptTask_0stnvp3_di" bpmnElement="ScriptTask_0stnvp3">
463         <dc:Bounds x="310" y="840" width="100" height="80" />
464       </bpmndi:BPMNShape>
465       <bpmndi:BPMNShape id="ScriptTask_1f4o46q_di" bpmnElement="ScriptTask_1f4o46q">
466         <dc:Bounds x="440" y="840" width="100" height="80" />
467       </bpmndi:BPMNShape>
468       <bpmndi:BPMNShape id="CallActivity_0b28wlb_di" bpmnElement="CallActivity_0b28wlb">
469         <dc:Bounds x="730" y="840" width="100" height="80" />
470       </bpmndi:BPMNShape>
471       <bpmndi:BPMNEdge id="SequenceFlow_1d48cil_di" bpmnElement="SequenceFlow_1d48cil">
472         <di:waypoint x="410" y="880" />
473         <di:waypoint x="440" y="880" />
474       </bpmndi:BPMNEdge>
475       <bpmndi:BPMNEdge id="SequenceFlow_00dexhy_di" bpmnElement="SequenceFlow_00dexhy">
476         <di:waypoint x="540" y="880" />
477         <di:waypoint x="584" y="880" />
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNShape id="IntermediateCatchEvent_08wpvhs_di" bpmnElement="IntermediateCatchEvent_08wpvhs">
480         <dc:Bounds x="138" y="862" width="36" height="36" />
481         <bpmndi:BPMNLabel>
482           <dc:Bounds x="129" y="905" width="56" height="27" />
483         </bpmndi:BPMNLabel>
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNEdge id="SequenceFlow_0paqrtx_di" bpmnElement="SequenceFlow_0paqrtx">
486         <di:waypoint x="174" y="880" />
487         <di:waypoint x="310" y="880" />
488       </bpmndi:BPMNEdge>
489       <bpmndi:BPMNShape id="ScriptTask_0sssiii_di" bpmnElement="ScriptTask_0sssiii">
490         <dc:Bounds x="880" y="840" width="100" height="80" />
491       </bpmndi:BPMNShape>
492       <bpmndi:BPMNShape id="ScriptTask_1me5mt6_di" bpmnElement="ScriptTask_1me5mt6">
493         <dc:Bounds x="1050" y="840" width="100" height="80" />
494       </bpmndi:BPMNShape>
495       <bpmndi:BPMNShape id="ScriptTask_0vrzjir_di" bpmnElement="ScriptTask_0vrzjir">
496         <dc:Bounds x="1210" y="840" width="100" height="80" />
497       </bpmndi:BPMNShape>
498       <bpmndi:BPMNEdge id="SequenceFlow_150xio1_di" bpmnElement="SequenceFlow_150xio1">
499         <di:waypoint x="980" y="880" />
500         <di:waypoint x="1050" y="880" />
501       </bpmndi:BPMNEdge>
502       <bpmndi:BPMNEdge id="SequenceFlow_040fu80_di" bpmnElement="SequenceFlow_040fu80">
503         <di:waypoint x="1150" y="880" />
504         <di:waypoint x="1210" y="880" />
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNShape id="ScriptTask_0mls87v_di" bpmnElement="ScriptTask_0mls87v">
507         <dc:Bounds x="880" y="400" width="100" height="80" />
508       </bpmndi:BPMNShape>
509       <bpmndi:BPMNEdge id="SequenceFlow_0xx5bwa_di" bpmnElement="SequenceFlow_0xx5bwa">
510         <di:waypoint x="980" y="440" />
511         <di:waypoint x="1040" y="440" />
512       </bpmndi:BPMNEdge>
513       <bpmndi:BPMNShape id="ScriptTask_0g8dgo6_di" bpmnElement="ScriptTask_0g8dgo6">
514         <dc:Bounds x="1040" y="400" width="100" height="80" />
515       </bpmndi:BPMNShape>
516       <bpmndi:BPMNEdge id="SequenceFlow_1sckufj_di" bpmnElement="SequenceFlow_1sckufj">
517         <di:waypoint x="1140" y="440" />
518         <di:waypoint x="1190" y="440" />
519       </bpmndi:BPMNEdge>
520       <bpmndi:BPMNShape id="ScriptTask_0blxroa_di" bpmnElement="ScriptTask_0blxroa">
521         <dc:Bounds x="1190" y="400" width="100" height="80" />
522       </bpmndi:BPMNShape>
523       <bpmndi:BPMNEdge id="SequenceFlow_1gkb7iy_di" bpmnElement="SequenceFlow_1gkb7iy">
524         <di:waypoint x="1290" y="440" />
525         <di:waypoint x="1350" y="440" />
526         <di:waypoint x="1350" y="505" />
527       </bpmndi:BPMNEdge>
528       <bpmndi:BPMNShape id="ScriptTask_0z9x5uh_di" bpmnElement="ScriptTask_0z9x5uh">
529         <dc:Bounds x="880" y="590" width="100" height="80" />
530       </bpmndi:BPMNShape>
531       <bpmndi:BPMNShape id="ScriptTask_09197ms_di" bpmnElement="ScriptTask_09197ms">
532         <dc:Bounds x="1040" y="590" width="100" height="80" />
533       </bpmndi:BPMNShape>
534       <bpmndi:BPMNShape id="ScriptTask_127nizg_di" bpmnElement="ScriptTask_127nizg">
535         <dc:Bounds x="1190" y="590" width="100" height="80" />
536       </bpmndi:BPMNShape>
537       <bpmndi:BPMNEdge id="SequenceFlow_1l74seh_di" bpmnElement="SequenceFlow_1l74seh">
538         <di:waypoint x="830" y="630" />
539         <di:waypoint x="880" y="630" />
540       </bpmndi:BPMNEdge>
541       <bpmndi:BPMNEdge id="SequenceFlow_0jqxxjq_di" bpmnElement="SequenceFlow_0jqxxjq">
542         <di:waypoint x="980" y="630" />
543         <di:waypoint x="1040" y="630" />
544       </bpmndi:BPMNEdge>
545       <bpmndi:BPMNEdge id="SequenceFlow_02qun80_di" bpmnElement="SequenceFlow_02qun80">
546         <di:waypoint x="1140" y="630" />
547         <di:waypoint x="1190" y="630" />
548       </bpmndi:BPMNEdge>
549       <bpmndi:BPMNEdge id="SequenceFlow_03zglrh_di" bpmnElement="SequenceFlow_03zglrh">
550         <di:waypoint x="1290" y="630" />
551         <di:waypoint x="1350" y="630" />
552         <di:waypoint x="1350" y="555" />
553       </bpmndi:BPMNEdge>
554       <bpmndi:BPMNEdge id="SequenceFlow_1omynpt_di" bpmnElement="SequenceFlow_1omynpt">
555         <di:waypoint x="830" y="880" />
556         <di:waypoint x="880" y="880" />
557       </bpmndi:BPMNEdge>
558       <bpmndi:BPMNShape id="EndEvent_0elqlhv_di" bpmnElement="EndEvent_0elqlhv">
559         <dc:Bounds x="1412" y="862" width="36" height="36" />
560       </bpmndi:BPMNShape>
561       <bpmndi:BPMNEdge id="SequenceFlow_1uti8ls_di" bpmnElement="SequenceFlow_1uti8ls">
562         <di:waypoint x="1310" y="880" />
563         <di:waypoint x="1412" y="880" />
564       </bpmndi:BPMNEdge>
565       <bpmndi:BPMNShape id="IntermediateThrowEvent_0gz4vi6_di" bpmnElement="EndEvent_02c8wsp">
566         <dc:Bounds x="1412" y="512" width="36" height="36" />
567         <bpmndi:BPMNLabel>
568           <dc:Bounds x="1392" y="555" width="79" height="27" />
569         </bpmndi:BPMNLabel>
570       </bpmndi:BPMNShape>
571       <bpmndi:BPMNShape id="ScriptTask_0s8vhha_di" bpmnElement="ScriptTask_0s8vhha">
572         <dc:Bounds x="584" y="400" width="100" height="80" />
573       </bpmndi:BPMNShape>
574       <bpmndi:BPMNEdge id="SequenceFlow_0npsyye_di" bpmnElement="SequenceFlow_0npsyye">
575         <di:waypoint x="684" y="440" />
576         <di:waypoint x="730" y="440" />
577       </bpmndi:BPMNEdge>
578       <bpmndi:BPMNShape id="ScriptTask_0z0ec5b_di" bpmnElement="ScriptTask_0z0ec5b">
579         <dc:Bounds x="584" y="590" width="100" height="80" />
580       </bpmndi:BPMNShape>
581       <bpmndi:BPMNEdge id="SequenceFlow_0cwbtmr_di" bpmnElement="SequenceFlow_0cwbtmr">
582         <di:waypoint x="684" y="630" />
583         <di:waypoint x="730" y="630" />
584       </bpmndi:BPMNEdge>
585       <bpmndi:BPMNEdge id="SequenceFlow_1wffel4_di" bpmnElement="SequenceFlow_1wffel4">
586         <di:waypoint x="540" y="630" />
587         <di:waypoint x="584" y="630" />
588       </bpmndi:BPMNEdge>
589       <bpmndi:BPMNShape id="ScriptTask_0ci5g6y_di" bpmnElement="ScriptTask_0ci5g6y">
590         <dc:Bounds x="584" y="840" width="100" height="80" />
591       </bpmndi:BPMNShape>
592       <bpmndi:BPMNEdge id="SequenceFlow_01isn2q_di" bpmnElement="SequenceFlow_01isn2q">
593         <di:waypoint x="684" y="880" />
594         <di:waypoint x="730" y="880" />
595       </bpmndi:BPMNEdge>
596     </bpmndi:BPMNPlane>
597   </bpmndi:BPMNDiagram>
598 </bpmn:definitions>