blob: 8cbc7e97cd90d308e3af468f6a9ea52a6a9a287a [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?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: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.4.0">
3 <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.openecomp.mso.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>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070016 <camunda:in source="msoRequestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +020017 <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" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040028 <camunda:in source="isBaseVfModule" target="isBaseVfModule" />
xg353yb6b7bef2017-04-11 13:30:42 +020029 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
30 <camunda:out source="vfModuleId" target="createdVfModuleId" />
31 <camunda:out source="vfModuleOutputParams" target="createdVfModuleOutputParams" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040032 <camunda:out source="rollbackData" target="DCVAM_baseRollbackData" />
xg353yb6b7bef2017-04-11 13:30:42 +020033 <camunda:out source="WorkflowException" target="WorkflowException" />
34 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070035 <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" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070039 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
40 <camunda:in source="tenantId" target="tenantId" />
41 <camunda:in source="false" target="usePreload" />
Rob Daugherty38f72072018-03-14 02:07:32 -040042 <camunda:in source="aLaCarte" target="aLaCarte" />
Marcus G K Williams24473212018-05-31 05:39:55 -070043 <camunda:in source="RegionOne_flavorList" target="RegionOne_flavorList" />
xg353yb6b7bef2017-04-11 13:30:42 +020044 </bpmn:extensionElements>
45 <bpmn:incoming>SequenceFlow_1hf7k7q</bpmn:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070046 <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020047 </bpmn:callActivity>
48 <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040049 <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="QueryCatalogDB" />
xg353yb6b7bef2017-04-11 13:30:42 +020050 <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule">
51 <bpmn:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070052 <camunda:in source="msoRequestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +020053 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
54 <camunda:in source="disableRollback" target="disableRollback" />
55 <camunda:in source="vnfType" target="vnfType" />
56 <camunda:in source="vnfName" target="vnfName" />
57 <camunda:in source="vnfId" target="vnfId" />
58 <camunda:in source="addOnVfModuleName" target="vfModuleName" />
59 <camunda:in source="vfModuleType" target="vfModuleType" />
60 <camunda:in source="addOnVfModuleId" target="vfModuleId" />
61 <camunda:in source="volumeGroupId" target="volumeGroupId" />
62 <camunda:in source="volumeGroupName" target="volumeGroupName" />
63 <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040064 <camunda:in source="isBaseVfModule" target="isBaseVfModule" />
xg353yb6b7bef2017-04-11 13:30:42 +020065 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
66 <camunda:out source="vfModuleId" target="createdVfModuleId" />
67 <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040068 <camunda:out source="rollbackData" target="DCVAM_addOnRollbackData" />
xg353yb6b7bef2017-04-11 13:30:42 +020069 <camunda:out source="WorkflowException" target="WorkflowException" />
70 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070071 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
72 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
73 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
74 <camunda:in source="sdncVersion" target="sdncVersion" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070075 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
76 <camunda:in source="tenantId" target="tenantId" />
77 <camunda:in source="false" target="usePreload" />
Rob Daugherty38f72072018-03-14 02:07:32 -040078 <camunda:in source="aLaCarte" target="aLaCarte" />
xg353yb6b7bef2017-04-11 13:30:42 +020079 </bpmn:extensionElements>
80 <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming>
81 <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing>
82 </bpmn:callActivity>
83 <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy">
84 <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming>
85 <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing>
86 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
87def doCreateVnfAndModules = new DoCreateVnfAndModules()
88doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script>
89 </bpmn:scriptTask>
90 <bpmn:endEvent id="EndEvent_0v6povc">
91 <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming>
92 <bpmn:terminateEventDefinition />
93 </bpmn:endEvent>
94 <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" />
95 <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl">
96 <bpmn:extensionElements>
97 <camunda:properties>
98 <camunda:property />
99 </camunda:properties>
100 </bpmn:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700101 <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400102 <bpmn:incoming>SequenceFlow_0j52dxv</bpmn:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200103 <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing>
104 <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing>
105 </bpmn:exclusiveGateway>
106 <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" />
107 <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
108 <bpmn:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700109 <camunda:in source="msoRequestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +0200110 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
111 <camunda:in source="disableRollback" target="disableRollback" />
112 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
113 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
114 <camunda:in source="vnfType" target="vnfType" />
115 <camunda:in source="vnfName" target="vnfName" />
116 <camunda:in source="vnfId" target="vnfId" />
xg353yb6b7bef2017-04-11 13:30:42 +0200117 <camunda:in source="vnfInputParameters" target="vnfInputParameters" />
118 <camunda:in source="productFamilyId" target="productFamilyId" />
119 <camunda:out source="vnfId" target="vnfId" />
120 <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400121 <camunda:out source="rollbackData" target="rollbackData" />
xg353yb6b7bef2017-04-11 13:30:42 +0200122 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700123 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
124 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
125 <camunda:in source="sdncVersion" target="sdncVersion" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700126 <camunda:out source="vnfName" target="vnfName" />
127 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
128 <camunda:in source="tenantId" target="tenantId" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400129 <camunda:in source="rollbackData" target="rollbackData" />
130 <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" />
Marcus G K Williams24473212018-05-31 05:39:55 -0700131 <camunda:in source="RegionOne_flavorList" target="RegionOne_flavorList" />
xg353yb6b7bef2017-04-11 13:30:42 +0200132 </bpmn:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400133 <bpmn:incoming>SequenceFlow_19ohb1a</bpmn:incoming>
134 <bpmn:outgoing>SequenceFlow_07u8e3l</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +0200135 </bpmn:callActivity>
136 <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy">
137 <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming>
138 <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing>
139 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
140def doCreateVnfAndModules = new DoCreateVnfAndModules()
141doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script>
142 </bpmn:scriptTask>
143 <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400144 <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming>
145 <bpmn:outgoing>SequenceFlow_19ohb1a</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +0200146 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
147def doCreateVnfAndModules = new DoCreateVnfAndModules()
148doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script>
149 </bpmn:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200150 <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr">
151 <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming>
152 <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming>
153 <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing>
154 <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing>
155 </bpmn:exclusiveGateway>
156 <bpmn:sequenceFlow id="SequenceFlow_0jz6bqn" name="yes" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="PreProcessAddOnModule">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700157 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("addOnModulesDeployed") < execution.getVariable("addOnModulesToDeploy")}]]></bpmn:conditionExpression>
xg353yb6b7bef2017-04-11 13:30:42 +0200158 </bpmn:sequenceFlow>
159 <bpmn:sequenceFlow id="SequenceFlow_0kld3qt" name="yes" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="GenerateAddOnModuleName">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700160 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("instancesOfThisModuleDeployed") < execution.getVariable("initialCount")}]]></bpmn:conditionExpression>
xg353yb6b7bef2017-04-11 13:30:42 +0200161 </bpmn:sequenceFlow>
162 <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400163 <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="PostProcessAddOnModule" />
xg353yb6b7bef2017-04-11 13:30:42 +0200164 <bpmn:sequenceFlow id="SequenceFlow_1hf7k7q" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" />
165 <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName">
166 <bpmn:extensionElements>
167 <camunda:in source="vnfId" target="vnfId" />
168 <camunda:in source="vnfName" target="vnfName" />
169 <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" />
170 <camunda:in source="basePersonaModelId" target="personaModelId" />
171 <camunda:out source="vfModuleName" target="baseVfModuleName" />
172 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700173 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200174 </bpmn:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400175 <bpmn:incoming>SequenceFlow_07u8e3l</bpmn:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200176 <bpmn:outgoing>SequenceFlow_1hf7k7q</bpmn:outgoing>
177 </bpmn:callActivity>
178 <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName">
179 <bpmn:extensionElements>
180 <camunda:in source="vnfId" target="vnfId" />
181 <camunda:in source="vnfName" target="vnfName" />
182 <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" />
183 <camunda:in source="addOnPersonaModelId" target="personaModelId" />
184 <camunda:out source="vfModuleName" target="addOnVfModuleName" />
185 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700186 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200187 </bpmn:extensionElements>
188 <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming>
189 <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing>
190 </bpmn:callActivity>
191 <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" />
xg353yb6b7bef2017-04-11 13:30:42 +0200192 <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700193 <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" />
194 <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" />
195 <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy">
196 <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming>
197 <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing>
198 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
199def doCreateVnfAndModules = new DoCreateVnfAndModules()
200doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script>
201 </bpmn:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400202 <bpmn:subProcess id="SubProcess_0u7tbb2" name="Sub-process for Application Errors" triggeredByEvent="true">
203 <bpmn:endEvent id="EndEvent_16s0a3q">
204 <bpmn:incoming>SequenceFlow_1h74w1v</bpmn:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700205 </bpmn:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400206 <bpmn:callActivity id="CallActivity_0gtajjm" name="Call DoCreateVnfAndModulesRollback" calledElement="DoCreateVnfAndModulesRollback">
207 <bpmn:extensionElements>
208 <camunda:in source="msoRequestId" target="msoRequestId" />
209 <camunda:in source="rollbackData" target="rollbackData" />
210 <camunda:in source="disableRollback" target="disableRollback" />
211 <camunda:out source="rolledBack" target="rolledBack" />
212 <camunda:out source="rollbackError" target="rollbackError" />
213 <camunda:in source="sdncVersion" target="sdncVersion" />
214 </bpmn:extensionElements>
215 <bpmn:incoming>SequenceFlow_03v8mmc</bpmn:incoming>
216 <bpmn:outgoing>SequenceFlow_0yu0im2</bpmn:outgoing>
217 </bpmn:callActivity>
218 <bpmn:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">
219 <bpmn:incoming>SequenceFlow_1l0rxnh</bpmn:incoming>
220 <bpmn:outgoing>SequenceFlow_03v8mmc</bpmn:outgoing>
221 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
222def dcvam = new DoCreateVnfAndModules()
223dcvam.preProcessRollback(execution)]]></bpmn:script>
224 </bpmn:scriptTask>
225 <bpmn:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">
226 <bpmn:incoming>SequenceFlow_0yu0im2</bpmn:incoming>
227 <bpmn:outgoing>SequenceFlow_1h74w1v</bpmn:outgoing>
228 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
229def dcvam = new DoCreateVnfAndModules()
230dcvam.postProcessRollback(execution)]]></bpmn:script>
231 </bpmn:scriptTask>
232 <bpmn:sequenceFlow id="SequenceFlow_1l0rxnh" sourceRef="StartEvent_1nbwxby" targetRef="PreProcessRollback" />
233 <bpmn:sequenceFlow id="SequenceFlow_1h74w1v" sourceRef="PostProcessRollback" targetRef="EndEvent_16s0a3q" />
234 <bpmn:sequenceFlow id="SequenceFlow_03v8mmc" sourceRef="PreProcessRollback" targetRef="CallActivity_0gtajjm" />
235 <bpmn:sequenceFlow id="SequenceFlow_0yu0im2" sourceRef="CallActivity_0gtajjm" targetRef="PostProcessRollback" />
236 <bpmn:startEvent id="StartEvent_1nbwxby">
237 <bpmn:outgoing>SequenceFlow_1l0rxnh</bpmn:outgoing>
238 <bpmn:errorEventDefinition errorRef="Error_2" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700239 </bpmn:startEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700240 </bpmn:subProcess>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400241 <bpmn:sequenceFlow id="SequenceFlow_19ohb1a" sourceRef="QueryCatalogDB" targetRef="CreateVNF" />
242 <bpmn:sequenceFlow id="SequenceFlow_07u8e3l" sourceRef="CreateVNF" targetRef="GenerateBaseModuleName" />
243 <bpmn:sequenceFlow id="SequenceFlow_0j52dxv" sourceRef="PostProcessAddOnModule" targetRef="ExclusiveGateway_1vyqr5o" />
244 <bpmn:scriptTask id="PostProcessAddOnModule" name="PostProcess Add-On Module" scriptFormat="groovy">
245 <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming>
246 <bpmn:outgoing>SequenceFlow_0j52dxv</bpmn:outgoing>
247 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
248def doCreateVnfAndModules = new DoCreateVnfAndModules()
249doCreateVnfAndModules.postProcessAddOnModule(execution)]]></bpmn:script>
250 </bpmn:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200251 </bpmn:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700252 <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
253 <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
xg353yb6b7bef2017-04-11 13:30:42 +0200254 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
255 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules">
256 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
257 <dc:Bounds x="152" y="147" width="36" height="36" />
258 <bpmndi:BPMNLabel>
259 <dc:Bounds x="170" y="183" width="0" height="0" />
260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest">
263 <dc:Bounds x="256" y="125" width="100" height="80" />
264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule">
266 <dc:Bounds x="888" y="125" width="100" height="80" />
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt">
269 <di:waypoint xsi:type="dc:Point" x="188" y="165" />
270 <di:waypoint xsi:type="dc:Point" x="256" y="165" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="222" y="150" width="0" height="0" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5">
276 <di:waypoint xsi:type="dc:Point" x="356" y="165" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400277 <di:waypoint xsi:type="dc:Point" x="418" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200278 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400279 <dc:Bounds x="387" y="150" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700283 <dc:Bounds x="1749" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700286 <dc:Bounds x="1888" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700289 <dc:Bounds x="2011" y="147" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200290 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700291 <dc:Bounds x="2029" y="183" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700295 <di:waypoint xsi:type="dc:Point" x="1849" y="97" />
296 <di:waypoint xsi:type="dc:Point" x="1888" y="97" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700298 <dc:Bounds x="1869" y="82" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700302 <dc:Bounds x="1166" y="140" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200303 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700304 <dc:Bounds x="1150" y="190" width="84" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200305 </bpmndi:BPMNLabel>
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700308 <di:waypoint xsi:type="dc:Point" x="1191" y="140" />
309 <di:waypoint xsi:type="dc:Point" x="1191" y="36" />
310 <di:waypoint xsi:type="dc:Point" x="2029" y="36" />
311 <di:waypoint xsi:type="dc:Point" x="2029" y="147" />
xg353yb6b7bef2017-04-11 13:30:42 +0200312 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700313 <dc:Bounds x="1612" y="21" width="14" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNEdge>
316 <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400317 <dc:Bounds x="574" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200318 </bpmndi:BPMNShape>
319 <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700320 <dc:Bounds x="1300" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400323 <dc:Bounds x="418" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200324 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200325 <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700326 <dc:Bounds x="1493" y="140" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200327 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700328 <dc:Bounds x="1489" y="190" width="58" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNShape>
331 <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700332 <di:waypoint xsi:type="dc:Point" x="1216" y="165" />
333 <di:waypoint xsi:type="dc:Point" x="1258" y="165" />
334 <di:waypoint xsi:type="dc:Point" x="1258" y="165" />
335 <di:waypoint xsi:type="dc:Point" x="1298" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200336 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700337 <dc:Bounds x="1219" y="147" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNEdge>
340 <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700341 <di:waypoint xsi:type="dc:Point" x="1518" y="140" />
342 <di:waypoint xsi:type="dc:Point" x="1518" y="89" />
343 <di:waypoint xsi:type="dc:Point" x="1601" y="89" />
xg353yb6b7bef2017-04-11 13:30:42 +0200344 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700345 <dc:Bounds x="1534" y="96" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200346 </bpmndi:BPMNLabel>
347 </bpmndi:BPMNEdge>
348 <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700349 <di:waypoint xsi:type="dc:Point" x="1938" y="137" />
350 <di:waypoint xsi:type="dc:Point" x="1938" y="165" />
351 <di:waypoint xsi:type="dc:Point" x="1543" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200352 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700353 <dc:Bounds x="1953" y="151" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNEdge>
356 <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700357 <di:waypoint xsi:type="dc:Point" x="1518" y="190" />
358 <di:waypoint xsi:type="dc:Point" x="1518" y="221" />
359 <di:waypoint xsi:type="dc:Point" x="1518" y="221" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400360 <di:waypoint xsi:type="dc:Point" x="1518" y="301" />
361 <di:waypoint xsi:type="dc:Point" x="1400" y="301" />
xg353yb6b7bef2017-04-11 13:30:42 +0200362 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400363 <dc:Bounds x="1528" y="247.2077922077922" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNEdge>
366 <bpmndi:BPMNEdge id="SequenceFlow_1hf7k7q_di" bpmnElement="SequenceFlow_1hf7k7q">
367 <di:waypoint xsi:type="dc:Point" x="840" y="165" />
368 <di:waypoint xsi:type="dc:Point" x="888" y="165" />
369 <bpmndi:BPMNLabel>
370 <dc:Bounds x="864" y="150" width="0" height="0" />
371 </bpmndi:BPMNLabel>
372 </bpmndi:BPMNEdge>
373 <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName">
374 <dc:Bounds x="740" y="125" width="100" height="80" />
375 </bpmndi:BPMNShape>
376 <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700377 <dc:Bounds x="1601" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200378 </bpmndi:BPMNShape>
379 <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700380 <di:waypoint xsi:type="dc:Point" x="1701" y="97" />
381 <di:waypoint xsi:type="dc:Point" x="1749" y="97" />
xg353yb6b7bef2017-04-11 13:30:42 +0200382 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700383 <dc:Bounds x="1725" y="82" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200384 </bpmndi:BPMNLabel>
385 </bpmndi:BPMNEdge>
386 <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700387 <di:waypoint xsi:type="dc:Point" x="1400" y="165" />
388 <di:waypoint xsi:type="dc:Point" x="1493" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200389 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700390 <dc:Bounds x="1447" y="140" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200391 </bpmndi:BPMNLabel>
392 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700393 <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6">
394 <di:waypoint xsi:type="dc:Point" x="988" y="165" />
395 <di:waypoint xsi:type="dc:Point" x="1030" y="165" />
396 <bpmndi:BPMNLabel>
397 <dc:Bounds x="1009" y="150" width="0" height="0" />
398 </bpmndi:BPMNLabel>
399 </bpmndi:BPMNEdge>
400 <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu">
401 <di:waypoint xsi:type="dc:Point" x="1130" y="165" />
402 <di:waypoint xsi:type="dc:Point" x="1166" y="165" />
403 <bpmndi:BPMNLabel>
404 <dc:Bounds x="1148" y="150" width="0" height="0" />
405 </bpmndi:BPMNLabel>
406 </bpmndi:BPMNEdge>
407 <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i">
408 <dc:Bounds x="1030" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200409 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400410 <bpmndi:BPMNShape id="SubProcess_0u7tbb2_di" bpmnElement="SubProcess_0u7tbb2" isExpanded="true">
411 <dc:Bounds x="113" y="382" width="783" height="195" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700412 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400413 <bpmndi:BPMNShape id="EndEvent_16s0a3q_di" bpmnElement="EndEvent_16s0a3q">
414 <dc:Bounds x="843" y="460" width="36" height="36" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700415 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400416 <dc:Bounds x="861" y="501" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700417 </bpmndi:BPMNLabel>
418 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400419 <bpmndi:BPMNShape id="CallActivity_0gtajjm_di" bpmnElement="CallActivity_0gtajjm">
420 <dc:Bounds x="508" y="438" width="100" height="80" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700421 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400422 <bpmndi:BPMNShape id="ScriptTask_12g5tld_di" bpmnElement="PreProcessRollback">
423 <dc:Bounds x="345" y="438" width="100" height="80" />
424 </bpmndi:BPMNShape>
425 <bpmndi:BPMNShape id="ScriptTask_1nk6apr_di" bpmnElement="PostProcessRollback">
426 <dc:Bounds x="676" y="438" width="100" height="80" />
427 </bpmndi:BPMNShape>
428 <bpmndi:BPMNEdge id="SequenceFlow_1l0rxnh_di" bpmnElement="SequenceFlow_1l0rxnh">
429 <di:waypoint xsi:type="dc:Point" x="246" y="478" />
430 <di:waypoint xsi:type="dc:Point" x="345" y="478" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700431 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400432 <dc:Bounds x="296" y="463" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400435 <bpmndi:BPMNEdge id="SequenceFlow_1h74w1v_di" bpmnElement="SequenceFlow_1h74w1v">
436 <di:waypoint xsi:type="dc:Point" x="776" y="478" />
437 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
438 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
439 <di:waypoint xsi:type="dc:Point" x="843" y="478" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700440 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400441 <dc:Bounds x="823" y="478" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700442 </bpmndi:BPMNLabel>
443 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400444 <bpmndi:BPMNEdge id="SequenceFlow_03v8mmc_di" bpmnElement="SequenceFlow_03v8mmc">
445 <di:waypoint xsi:type="dc:Point" x="445" y="478" />
446 <di:waypoint xsi:type="dc:Point" x="508" y="478" />
447 <bpmndi:BPMNLabel>
448 <dc:Bounds x="477" y="463" width="0" height="0" />
449 </bpmndi:BPMNLabel>
450 </bpmndi:BPMNEdge>
451 <bpmndi:BPMNEdge id="SequenceFlow_0yu0im2_di" bpmnElement="SequenceFlow_0yu0im2">
452 <di:waypoint xsi:type="dc:Point" x="608" y="478" />
453 <di:waypoint xsi:type="dc:Point" x="676" y="478" />
454 <bpmndi:BPMNLabel>
455 <dc:Bounds x="642" y="463" width="0" height="0" />
456 </bpmndi:BPMNLabel>
457 </bpmndi:BPMNEdge>
458 <bpmndi:BPMNShape id="StartEvent_00jdkur_di" bpmnElement="StartEvent_1nbwxby">
459 <dc:Bounds x="210" y="460" width="36" height="36" />
460 <bpmndi:BPMNLabel>
461 <dc:Bounds x="228" y="501" width="0" height="0" />
462 </bpmndi:BPMNLabel>
463 </bpmndi:BPMNShape>
464 <bpmndi:BPMNEdge id="SequenceFlow_19ohb1a_di" bpmnElement="SequenceFlow_19ohb1a">
465 <di:waypoint xsi:type="dc:Point" x="518" y="165" />
466 <di:waypoint xsi:type="dc:Point" x="574" y="165" />
467 <bpmndi:BPMNLabel>
468 <dc:Bounds x="546" y="140" width="0" height="0" />
469 </bpmndi:BPMNLabel>
470 </bpmndi:BPMNEdge>
471 <bpmndi:BPMNEdge id="SequenceFlow_07u8e3l_di" bpmnElement="SequenceFlow_07u8e3l">
472 <di:waypoint xsi:type="dc:Point" x="674" y="165" />
473 <di:waypoint xsi:type="dc:Point" x="740" y="165" />
474 <bpmndi:BPMNLabel>
475 <dc:Bounds x="707" y="140" width="0" height="0" />
476 </bpmndi:BPMNLabel>
477 </bpmndi:BPMNEdge>
478 <bpmndi:BPMNEdge id="SequenceFlow_0j52dxv_di" bpmnElement="SequenceFlow_0j52dxv">
479 <di:waypoint xsi:type="dc:Point" x="1300" y="301" />
480 <di:waypoint xsi:type="dc:Point" x="1192" y="301" />
481 <di:waypoint xsi:type="dc:Point" x="1191" y="190" />
482 <bpmndi:BPMNLabel>
483 <dc:Bounds x="1246" y="286" width="0" height="0" />
484 </bpmndi:BPMNLabel>
485 </bpmndi:BPMNEdge>
486 <bpmndi:BPMNShape id="ScriptTask_0srhar8_di" bpmnElement="PostProcessAddOnModule">
487 <dc:Bounds x="1300" y="262" width="100" height="80" />
488 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200489 </bpmndi:BPMNPlane>
490 </bpmndi:BPMNDiagram>
Rob Daugherty38f72072018-03-14 02:07:32 -0400491</bpmn:definitions>