blob: 016aaa20d2bae6b24b092daaab3606f5f4597d85 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Rob Daughertyf891e732018-11-15 15:09:30 -05002<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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn:process id="DoCreateVnfAndModules" name="DoCreateVnfAndModules" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1">
5 <bpmn:outgoing>SequenceFlow_0o4vuzt</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:scriptTask id="PreProcessRequest" name="PreProcess Request" scriptFormat="groovy">
8 <bpmn:incoming>SequenceFlow_0o4vuzt</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_1xd3ri5</bpmn:outgoing>
10 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11def doCreateVnfAndModules = new DoCreateVnfAndModules()
12doCreateVnfAndModules.preProcessRequest(execution)]]></bpmn:script>
13 </bpmn:scriptTask>
14 <bpmn:callActivity id="CreateBaseVfModule" name="Create Base VF Module" calledElement="DoCreateVfModule">
15 <bpmn:extensionElements>
16 <camunda:in source="msoRequestId" target="msoRequestId" />
17 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
18 <camunda:in source="disableRollback" target="disableRollback" />
19 <camunda:in source="vnfType" target="vnfType" />
20 <camunda:in source="vnfName" target="vnfName" />
21 <camunda:in source="vnfId" target="vnfId" />
22 <camunda:in source="baseVfModuleName" target="vfModuleName" />
23 <camunda:in source="vfModuleType" target="vfModuleType" />
24 <camunda:in source="volumeGroupId" target="volumeGroupId" />
25 <camunda:in source="volumeGroupName" target="volumeGroupName" />
26 <camunda:in source="baseVfModuleId" target="vfModuleId" />
27 <camunda:in source="baseVfModuleModelInfo" target="vfModuleModelInfo" />
28 <camunda:in source="isBaseVfModule" target="isBaseVfModule" />
29 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
30 <camunda:out source="vfModuleId" target="createdVfModuleId" />
31 <camunda:out source="vfModuleOutputParams" target="createdVfModuleOutputParams" />
32 <camunda:out source="rollbackData" target="DCVAM_baseRollbackData" />
33 <camunda:out source="WorkflowException" target="WorkflowException" />
34 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
35 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
36 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
37 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
38 <camunda:in source="sdncVersion" target="sdncVersion" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -040039 <camunda:in source="cloudOwner" target="cloudOwner" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040040 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
41 <camunda:in source="tenantId" target="tenantId" />
42 <camunda:in source="false" target="usePreload" />
43 <camunda:in source="aLaCarte" target="aLaCarte" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040044 </bpmn:extensionElements>
Rob Daughertyf891e732018-11-15 15:09:30 -050045 <bpmn:incoming>SequenceFlow_0tbhtk8</bpmn:incoming>
46 <bpmn:incoming>SequenceFlow_10nwzbe</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040047 <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing>
48 </bpmn:callActivity>
49 <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
50 <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="QueryCatalogDB" />
51 <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule">
52 <bpmn:extensionElements>
53 <camunda:in source="msoRequestId" target="msoRequestId" />
54 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
55 <camunda:in source="disableRollback" target="disableRollback" />
56 <camunda:in source="vnfType" target="vnfType" />
57 <camunda:in source="vnfName" target="vnfName" />
58 <camunda:in source="vnfId" target="vnfId" />
59 <camunda:in source="addOnVfModuleName" target="vfModuleName" />
60 <camunda:in source="vfModuleType" target="vfModuleType" />
61 <camunda:in source="addOnVfModuleId" target="vfModuleId" />
62 <camunda:in source="volumeGroupId" target="volumeGroupId" />
63 <camunda:in source="volumeGroupName" target="volumeGroupName" />
64 <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" />
65 <camunda:in source="isBaseVfModule" target="isBaseVfModule" />
66 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
67 <camunda:out source="vfModuleId" target="createdVfModuleId" />
68 <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" />
69 <camunda:out source="rollbackData" target="DCVAM_addOnRollbackData" />
70 <camunda:out source="WorkflowException" target="WorkflowException" />
71 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
72 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
73 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
74 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
75 <camunda:in source="sdncVersion" target="sdncVersion" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -040076 <camunda:in source="cloudOwner" target="cloudOwner" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040077 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
78 <camunda:in source="tenantId" target="tenantId" />
79 <camunda:in source="false" target="usePreload" />
80 <camunda:in source="aLaCarte" target="aLaCarte" />
81 </bpmn:extensionElements>
82 <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming>
Rob Daughertyf891e732018-11-15 15:09:30 -050083 <bpmn:incoming>SequenceFlow_12ffqm1</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040084 <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing>
85 </bpmn:callActivity>
86 <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy">
87 <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming>
88 <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing>
89 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
90def doCreateVnfAndModules = new DoCreateVnfAndModules()
91doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script>
92 </bpmn:scriptTask>
93 <bpmn:endEvent id="EndEvent_0v6povc">
94 <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming>
95 <bpmn:terminateEventDefinition />
96 </bpmn:endEvent>
97 <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" />
98 <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl">
99 <bpmn:extensionElements>
100 <camunda:properties>
101 <camunda:property />
102 </camunda:properties>
103 </bpmn:extensionElements>
104 <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming>
105 <bpmn:incoming>SequenceFlow_0j52dxv</bpmn:incoming>
106 <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing>
107 <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing>
108 </bpmn:exclusiveGateway>
109 <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" />
110 <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
111 <bpmn:extensionElements>
112 <camunda:in source="msoRequestId" target="msoRequestId" />
113 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
114 <camunda:in source="disableRollback" target="disableRollback" />
115 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
116 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
117 <camunda:in source="vnfType" target="vnfType" />
118 <camunda:in source="vnfName" target="vnfName" />
119 <camunda:in source="vnfId" target="vnfId" />
120 <camunda:in source="vnfInputParameters" target="vnfInputParameters" />
121 <camunda:in source="productFamilyId" target="productFamilyId" />
122 <camunda:out source="vnfId" target="vnfId" />
123 <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
124 <camunda:out source="rollbackData" target="rollbackData" />
125 <camunda:out source="WorkflowException" target="WorkflowException" />
126 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
127 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
128 <camunda:in source="sdncVersion" target="sdncVersion" />
129 <camunda:out source="vnfName" target="vnfName" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400130 <camunda:in source="cloudOwner" target="cloudOwner" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400131 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
132 <camunda:in source="tenantId" target="tenantId" />
133 <camunda:in source="rollbackData" target="rollbackData" />
134 <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400135 </bpmn:extensionElements>
136 <bpmn:incoming>SequenceFlow_19ohb1a</bpmn:incoming>
Rob Daughertya8c9cca2018-11-20 11:41:57 -0500137 <bpmn:outgoing>SequenceFlow_0oxfrrr</bpmn:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400138 </bpmn:callActivity>
139 <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy">
140 <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming>
141 <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing>
142 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
143def doCreateVnfAndModules = new DoCreateVnfAndModules()
144doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script>
145 </bpmn:scriptTask>
146 <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy">
147 <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming>
148 <bpmn:outgoing>SequenceFlow_19ohb1a</bpmn:outgoing>
149 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
150def doCreateVnfAndModules = new DoCreateVnfAndModules()
151doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script>
152 </bpmn:scriptTask>
153 <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr">
154 <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming>
155 <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming>
156 <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing>
157 <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing>
158 </bpmn:exclusiveGateway>
159 <bpmn:sequenceFlow id="SequenceFlow_0jz6bqn" name="yes" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="PreProcessAddOnModule">
160 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("addOnModulesDeployed") < execution.getVariable("addOnModulesToDeploy")}]]></bpmn:conditionExpression>
161 </bpmn:sequenceFlow>
Rob Daughertyf891e732018-11-15 15:09:30 -0500162 <bpmn:sequenceFlow id="SequenceFlow_0kld3qt" name="yes" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="ExclusiveGateway_03anzqd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400163 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("instancesOfThisModuleDeployed") < execution.getVariable("initialCount")}]]></bpmn:conditionExpression>
164 </bpmn:sequenceFlow>
165 <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" />
166 <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="PostProcessAddOnModule" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400167 <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName">
168 <bpmn:extensionElements>
169 <camunda:in source="vnfId" target="vnfId" />
170 <camunda:in source="vnfName" target="vnfName" />
171 <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" />
172 <camunda:in source="basePersonaModelId" target="personaModelId" />
173 <camunda:out source="vfModuleName" target="baseVfModuleName" />
174 <camunda:out source="WorkflowException" target="WorkflowException" />
175 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
176 </bpmn:extensionElements>
Rob Daughertyf891e732018-11-15 15:09:30 -0500177 <bpmn:incoming>SequenceFlow_19ecf9p</bpmn:incoming>
178 <bpmn:outgoing>SequenceFlow_0tbhtk8</bpmn:outgoing>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400179 </bpmn:callActivity>
180 <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName">
181 <bpmn:extensionElements>
182 <camunda:in source="vnfId" target="vnfId" />
183 <camunda:in source="vnfName" target="vnfName" />
184 <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" />
185 <camunda:in source="addOnPersonaModelId" target="personaModelId" />
186 <camunda:out source="vfModuleName" target="addOnVfModuleName" />
187 <camunda:out source="WorkflowException" target="WorkflowException" />
188 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
189 </bpmn:extensionElements>
Rob Daughertyf891e732018-11-15 15:09:30 -0500190 <bpmn:incoming>SequenceFlow_0ulldxo</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400191 <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing>
192 </bpmn:callActivity>
193 <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" />
194 <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" />
195 <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" />
196 <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" />
197 <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy">
198 <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming>
199 <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing>
200 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
201def doCreateVnfAndModules = new DoCreateVnfAndModules()
202doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script>
203 </bpmn:scriptTask>
204 <bpmn:subProcess id="SubProcess_0u7tbb2" name="Sub-process for Application Errors" triggeredByEvent="true">
205 <bpmn:endEvent id="EndEvent_16s0a3q">
206 <bpmn:incoming>SequenceFlow_1h74w1v</bpmn:incoming>
207 </bpmn:endEvent>
208 <bpmn:callActivity id="CallActivity_0gtajjm" name="Call DoCreateVnfAndModulesRollback" calledElement="DoCreateVnfAndModulesRollback">
209 <bpmn:extensionElements>
210 <camunda:in source="msoRequestId" target="msoRequestId" />
211 <camunda:in source="rollbackData" target="rollbackData" />
212 <camunda:in source="disableRollback" target="disableRollback" />
213 <camunda:out source="rolledBack" target="rolledBack" />
214 <camunda:out source="rollbackError" target="rollbackError" />
215 <camunda:in source="sdncVersion" target="sdncVersion" />
216 </bpmn:extensionElements>
217 <bpmn:incoming>SequenceFlow_03v8mmc</bpmn:incoming>
218 <bpmn:outgoing>SequenceFlow_0yu0im2</bpmn:outgoing>
219 </bpmn:callActivity>
220 <bpmn:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">
221 <bpmn:incoming>SequenceFlow_1l0rxnh</bpmn:incoming>
222 <bpmn:outgoing>SequenceFlow_03v8mmc</bpmn:outgoing>
223 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
224def dcvam = new DoCreateVnfAndModules()
225dcvam.preProcessRollback(execution)]]></bpmn:script>
226 </bpmn:scriptTask>
227 <bpmn:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">
228 <bpmn:incoming>SequenceFlow_0yu0im2</bpmn:incoming>
229 <bpmn:outgoing>SequenceFlow_1h74w1v</bpmn:outgoing>
230 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
231def dcvam = new DoCreateVnfAndModules()
232dcvam.postProcessRollback(execution)]]></bpmn:script>
233 </bpmn:scriptTask>
234 <bpmn:sequenceFlow id="SequenceFlow_1l0rxnh" sourceRef="StartEvent_1nbwxby" targetRef="PreProcessRollback" />
235 <bpmn:sequenceFlow id="SequenceFlow_1h74w1v" sourceRef="PostProcessRollback" targetRef="EndEvent_16s0a3q" />
236 <bpmn:sequenceFlow id="SequenceFlow_03v8mmc" sourceRef="PreProcessRollback" targetRef="CallActivity_0gtajjm" />
237 <bpmn:sequenceFlow id="SequenceFlow_0yu0im2" sourceRef="CallActivity_0gtajjm" targetRef="PostProcessRollback" />
238 <bpmn:startEvent id="StartEvent_1nbwxby">
239 <bpmn:outgoing>SequenceFlow_1l0rxnh</bpmn:outgoing>
240 <bpmn:errorEventDefinition errorRef="Error_2" />
241 </bpmn:startEvent>
242 </bpmn:subProcess>
243 <bpmn:sequenceFlow id="SequenceFlow_19ohb1a" sourceRef="QueryCatalogDB" targetRef="CreateVNF" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400244 <bpmn:sequenceFlow id="SequenceFlow_0j52dxv" sourceRef="PostProcessAddOnModule" targetRef="ExclusiveGateway_1vyqr5o" />
245 <bpmn:scriptTask id="PostProcessAddOnModule" name="PostProcess Add-On Module" scriptFormat="groovy">
246 <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming>
247 <bpmn:outgoing>SequenceFlow_0j52dxv</bpmn:outgoing>
248 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
249def doCreateVnfAndModules = new DoCreateVnfAndModules()
250doCreateVnfAndModules.postProcessAddOnModule(execution)]]></bpmn:script>
251 </bpmn:scriptTask>
252 <bpmn:sequenceFlow id="SequenceFlow_1t407j7" sourceRef="Task_1mrb29r" targetRef="Task_0qrf3e8" />
Rob Daughertyf891e732018-11-15 15:09:30 -0500253 <bpmn:sequenceFlow id="SequenceFlow_0baw1tl" sourceRef="Task_0qrf3e8" targetRef="ExclusiveGateway_06ccv8x" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400254 <bpmn:scriptTask id="Task_1mrb29r" name="Create Platform" scriptFormat="groovy">
Rob Daughertya8c9cca2018-11-20 11:41:57 -0500255 <bpmn:incoming>SequenceFlow_0oxfrrr</bpmn:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400256 <bpmn:outgoing>SequenceFlow_1t407j7</bpmn:outgoing>
257 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
258def doCreateVnfAndModules = new DoCreateVnfAndModules()
259doCreateVnfAndModules.createPlatform(execution)]]></bpmn:script>
260 </bpmn:scriptTask>
261 <bpmn:scriptTask id="Task_0qrf3e8" name="Create Line-of-Business" scriptFormat="groovy">
262 <bpmn:incoming>SequenceFlow_1t407j7</bpmn:incoming>
263 <bpmn:outgoing>SequenceFlow_0baw1tl</bpmn:outgoing>
264 <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
265def doCreateVnfAndModules = new DoCreateVnfAndModules()
266doCreateVnfAndModules.createLineOfBusiness(execution)]]></bpmn:script>
267 </bpmn:scriptTask>
Rob Daughertyf891e732018-11-15 15:09:30 -0500268 <bpmn:exclusiveGateway id="ExclusiveGateway_06ccv8x" name="Need to Generate Name?" default="SequenceFlow_10nwzbe">
269 <bpmn:incoming>SequenceFlow_0baw1tl</bpmn:incoming>
270 <bpmn:outgoing>SequenceFlow_19ecf9p</bpmn:outgoing>
271 <bpmn:outgoing>SequenceFlow_10nwzbe</bpmn:outgoing>
272 </bpmn:exclusiveGateway>
273 <bpmn:sequenceFlow id="SequenceFlow_19ecf9p" name="yes" sourceRef="ExclusiveGateway_06ccv8x" targetRef="GenerateBaseModuleName">
274 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("baseVfModuleName") == null}]]></bpmn:conditionExpression>
275 </bpmn:sequenceFlow>
276 <bpmn:sequenceFlow id="SequenceFlow_0tbhtk8" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" />
277 <bpmn:sequenceFlow id="SequenceFlow_10nwzbe" name="no" sourceRef="ExclusiveGateway_06ccv8x" targetRef="CreateBaseVfModule" />
278 <bpmn:exclusiveGateway id="ExclusiveGateway_03anzqd" name="Need to Generate Name?" default="SequenceFlow_12ffqm1">
279 <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming>
280 <bpmn:outgoing>SequenceFlow_0ulldxo</bpmn:outgoing>
281 <bpmn:outgoing>SequenceFlow_12ffqm1</bpmn:outgoing>
282 </bpmn:exclusiveGateway>
283 <bpmn:sequenceFlow id="SequenceFlow_0ulldxo" name="yes" sourceRef="ExclusiveGateway_03anzqd" targetRef="GenerateAddOnModuleName">
284 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("addOnVfModuleName") == null}]]></bpmn:conditionExpression>
285 </bpmn:sequenceFlow>
286 <bpmn:sequenceFlow id="SequenceFlow_12ffqm1" name="no" sourceRef="ExclusiveGateway_03anzqd" targetRef="CreateAddOnVfModule" />
Rob Daughertya8c9cca2018-11-20 11:41:57 -0500287 <bpmn:sequenceFlow id="SequenceFlow_0oxfrrr" sourceRef="CreateVNF" targetRef="Task_1mrb29r" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400288 </bpmn:process>
289 <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
290 <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
291 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
292 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules">
293 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
294 <dc:Bounds x="152" y="147" width="36" height="36" />
295 <bpmndi:BPMNLabel>
296 <dc:Bounds x="170" y="183" width="0" height="0" />
297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNShape>
299 <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest">
300 <dc:Bounds x="256" y="125" width="100" height="80" />
301 </bpmndi:BPMNShape>
302 <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule">
303 <dc:Bounds x="1239" y="125" width="100" height="80" />
304 </bpmndi:BPMNShape>
305 <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt">
306 <di:waypoint xsi:type="dc:Point" x="188" y="165" />
307 <di:waypoint xsi:type="dc:Point" x="256" y="165" />
308 <bpmndi:BPMNLabel>
309 <dc:Bounds x="222" y="150" width="0" height="0" />
310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5">
313 <di:waypoint xsi:type="dc:Point" x="356" y="165" />
314 <di:waypoint xsi:type="dc:Point" x="418" y="165" />
315 <bpmndi:BPMNLabel>
316 <dc:Bounds x="387" y="150" width="0" height="0" />
317 </bpmndi:BPMNLabel>
318 </bpmndi:BPMNEdge>
319 <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule">
320 <dc:Bounds x="2100" y="57" width="100" height="80" />
321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks">
323 <dc:Bounds x="2239" y="57" width="100" height="80" />
324 </bpmndi:BPMNShape>
325 <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc">
Rob Daughertyf891e732018-11-15 15:09:30 -0500326 <dc:Bounds x="1524" y="37" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400327 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500328 <dc:Bounds x="1497" y="73" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNShape>
331 <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k">
332 <di:waypoint xsi:type="dc:Point" x="2200" y="97" />
333 <di:waypoint xsi:type="dc:Point" x="2239" y="97" />
334 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500335 <dc:Bounds x="2175" y="82" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400336 </bpmndi:BPMNLabel>
337 </bpmndi:BPMNEdge>
338 <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true">
339 <dc:Bounds x="1517" y="140" width="50" height="50" />
340 <bpmndi:BPMNLabel>
341 <dc:Bounds x="1498" y="190" width="90" height="24" />
342 </bpmndi:BPMNLabel>
343 </bpmndi:BPMNShape>
344 <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl">
345 <di:waypoint xsi:type="dc:Point" x="1542" y="140" />
Rob Daughertyf891e732018-11-15 15:09:30 -0500346 <di:waypoint xsi:type="dc:Point" x="1542" y="73" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400347 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500348 <dc:Bounds x="1548" y="98.99999999999997" width="16" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400349 </bpmndi:BPMNLabel>
350 </bpmndi:BPMNEdge>
351 <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF">
352 <dc:Bounds x="574" y="125" width="100" height="80" />
353 </bpmndi:BPMNShape>
354 <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule">
355 <dc:Bounds x="1651" y="125" width="100" height="80" />
356 </bpmndi:BPMNShape>
357 <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB">
358 <dc:Bounds x="418" y="125" width="100" height="80" />
359 </bpmndi:BPMNShape>
360 <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true">
361 <dc:Bounds x="1844" y="140" width="50" height="50" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="1837" y="190" width="63" height="24" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNShape>
366 <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn">
367 <di:waypoint xsi:type="dc:Point" x="1567" y="165" />
368 <di:waypoint xsi:type="dc:Point" x="1609" y="165" />
369 <di:waypoint xsi:type="dc:Point" x="1609" y="165" />
370 <di:waypoint xsi:type="dc:Point" x="1649" y="165" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="1571" y="147" width="16" height="12" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt">
376 <di:waypoint xsi:type="dc:Point" x="1869" y="140" />
Rob Daughertyf891e732018-11-15 15:09:30 -0500377 <di:waypoint xsi:type="dc:Point" x="1869" y="97" />
378 <di:waypoint xsi:type="dc:Point" x="1974" y="97" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400379 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500380 <dc:Bounds x="1890.6265060240964" y="103.99999999999983" width="20" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
383 <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m">
384 <di:waypoint xsi:type="dc:Point" x="2289" y="137" />
385 <di:waypoint xsi:type="dc:Point" x="2289" y="165" />
386 <di:waypoint xsi:type="dc:Point" x="1894" y="165" />
387 <bpmndi:BPMNLabel>
388 <dc:Bounds x="2304" y="151" width="0" height="0" />
389 </bpmndi:BPMNLabel>
390 </bpmndi:BPMNEdge>
391 <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr">
392 <di:waypoint xsi:type="dc:Point" x="1869" y="190" />
393 <di:waypoint xsi:type="dc:Point" x="1869" y="221" />
394 <di:waypoint xsi:type="dc:Point" x="1869" y="221" />
395 <di:waypoint xsi:type="dc:Point" x="1869" y="301" />
396 <di:waypoint xsi:type="dc:Point" x="1751" y="301" />
397 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500398 <dc:Bounds x="1878" y="247" width="15" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400399 </bpmndi:BPMNLabel>
400 </bpmndi:BPMNEdge>
401 <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName">
Rob Daughertyf891e732018-11-15 15:09:30 -0500402 <dc:Bounds x="1077" y="245" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400403 </bpmndi:BPMNShape>
404 <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName">
Rob Daughertyf891e732018-11-15 15:09:30 -0500405 <dc:Bounds x="1949" y="-53" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400406 </bpmndi:BPMNShape>
407 <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl">
Rob Daughertyf891e732018-11-15 15:09:30 -0500408 <di:waypoint xsi:type="dc:Point" x="2049" y="-13" />
409 <di:waypoint xsi:type="dc:Point" x="2150" y="-13" />
410 <di:waypoint xsi:type="dc:Point" x="2150" y="57" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400411 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500412 <dc:Bounds x="2054.5" y="-28" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNEdge>
415 <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf">
416 <di:waypoint xsi:type="dc:Point" x="1751" y="165" />
417 <di:waypoint xsi:type="dc:Point" x="1844" y="165" />
418 <bpmndi:BPMNLabel>
419 <dc:Bounds x="1798" y="140" width="0" height="0" />
420 </bpmndi:BPMNLabel>
421 </bpmndi:BPMNEdge>
422 <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6">
423 <di:waypoint xsi:type="dc:Point" x="1339" y="165" />
424 <di:waypoint xsi:type="dc:Point" x="1381" y="165" />
425 <bpmndi:BPMNLabel>
426 <dc:Bounds x="1360" y="150" width="0" height="0" />
427 </bpmndi:BPMNLabel>
428 </bpmndi:BPMNEdge>
429 <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu">
430 <di:waypoint xsi:type="dc:Point" x="1481" y="165" />
431 <di:waypoint xsi:type="dc:Point" x="1517" y="165" />
432 <bpmndi:BPMNLabel>
433 <dc:Bounds x="1499" y="150" width="0" height="0" />
434 </bpmndi:BPMNLabel>
435 </bpmndi:BPMNEdge>
436 <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i">
437 <dc:Bounds x="1381" y="125" width="100" height="80" />
438 </bpmndi:BPMNShape>
439 <bpmndi:BPMNShape id="SubProcess_0u7tbb2_di" bpmnElement="SubProcess_0u7tbb2" isExpanded="true">
440 <dc:Bounds x="113" y="382" width="783" height="195" />
441 </bpmndi:BPMNShape>
442 <bpmndi:BPMNShape id="EndEvent_16s0a3q_di" bpmnElement="EndEvent_16s0a3q">
443 <dc:Bounds x="843" y="460" width="36" height="36" />
444 <bpmndi:BPMNLabel>
445 <dc:Bounds x="861" y="501" width="0" height="0" />
446 </bpmndi:BPMNLabel>
447 </bpmndi:BPMNShape>
448 <bpmndi:BPMNShape id="CallActivity_0gtajjm_di" bpmnElement="CallActivity_0gtajjm">
449 <dc:Bounds x="508" y="438" width="100" height="80" />
450 </bpmndi:BPMNShape>
451 <bpmndi:BPMNShape id="ScriptTask_12g5tld_di" bpmnElement="PreProcessRollback">
452 <dc:Bounds x="345" y="438" width="100" height="80" />
453 </bpmndi:BPMNShape>
454 <bpmndi:BPMNShape id="ScriptTask_1nk6apr_di" bpmnElement="PostProcessRollback">
455 <dc:Bounds x="676" y="438" width="100" height="80" />
456 </bpmndi:BPMNShape>
457 <bpmndi:BPMNEdge id="SequenceFlow_1l0rxnh_di" bpmnElement="SequenceFlow_1l0rxnh">
458 <di:waypoint xsi:type="dc:Point" x="246" y="478" />
459 <di:waypoint xsi:type="dc:Point" x="345" y="478" />
460 <bpmndi:BPMNLabel>
461 <dc:Bounds x="296" y="463" width="0" height="0" />
462 </bpmndi:BPMNLabel>
463 </bpmndi:BPMNEdge>
464 <bpmndi:BPMNEdge id="SequenceFlow_1h74w1v_di" bpmnElement="SequenceFlow_1h74w1v">
465 <di:waypoint xsi:type="dc:Point" x="776" y="478" />
466 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
467 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
468 <di:waypoint xsi:type="dc:Point" x="843" y="478" />
469 <bpmndi:BPMNLabel>
470 <dc:Bounds x="823" y="478" width="0" height="0" />
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="SequenceFlow_03v8mmc_di" bpmnElement="SequenceFlow_03v8mmc">
474 <di:waypoint xsi:type="dc:Point" x="445" y="478" />
475 <di:waypoint xsi:type="dc:Point" x="508" y="478" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="477" y="463" width="0" height="0" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="SequenceFlow_0yu0im2_di" bpmnElement="SequenceFlow_0yu0im2">
481 <di:waypoint xsi:type="dc:Point" x="608" y="478" />
482 <di:waypoint xsi:type="dc:Point" x="676" y="478" />
483 <bpmndi:BPMNLabel>
484 <dc:Bounds x="642" y="463" width="0" height="0" />
485 </bpmndi:BPMNLabel>
486 </bpmndi:BPMNEdge>
487 <bpmndi:BPMNShape id="StartEvent_00jdkur_di" bpmnElement="StartEvent_1nbwxby">
488 <dc:Bounds x="210" y="460" width="36" height="36" />
489 <bpmndi:BPMNLabel>
490 <dc:Bounds x="228" y="501" width="0" height="0" />
491 </bpmndi:BPMNLabel>
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNEdge id="SequenceFlow_19ohb1a_di" bpmnElement="SequenceFlow_19ohb1a">
494 <di:waypoint xsi:type="dc:Point" x="518" y="165" />
495 <di:waypoint xsi:type="dc:Point" x="574" y="165" />
496 <bpmndi:BPMNLabel>
497 <dc:Bounds x="546" y="140" width="0" height="0" />
498 </bpmndi:BPMNLabel>
499 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400500 <bpmndi:BPMNEdge id="SequenceFlow_0j52dxv_di" bpmnElement="SequenceFlow_0j52dxv">
501 <di:waypoint xsi:type="dc:Point" x="1651" y="301" />
502 <di:waypoint xsi:type="dc:Point" x="1543" y="301" />
503 <di:waypoint xsi:type="dc:Point" x="1542" y="190" />
504 <bpmndi:BPMNLabel>
505 <dc:Bounds x="1597" y="286" width="0" height="0" />
506 </bpmndi:BPMNLabel>
507 </bpmndi:BPMNEdge>
508 <bpmndi:BPMNShape id="ScriptTask_0srhar8_di" bpmnElement="PostProcessAddOnModule">
509 <dc:Bounds x="1651" y="262" width="100" height="80" />
510 </bpmndi:BPMNShape>
511 <bpmndi:BPMNEdge id="SequenceFlow_1t407j7_di" bpmnElement="SequenceFlow_1t407j7">
512 <di:waypoint xsi:type="dc:Point" x="842" y="165" />
513 <di:waypoint xsi:type="dc:Point" x="916" y="165" />
514 <bpmndi:BPMNLabel>
515 <dc:Bounds x="879" y="150" width="0" height="0" />
516 </bpmndi:BPMNLabel>
517 </bpmndi:BPMNEdge>
518 <bpmndi:BPMNEdge id="SequenceFlow_0baw1tl_di" bpmnElement="SequenceFlow_0baw1tl">
519 <di:waypoint xsi:type="dc:Point" x="1016" y="165" />
Rob Daughertyf891e732018-11-15 15:09:30 -0500520 <di:waypoint xsi:type="dc:Point" x="1100" y="165" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400521 <bpmndi:BPMNLabel>
Rob Daughertyf891e732018-11-15 15:09:30 -0500522 <dc:Bounds x="1013" y="150" width="90" height="0" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400523 </bpmndi:BPMNLabel>
524 </bpmndi:BPMNEdge>
525 <bpmndi:BPMNShape id="ScriptTask_0i9vj5o_di" bpmnElement="Task_1mrb29r">
526 <dc:Bounds x="742" y="125" width="100" height="80" />
527 </bpmndi:BPMNShape>
528 <bpmndi:BPMNShape id="ScriptTask_0stghuy_di" bpmnElement="Task_0qrf3e8">
529 <dc:Bounds x="916" y="125" width="100" height="80" />
530 </bpmndi:BPMNShape>
Rob Daughertyf891e732018-11-15 15:09:30 -0500531 <bpmndi:BPMNShape id="ExclusiveGateway_06ccv8x_di" bpmnElement="ExclusiveGateway_06ccv8x" isMarkerVisible="true">
532 <dc:Bounds x="1102" y="140" width="50" height="50" />
533 <bpmndi:BPMNLabel>
534 <dc:Bounds x="1083" y="102" width="87" height="24" />
535 </bpmndi:BPMNLabel>
536 </bpmndi:BPMNShape>
537 <bpmndi:BPMNEdge id="SequenceFlow_19ecf9p_di" bpmnElement="SequenceFlow_19ecf9p">
538 <di:waypoint xsi:type="dc:Point" x="1127" y="190" />
539 <di:waypoint xsi:type="dc:Point" x="1127" y="215" />
540 <di:waypoint xsi:type="dc:Point" x="1127" y="215" />
541 <di:waypoint xsi:type="dc:Point" x="1127" y="245" />
542 <bpmndi:BPMNLabel>
543 <dc:Bounds x="1132" y="209" width="20" height="12" />
544 </bpmndi:BPMNLabel>
545 </bpmndi:BPMNEdge>
546 <bpmndi:BPMNEdge id="SequenceFlow_0tbhtk8_di" bpmnElement="SequenceFlow_0tbhtk8">
547 <di:waypoint xsi:type="dc:Point" x="1177" y="285" />
548 <di:waypoint xsi:type="dc:Point" x="1289" y="285" />
549 <di:waypoint xsi:type="dc:Point" x="1289" y="205" />
550 <bpmndi:BPMNLabel>
551 <dc:Bounds x="1233" y="264" width="0" height="12" />
552 </bpmndi:BPMNLabel>
553 </bpmndi:BPMNEdge>
554 <bpmndi:BPMNEdge id="SequenceFlow_10nwzbe_di" bpmnElement="SequenceFlow_10nwzbe">
555 <di:waypoint xsi:type="dc:Point" x="1152" y="165" />
556 <di:waypoint xsi:type="dc:Point" x="1239" y="165" />
557 <bpmndi:BPMNLabel>
558 <dc:Bounds x="1188" y="144" width="15" height="12" />
559 </bpmndi:BPMNLabel>
560 </bpmndi:BPMNEdge>
561 <bpmndi:BPMNShape id="ExclusiveGateway_03anzqd_di" bpmnElement="ExclusiveGateway_03anzqd" isMarkerVisible="true">
562 <dc:Bounds x="1973.884115884116" y="71.89710289710288" width="50" height="50" />
563 <bpmndi:BPMNLabel>
564 <dc:Bounds x="1957" y="126" width="87" height="24" />
565 </bpmndi:BPMNLabel>
566 </bpmndi:BPMNShape>
567 <bpmndi:BPMNEdge id="SequenceFlow_0ulldxo_di" bpmnElement="SequenceFlow_0ulldxo">
568 <di:waypoint xsi:type="dc:Point" x="1999" y="72" />
569 <di:waypoint xsi:type="dc:Point" x="1999" y="27" />
570 <bpmndi:BPMNLabel>
571 <dc:Bounds x="2004" y="44" width="20" height="12" />
572 </bpmndi:BPMNLabel>
573 </bpmndi:BPMNEdge>
574 <bpmndi:BPMNEdge id="SequenceFlow_12ffqm1_di" bpmnElement="SequenceFlow_12ffqm1">
575 <di:waypoint xsi:type="dc:Point" x="2024" y="97" />
576 <di:waypoint xsi:type="dc:Point" x="2100" y="97" />
577 <bpmndi:BPMNLabel>
578 <dc:Bounds x="2055" y="76" width="15" height="12" />
579 </bpmndi:BPMNLabel>
580 </bpmndi:BPMNEdge>
Rob Daughertya8c9cca2018-11-20 11:41:57 -0500581 <bpmndi:BPMNEdge id="SequenceFlow_0oxfrrr_di" bpmnElement="SequenceFlow_0oxfrrr">
582 <di:waypoint xsi:type="dc:Point" x="674" y="165" />
583 <di:waypoint xsi:type="dc:Point" x="742" y="165" />
584 <bpmndi:BPMNLabel>
585 <dc:Bounds x="708" y="144" width="0" height="12" />
586 </bpmndi:BPMNLabel>
587 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400588 </bpmndi:BPMNPlane>
589 </bpmndi:BPMNDiagram>
590</bpmn:definitions>