blob: 675b8fadb56721b0a299d366fc1045901e932d3a [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" />
xg353yb6b7bef2017-04-11 13:30:42 +020043 </bpmn:extensionElements>
44 <bpmn:incoming>SequenceFlow_1hf7k7q</bpmn:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070045 <bpmn:outgoing>SequenceFlow_1ixcnb6</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020046 </bpmn:callActivity>
47 <bpmn:sequenceFlow id="SequenceFlow_0o4vuzt" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040048 <bpmn:sequenceFlow id="SequenceFlow_1xd3ri5" sourceRef="PreProcessRequest" targetRef="QueryCatalogDB" />
xg353yb6b7bef2017-04-11 13:30:42 +020049 <bpmn:callActivity id="CreateAddOnVfModule" name="Create Add-On VF Module" calledElement="DoCreateVfModule">
50 <bpmn:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070051 <camunda:in source="msoRequestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +020052 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
53 <camunda:in source="disableRollback" target="disableRollback" />
54 <camunda:in source="vnfType" target="vnfType" />
55 <camunda:in source="vnfName" target="vnfName" />
56 <camunda:in source="vnfId" target="vnfId" />
57 <camunda:in source="addOnVfModuleName" target="vfModuleName" />
58 <camunda:in source="vfModuleType" target="vfModuleType" />
59 <camunda:in source="addOnVfModuleId" target="vfModuleId" />
60 <camunda:in source="volumeGroupId" target="volumeGroupId" />
61 <camunda:in source="volumeGroupName" target="volumeGroupName" />
62 <camunda:in source="addOnVfModuleModelInfo" target="vfModuleModelInfo" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040063 <camunda:in source="isBaseVfModule" target="isBaseVfModule" />
xg353yb6b7bef2017-04-11 13:30:42 +020064 <camunda:in source="asdcServiceModelVersion" target="asdcServiceModelVersion" />
65 <camunda:out source="vfModuleId" target="createdVfModuleId" />
66 <camunda:out source="vfModuleOutputParameters" target="createdVfModuleOutputParameters" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040067 <camunda:out source="rollbackData" target="DCVAM_addOnRollbackData" />
xg353yb6b7bef2017-04-11 13:30:42 +020068 <camunda:out source="WorkflowException" target="WorkflowException" />
69 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070070 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
71 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
72 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
73 <camunda:in source="sdncVersion" target="sdncVersion" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070074 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
75 <camunda:in source="tenantId" target="tenantId" />
76 <camunda:in source="false" target="usePreload" />
Rob Daugherty38f72072018-03-14 02:07:32 -040077 <camunda:in source="aLaCarte" target="aLaCarte" />
xg353yb6b7bef2017-04-11 13:30:42 +020078 </bpmn:extensionElements>
79 <bpmn:incoming>SequenceFlow_1lh21yl</bpmn:incoming>
80 <bpmn:outgoing>SequenceFlow_1llbx0k</bpmn:outgoing>
81 </bpmn:callActivity>
82 <bpmn:scriptTask id="Task_1lfmdks" name="Validate Create Add-On VF Module Response" scriptFormat="groovy">
83 <bpmn:incoming>SequenceFlow_1llbx0k</bpmn:incoming>
84 <bpmn:outgoing>SequenceFlow_1mguf2m</bpmn:outgoing>
85 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
86def doCreateVnfAndModules = new DoCreateVnfAndModules()
87doCreateVnfAndModules.validateAddOnModule(execution)]]></bpmn:script>
88 </bpmn:scriptTask>
89 <bpmn:endEvent id="EndEvent_0v6povc">
90 <bpmn:incoming>SequenceFlow_132bohl</bpmn:incoming>
91 <bpmn:terminateEventDefinition />
92 </bpmn:endEvent>
93 <bpmn:sequenceFlow id="SequenceFlow_1llbx0k" sourceRef="CreateAddOnVfModule" targetRef="Task_1lfmdks" />
94 <bpmn:exclusiveGateway id="ExclusiveGateway_1vyqr5o" name="Are there more add-on modules?" default="SequenceFlow_132bohl">
95 <bpmn:extensionElements>
96 <camunda:properties>
97 <camunda:property />
98 </camunda:properties>
99 </bpmn:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700100 <bpmn:incoming>SequenceFlow_1a6wyuu</bpmn:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400101 <bpmn:incoming>SequenceFlow_0j52dxv</bpmn:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200102 <bpmn:outgoing>SequenceFlow_132bohl</bpmn:outgoing>
103 <bpmn:outgoing>SequenceFlow_0jz6bqn</bpmn:outgoing>
104 </bpmn:exclusiveGateway>
105 <bpmn:sequenceFlow id="SequenceFlow_132bohl" name="No" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="EndEvent_0v6povc" />
106 <bpmn:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
107 <bpmn:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700108 <camunda:in source="msoRequestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +0200109 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
110 <camunda:in source="disableRollback" target="disableRollback" />
111 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
112 <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
113 <camunda:in source="vnfType" target="vnfType" />
114 <camunda:in source="vnfName" target="vnfName" />
115 <camunda:in source="vnfId" target="vnfId" />
xg353yb6b7bef2017-04-11 13:30:42 +0200116 <camunda:in source="vnfInputParameters" target="vnfInputParameters" />
117 <camunda:in source="productFamilyId" target="productFamilyId" />
118 <camunda:out source="vnfId" target="vnfId" />
119 <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400120 <camunda:out source="rollbackData" target="rollbackData" />
xg353yb6b7bef2017-04-11 13:30:42 +0200121 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700122 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
123 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
124 <camunda:in source="sdncVersion" target="sdncVersion" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700125 <camunda:out source="vnfName" target="vnfName" />
126 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
127 <camunda:in source="tenantId" target="tenantId" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400128 <camunda:in source="rollbackData" target="rollbackData" />
129 <camunda:in source="vnfResourceDecomposition" target="vnfResourceDecomposition" />
xg353yb6b7bef2017-04-11 13:30:42 +0200130 </bpmn:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400131 <bpmn:incoming>SequenceFlow_19ohb1a</bpmn:incoming>
132 <bpmn:outgoing>SequenceFlow_07u8e3l</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +0200133 </bpmn:callActivity>
134 <bpmn:scriptTask id="PreProcessAddOnModule" name="PreProcess Add-On Module" scriptFormat="groovy">
135 <bpmn:incoming>SequenceFlow_0jz6bqn</bpmn:incoming>
136 <bpmn:outgoing>SequenceFlow_12x4dvf</bpmn:outgoing>
137 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
138def doCreateVnfAndModules = new DoCreateVnfAndModules()
139doCreateVnfAndModules.preProcessAddOnModule(execution)]]></bpmn:script>
140 </bpmn:scriptTask>
141 <bpmn:scriptTask id="QueryCatalogDB" name="Query Catalog DB for VF Modules" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400142 <bpmn:incoming>SequenceFlow_1xd3ri5</bpmn:incoming>
143 <bpmn:outgoing>SequenceFlow_19ohb1a</bpmn:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +0200144 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
145def doCreateVnfAndModules = new DoCreateVnfAndModules()
146doCreateVnfAndModules.queryCatalogDB(execution)]]></bpmn:script>
147 </bpmn:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200148 <bpmn:exclusiveGateway id="ExclusiveGateway_1hx9s0y" name="Less than initialCount?" default="SequenceFlow_1vrogpr">
149 <bpmn:incoming>SequenceFlow_1mguf2m</bpmn:incoming>
150 <bpmn:incoming>SequenceFlow_12x4dvf</bpmn:incoming>
151 <bpmn:outgoing>SequenceFlow_0kld3qt</bpmn:outgoing>
152 <bpmn:outgoing>SequenceFlow_1vrogpr</bpmn:outgoing>
153 </bpmn:exclusiveGateway>
154 <bpmn:sequenceFlow id="SequenceFlow_0jz6bqn" name="yes" sourceRef="ExclusiveGateway_1vyqr5o" targetRef="PreProcessAddOnModule">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700155 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("addOnModulesDeployed") < execution.getVariable("addOnModulesToDeploy")}]]></bpmn:conditionExpression>
xg353yb6b7bef2017-04-11 13:30:42 +0200156 </bpmn:sequenceFlow>
157 <bpmn:sequenceFlow id="SequenceFlow_0kld3qt" name="yes" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="GenerateAddOnModuleName">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700158 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("instancesOfThisModuleDeployed") < execution.getVariable("initialCount")}]]></bpmn:conditionExpression>
xg353yb6b7bef2017-04-11 13:30:42 +0200159 </bpmn:sequenceFlow>
160 <bpmn:sequenceFlow id="SequenceFlow_1mguf2m" sourceRef="Task_1lfmdks" targetRef="ExclusiveGateway_1hx9s0y" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400161 <bpmn:sequenceFlow id="SequenceFlow_1vrogpr" name="no" sourceRef="ExclusiveGateway_1hx9s0y" targetRef="PostProcessAddOnModule" />
xg353yb6b7bef2017-04-11 13:30:42 +0200162 <bpmn:sequenceFlow id="SequenceFlow_1hf7k7q" sourceRef="GenerateBaseModuleName" targetRef="CreateBaseVfModule" />
163 <bpmn:callActivity id="GenerateBaseModuleName" name="Generate Base Module Name" calledElement="GenerateVfModuleName">
164 <bpmn:extensionElements>
165 <camunda:in source="vnfId" target="vnfId" />
166 <camunda:in source="vnfName" target="vnfName" />
167 <camunda:in source="baseVfModuleLabel" target="vfModuleLabel" />
168 <camunda:in source="basePersonaModelId" target="personaModelId" />
169 <camunda:out source="vfModuleName" target="baseVfModuleName" />
170 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700171 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200172 </bpmn:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400173 <bpmn:incoming>SequenceFlow_07u8e3l</bpmn:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200174 <bpmn:outgoing>SequenceFlow_1hf7k7q</bpmn:outgoing>
175 </bpmn:callActivity>
176 <bpmn:callActivity id="GenerateAddOnModuleName" name="Generate Add-On Module Name" calledElement="GenerateVfModuleName">
177 <bpmn:extensionElements>
178 <camunda:in source="vnfId" target="vnfId" />
179 <camunda:in source="vnfName" target="vnfName" />
180 <camunda:in source="addOnVfModuleLabel" target="vfModuleLabel" />
181 <camunda:in source="addOnPersonaModelId" target="personaModelId" />
182 <camunda:out source="vfModuleName" target="addOnVfModuleName" />
183 <camunda:out source="WorkflowException" target="WorkflowException" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700184 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200185 </bpmn:extensionElements>
186 <bpmn:incoming>SequenceFlow_0kld3qt</bpmn:incoming>
187 <bpmn:outgoing>SequenceFlow_1lh21yl</bpmn:outgoing>
188 </bpmn:callActivity>
189 <bpmn:sequenceFlow id="SequenceFlow_1lh21yl" sourceRef="GenerateAddOnModuleName" targetRef="CreateAddOnVfModule" />
xg353yb6b7bef2017-04-11 13:30:42 +0200190 <bpmn:sequenceFlow id="SequenceFlow_12x4dvf" sourceRef="PreProcessAddOnModule" targetRef="ExclusiveGateway_1hx9s0y" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700191 <bpmn:sequenceFlow id="SequenceFlow_1ixcnb6" sourceRef="CreateBaseVfModule" targetRef="Task_054rz9i" />
192 <bpmn:sequenceFlow id="SequenceFlow_1a6wyuu" sourceRef="Task_054rz9i" targetRef="ExclusiveGateway_1vyqr5o" />
193 <bpmn:scriptTask id="Task_054rz9i" name="Validate Create Base VF Module Response" scriptFormat="groovy">
194 <bpmn:incoming>SequenceFlow_1ixcnb6</bpmn:incoming>
195 <bpmn:outgoing>SequenceFlow_1a6wyuu</bpmn:outgoing>
196 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
197def doCreateVnfAndModules = new DoCreateVnfAndModules()
198doCreateVnfAndModules.validateBaseModule(execution)]]></bpmn:script>
199 </bpmn:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400200 <bpmn:subProcess id="SubProcess_0u7tbb2" name="Sub-process for Application Errors" triggeredByEvent="true">
201 <bpmn:endEvent id="EndEvent_16s0a3q">
202 <bpmn:incoming>SequenceFlow_1h74w1v</bpmn:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700203 </bpmn:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400204 <bpmn:callActivity id="CallActivity_0gtajjm" name="Call DoCreateVnfAndModulesRollback" calledElement="DoCreateVnfAndModulesRollback">
205 <bpmn:extensionElements>
206 <camunda:in source="msoRequestId" target="msoRequestId" />
207 <camunda:in source="rollbackData" target="rollbackData" />
208 <camunda:in source="disableRollback" target="disableRollback" />
209 <camunda:out source="rolledBack" target="rolledBack" />
210 <camunda:out source="rollbackError" target="rollbackError" />
211 <camunda:in source="sdncVersion" target="sdncVersion" />
212 </bpmn:extensionElements>
213 <bpmn:incoming>SequenceFlow_03v8mmc</bpmn:incoming>
214 <bpmn:outgoing>SequenceFlow_0yu0im2</bpmn:outgoing>
215 </bpmn:callActivity>
216 <bpmn:scriptTask id="PreProcessRollback" name="Pre Process Rollback" scriptFormat="groovy">
217 <bpmn:incoming>SequenceFlow_1l0rxnh</bpmn:incoming>
218 <bpmn:outgoing>SequenceFlow_03v8mmc</bpmn:outgoing>
219 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
220def dcvam = new DoCreateVnfAndModules()
221dcvam.preProcessRollback(execution)]]></bpmn:script>
222 </bpmn:scriptTask>
223 <bpmn:scriptTask id="PostProcessRollback" name="Post Process Rollback" scriptFormat="groovy">
224 <bpmn:incoming>SequenceFlow_0yu0im2</bpmn:incoming>
225 <bpmn:outgoing>SequenceFlow_1h74w1v</bpmn:outgoing>
226 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
227def dcvam = new DoCreateVnfAndModules()
228dcvam.postProcessRollback(execution)]]></bpmn:script>
229 </bpmn:scriptTask>
230 <bpmn:sequenceFlow id="SequenceFlow_1l0rxnh" sourceRef="StartEvent_1nbwxby" targetRef="PreProcessRollback" />
231 <bpmn:sequenceFlow id="SequenceFlow_1h74w1v" sourceRef="PostProcessRollback" targetRef="EndEvent_16s0a3q" />
232 <bpmn:sequenceFlow id="SequenceFlow_03v8mmc" sourceRef="PreProcessRollback" targetRef="CallActivity_0gtajjm" />
233 <bpmn:sequenceFlow id="SequenceFlow_0yu0im2" sourceRef="CallActivity_0gtajjm" targetRef="PostProcessRollback" />
234 <bpmn:startEvent id="StartEvent_1nbwxby">
235 <bpmn:outgoing>SequenceFlow_1l0rxnh</bpmn:outgoing>
236 <bpmn:errorEventDefinition errorRef="Error_2" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700237 </bpmn:startEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700238 </bpmn:subProcess>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400239 <bpmn:sequenceFlow id="SequenceFlow_19ohb1a" sourceRef="QueryCatalogDB" targetRef="CreateVNF" />
240 <bpmn:sequenceFlow id="SequenceFlow_07u8e3l" sourceRef="CreateVNF" targetRef="GenerateBaseModuleName" />
241 <bpmn:sequenceFlow id="SequenceFlow_0j52dxv" sourceRef="PostProcessAddOnModule" targetRef="ExclusiveGateway_1vyqr5o" />
242 <bpmn:scriptTask id="PostProcessAddOnModule" name="PostProcess Add-On Module" scriptFormat="groovy">
243 <bpmn:incoming>SequenceFlow_1vrogpr</bpmn:incoming>
244 <bpmn:outgoing>SequenceFlow_0j52dxv</bpmn:outgoing>
245 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
246def doCreateVnfAndModules = new DoCreateVnfAndModules()
247doCreateVnfAndModules.postProcessAddOnModule(execution)]]></bpmn:script>
248 </bpmn:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200249 </bpmn:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700250 <bpmn:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
251 <bpmn:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
xg353yb6b7bef2017-04-11 13:30:42 +0200252 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
253 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModules">
254 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
255 <dc:Bounds x="152" y="147" width="36" height="36" />
256 <bpmndi:BPMNLabel>
257 <dc:Bounds x="170" y="183" width="0" height="0" />
258 </bpmndi:BPMNLabel>
259 </bpmndi:BPMNShape>
260 <bpmndi:BPMNShape id="ScriptTask_1tco8kw_di" bpmnElement="PreProcessRequest">
261 <dc:Bounds x="256" y="125" width="100" height="80" />
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNShape id="CallActivity_1sztzw8_di" bpmnElement="CreateBaseVfModule">
264 <dc:Bounds x="888" y="125" width="100" height="80" />
265 </bpmndi:BPMNShape>
266 <bpmndi:BPMNEdge id="SequenceFlow_0o4vuzt_di" bpmnElement="SequenceFlow_0o4vuzt">
267 <di:waypoint xsi:type="dc:Point" x="188" y="165" />
268 <di:waypoint xsi:type="dc:Point" x="256" y="165" />
269 <bpmndi:BPMNLabel>
270 <dc:Bounds x="222" y="150" width="0" height="0" />
271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNEdge id="SequenceFlow_1xd3ri5_di" bpmnElement="SequenceFlow_1xd3ri5">
274 <di:waypoint xsi:type="dc:Point" x="356" y="165" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400275 <di:waypoint xsi:type="dc:Point" x="418" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200276 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400277 <dc:Bounds x="387" y="150" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNEdge>
280 <bpmndi:BPMNShape id="CallActivity_0auiwq0_di" bpmnElement="CreateAddOnVfModule">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700281 <dc:Bounds x="1749" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200282 </bpmndi:BPMNShape>
283 <bpmndi:BPMNShape id="ScriptTask_1eeaxqn_di" bpmnElement="Task_1lfmdks">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700284 <dc:Bounds x="1888" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNShape id="EndEvent_1h41bs7_di" bpmnElement="EndEvent_0v6povc">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700287 <dc:Bounds x="2011" y="147" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200288 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700289 <dc:Bounds x="2029" y="183" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNEdge id="SequenceFlow_1llbx0k_di" bpmnElement="SequenceFlow_1llbx0k">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700293 <di:waypoint xsi:type="dc:Point" x="1849" y="97" />
294 <di:waypoint xsi:type="dc:Point" x="1888" y="97" />
xg353yb6b7bef2017-04-11 13:30:42 +0200295 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700296 <dc:Bounds x="1869" y="82" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
299 <bpmndi:BPMNShape id="ExclusiveGateway_1vyqr5o_di" bpmnElement="ExclusiveGateway_1vyqr5o" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700300 <dc:Bounds x="1166" y="140" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200301 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700302 <dc:Bounds x="1150" y="190" width="84" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNShape>
305 <bpmndi:BPMNEdge id="SequenceFlow_132bohl_di" bpmnElement="SequenceFlow_132bohl">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700306 <di:waypoint xsi:type="dc:Point" x="1191" y="140" />
307 <di:waypoint xsi:type="dc:Point" x="1191" y="36" />
308 <di:waypoint xsi:type="dc:Point" x="2029" y="36" />
309 <di:waypoint xsi:type="dc:Point" x="2029" y="147" />
xg353yb6b7bef2017-04-11 13:30:42 +0200310 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700311 <dc:Bounds x="1612" y="21" width="14" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNEdge>
314 <bpmndi:BPMNShape id="CallActivity_0zr4ioh_di" bpmnElement="CreateVNF">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400315 <dc:Bounds x="574" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200316 </bpmndi:BPMNShape>
317 <bpmndi:BPMNShape id="ScriptTask_0tknqn1_di" bpmnElement="PreProcessAddOnModule">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700318 <dc:Bounds x="1300" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNShape id="ScriptTask_1u6qcio_di" bpmnElement="QueryCatalogDB">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400321 <dc:Bounds x="418" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200322 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200323 <bpmndi:BPMNShape id="ExclusiveGateway_1hx9s0y_di" bpmnElement="ExclusiveGateway_1hx9s0y" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700324 <dc:Bounds x="1493" y="140" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200325 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700326 <dc:Bounds x="1489" y="190" width="58" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNShape>
329 <bpmndi:BPMNEdge id="SequenceFlow_0jz6bqn_di" bpmnElement="SequenceFlow_0jz6bqn">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700330 <di:waypoint xsi:type="dc:Point" x="1216" y="165" />
331 <di:waypoint xsi:type="dc:Point" x="1258" y="165" />
332 <di:waypoint xsi:type="dc:Point" x="1258" y="165" />
333 <di:waypoint xsi:type="dc:Point" x="1298" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200334 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700335 <dc:Bounds x="1219" y="147" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200336 </bpmndi:BPMNLabel>
337 </bpmndi:BPMNEdge>
338 <bpmndi:BPMNEdge id="SequenceFlow_0kld3qt_di" bpmnElement="SequenceFlow_0kld3qt">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700339 <di:waypoint xsi:type="dc:Point" x="1518" y="140" />
340 <di:waypoint xsi:type="dc:Point" x="1518" y="89" />
341 <di:waypoint xsi:type="dc:Point" x="1601" y="89" />
xg353yb6b7bef2017-04-11 13:30:42 +0200342 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700343 <dc:Bounds x="1534" y="96" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200344 </bpmndi:BPMNLabel>
345 </bpmndi:BPMNEdge>
346 <bpmndi:BPMNEdge id="SequenceFlow_1mguf2m_di" bpmnElement="SequenceFlow_1mguf2m">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700347 <di:waypoint xsi:type="dc:Point" x="1938" y="137" />
348 <di:waypoint xsi:type="dc:Point" x="1938" y="165" />
349 <di:waypoint xsi:type="dc:Point" x="1543" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200350 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700351 <dc:Bounds x="1953" y="151" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNEdge>
354 <bpmndi:BPMNEdge id="SequenceFlow_1vrogpr_di" bpmnElement="SequenceFlow_1vrogpr">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700355 <di:waypoint xsi:type="dc:Point" x="1518" y="190" />
356 <di:waypoint xsi:type="dc:Point" x="1518" y="221" />
357 <di:waypoint xsi:type="dc:Point" x="1518" y="221" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400358 <di:waypoint xsi:type="dc:Point" x="1518" y="301" />
359 <di:waypoint xsi:type="dc:Point" x="1400" y="301" />
xg353yb6b7bef2017-04-11 13:30:42 +0200360 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400361 <dc:Bounds x="1528" y="247.2077922077922" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200362 </bpmndi:BPMNLabel>
363 </bpmndi:BPMNEdge>
364 <bpmndi:BPMNEdge id="SequenceFlow_1hf7k7q_di" bpmnElement="SequenceFlow_1hf7k7q">
365 <di:waypoint xsi:type="dc:Point" x="840" y="165" />
366 <di:waypoint xsi:type="dc:Point" x="888" y="165" />
367 <bpmndi:BPMNLabel>
368 <dc:Bounds x="864" y="150" width="0" height="0" />
369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 <bpmndi:BPMNShape id="CallActivity_0rz8zl9_di" bpmnElement="GenerateBaseModuleName">
372 <dc:Bounds x="740" y="125" width="100" height="80" />
373 </bpmndi:BPMNShape>
374 <bpmndi:BPMNShape id="CallActivity_0otq8mo_di" bpmnElement="GenerateAddOnModuleName">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700375 <dc:Bounds x="1601" y="57" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200376 </bpmndi:BPMNShape>
377 <bpmndi:BPMNEdge id="SequenceFlow_1lh21yl_di" bpmnElement="SequenceFlow_1lh21yl">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700378 <di:waypoint xsi:type="dc:Point" x="1701" y="97" />
379 <di:waypoint xsi:type="dc:Point" x="1749" y="97" />
xg353yb6b7bef2017-04-11 13:30:42 +0200380 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700381 <dc:Bounds x="1725" y="82" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNEdge id="SequenceFlow_12x4dvf_di" bpmnElement="SequenceFlow_12x4dvf">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700385 <di:waypoint xsi:type="dc:Point" x="1400" y="165" />
386 <di:waypoint xsi:type="dc:Point" x="1493" y="165" />
xg353yb6b7bef2017-04-11 13:30:42 +0200387 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700388 <dc:Bounds x="1447" y="140" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200389 </bpmndi:BPMNLabel>
390 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700391 <bpmndi:BPMNEdge id="SequenceFlow_1ixcnb6_di" bpmnElement="SequenceFlow_1ixcnb6">
392 <di:waypoint xsi:type="dc:Point" x="988" y="165" />
393 <di:waypoint xsi:type="dc:Point" x="1030" y="165" />
394 <bpmndi:BPMNLabel>
395 <dc:Bounds x="1009" y="150" width="0" height="0" />
396 </bpmndi:BPMNLabel>
397 </bpmndi:BPMNEdge>
398 <bpmndi:BPMNEdge id="SequenceFlow_1a6wyuu_di" bpmnElement="SequenceFlow_1a6wyuu">
399 <di:waypoint xsi:type="dc:Point" x="1130" y="165" />
400 <di:waypoint xsi:type="dc:Point" x="1166" y="165" />
401 <bpmndi:BPMNLabel>
402 <dc:Bounds x="1148" y="150" width="0" height="0" />
403 </bpmndi:BPMNLabel>
404 </bpmndi:BPMNEdge>
405 <bpmndi:BPMNShape id="ScriptTask_1obevnp_di" bpmnElement="Task_054rz9i">
406 <dc:Bounds x="1030" y="125" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200407 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400408 <bpmndi:BPMNShape id="SubProcess_0u7tbb2_di" bpmnElement="SubProcess_0u7tbb2" isExpanded="true">
409 <dc:Bounds x="113" y="382" width="783" height="195" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700410 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400411 <bpmndi:BPMNShape id="EndEvent_16s0a3q_di" bpmnElement="EndEvent_16s0a3q">
412 <dc:Bounds x="843" y="460" width="36" height="36" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700413 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400414 <dc:Bounds x="861" y="501" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700415 </bpmndi:BPMNLabel>
416 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400417 <bpmndi:BPMNShape id="CallActivity_0gtajjm_di" bpmnElement="CallActivity_0gtajjm">
418 <dc:Bounds x="508" y="438" width="100" height="80" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700419 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400420 <bpmndi:BPMNShape id="ScriptTask_12g5tld_di" bpmnElement="PreProcessRollback">
421 <dc:Bounds x="345" y="438" width="100" height="80" />
422 </bpmndi:BPMNShape>
423 <bpmndi:BPMNShape id="ScriptTask_1nk6apr_di" bpmnElement="PostProcessRollback">
424 <dc:Bounds x="676" y="438" width="100" height="80" />
425 </bpmndi:BPMNShape>
426 <bpmndi:BPMNEdge id="SequenceFlow_1l0rxnh_di" bpmnElement="SequenceFlow_1l0rxnh">
427 <di:waypoint xsi:type="dc:Point" x="246" y="478" />
428 <di:waypoint xsi:type="dc:Point" x="345" y="478" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700429 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400430 <dc:Bounds x="296" y="463" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700431 </bpmndi:BPMNLabel>
432 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400433 <bpmndi:BPMNEdge id="SequenceFlow_1h74w1v_di" bpmnElement="SequenceFlow_1h74w1v">
434 <di:waypoint xsi:type="dc:Point" x="776" y="478" />
435 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
436 <di:waypoint xsi:type="dc:Point" x="808" y="478" />
437 <di:waypoint xsi:type="dc:Point" x="843" y="478" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700438 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400439 <dc:Bounds x="823" y="478" width="0" height="0" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700440 </bpmndi:BPMNLabel>
441 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400442 <bpmndi:BPMNEdge id="SequenceFlow_03v8mmc_di" bpmnElement="SequenceFlow_03v8mmc">
443 <di:waypoint xsi:type="dc:Point" x="445" y="478" />
444 <di:waypoint xsi:type="dc:Point" x="508" y="478" />
445 <bpmndi:BPMNLabel>
446 <dc:Bounds x="477" y="463" width="0" height="0" />
447 </bpmndi:BPMNLabel>
448 </bpmndi:BPMNEdge>
449 <bpmndi:BPMNEdge id="SequenceFlow_0yu0im2_di" bpmnElement="SequenceFlow_0yu0im2">
450 <di:waypoint xsi:type="dc:Point" x="608" y="478" />
451 <di:waypoint xsi:type="dc:Point" x="676" y="478" />
452 <bpmndi:BPMNLabel>
453 <dc:Bounds x="642" y="463" width="0" height="0" />
454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNShape id="StartEvent_00jdkur_di" bpmnElement="StartEvent_1nbwxby">
457 <dc:Bounds x="210" y="460" width="36" height="36" />
458 <bpmndi:BPMNLabel>
459 <dc:Bounds x="228" y="501" width="0" height="0" />
460 </bpmndi:BPMNLabel>
461 </bpmndi:BPMNShape>
462 <bpmndi:BPMNEdge id="SequenceFlow_19ohb1a_di" bpmnElement="SequenceFlow_19ohb1a">
463 <di:waypoint xsi:type="dc:Point" x="518" y="165" />
464 <di:waypoint xsi:type="dc:Point" x="574" y="165" />
465 <bpmndi:BPMNLabel>
466 <dc:Bounds x="546" y="140" width="0" height="0" />
467 </bpmndi:BPMNLabel>
468 </bpmndi:BPMNEdge>
469 <bpmndi:BPMNEdge id="SequenceFlow_07u8e3l_di" bpmnElement="SequenceFlow_07u8e3l">
470 <di:waypoint xsi:type="dc:Point" x="674" y="165" />
471 <di:waypoint xsi:type="dc:Point" x="740" y="165" />
472 <bpmndi:BPMNLabel>
473 <dc:Bounds x="707" y="140" width="0" height="0" />
474 </bpmndi:BPMNLabel>
475 </bpmndi:BPMNEdge>
476 <bpmndi:BPMNEdge id="SequenceFlow_0j52dxv_di" bpmnElement="SequenceFlow_0j52dxv">
477 <di:waypoint xsi:type="dc:Point" x="1300" y="301" />
478 <di:waypoint xsi:type="dc:Point" x="1192" y="301" />
479 <di:waypoint xsi:type="dc:Point" x="1191" y="190" />
480 <bpmndi:BPMNLabel>
481 <dc:Bounds x="1246" y="286" width="0" height="0" />
482 </bpmndi:BPMNLabel>
483 </bpmndi:BPMNEdge>
484 <bpmndi:BPMNShape id="ScriptTask_0srhar8_di" bpmnElement="PostProcessAddOnModule">
485 <dc:Bounds x="1300" y="262" width="100" height="80" />
486 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200487 </bpmndi:BPMNPlane>
488 </bpmndi:BPMNDiagram>
Rob Daugherty38f72072018-03-14 02:07:32 -0400489</bpmn:definitions>