b10e98b56f353f681befbcd31d125790561b320e
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateVnfInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateVnfInfra" name="CreateVnfInfra" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8     <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12 CreateVnfInfra createVnf = new CreateVnfInfra()
13 createVnf.preProcessRequest(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="sendResponse" />
16     <bpmn2:scriptTask id="sendResponse" name="Send Sync Response" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
20 CreateVnfInfra createVnf = new CreateVnfInfra()
21 createVnf.sendSyncResponse(execution)]]></bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendResponse" targetRef="CreateVNF" />
24     <bpmn2:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
25       <bpmn2:extensionElements>
26         <camunda:in source="CREVI_requestId" target="msoRequestId" />
27         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
28         <camunda:in source="CREVI_serviceInstanceId" target="serviceInstanceId" />
29         <camunda:in source="CREVI_suppressRollback" target="disableRollback" />
30         <camunda:in source="CREVI_vnfModelInfo" target="vnfModelInfo" />
31         <camunda:in source="CREVI_vnfType" target="vnfType" />
32         <camunda:in source="CREVI_vnfName" target="vnfName" />
33         <camunda:in source="CREVI_vnfId" target="vnfId" />
34         <camunda:in source="CREVI_serviceId" target="productFamilyId" />
35         <camunda:in source="CREVI_vnfInputParameters" target="vnfInputParameters" />
36         <camunda:out source="vnfId" target="CREVI_vnfId" />
37         <camunda:out source="vnfOutputParameters" target="CREVI_vnfOutputParameters" />
38         <camunda:out source="WorkflowException" target="WorkflowException" />
39         <camunda:in source="CREVI_lcpCloudRegionId" target="lcpCloudRegionId" />
40         <camunda:in source="CREVI_tenantId" target="tenandId" />
41       </bpmn2:extensionElements>
42       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_0lso26t</bpmn2:outgoing>
44     </bpmn2:callActivity>
45     <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
46       <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
47         <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
48         <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
49         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.utils.*
50 ExceptionUtil exceptionUtil = new ExceptionUtil()
51 exceptionUtil.processJavaException(execution)]]></bpmn2:script>
52       </bpmn2:scriptTask>
53       <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
54       <bpmn2:endEvent id="EndEvent_4">
55         <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
56       </bpmn2:endEvent>
57       <bpmn2:startEvent id="StartEvent_2">
58         <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
59         <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
60       </bpmn2:startEvent>
61       <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
62     </bpmn2:subProcess>
63     <bpmn2:subProcess id="bpmnErrorHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">
64       <bpmn2:callActivity id="callFalloutHandler" name="Call\r&#10;FalloutHandler" calledElement="FalloutHandler">
65         <bpmn2:extensionElements>
66           <camunda:in source="CREVI_falloutRequest" target="FalloutHandlerRequest" />
67           <camunda:in source="CREVI_requestId" target="requestId" />
68           <camunda:in source="CREVI_serviceInstanceId" target="serviceInstanceId" />
69         </bpmn2:extensionElements>
70         <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
71         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
72       </bpmn2:callActivity>
73       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="callFalloutHandler" targetRef="EndEvent_5" />
74       <bpmn2:scriptTask id="processError" name="Process Error" scriptFormat="groovy">
75         <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
76         <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
77         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
78
79 CreateVnfInfra createVnf = new CreateVnfInfra()
80 createVnf.prepareFalloutRequest(execution)]]></bpmn2:script>
81       </bpmn2:scriptTask>
82       <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="processError" targetRef="callFalloutHandler" />
83       <bpmn2:endEvent id="EndEvent_5">
84         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
85         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_34" />
86       </bpmn2:endEvent>
87       <bpmn2:scriptTask id="sendErrorResponse" name="Send Error Response" scriptFormat="groovy">
88         <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
89         <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
90         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
91 CreateVnfInfra createVnf = new CreateVnfInfra()
92 createVnf.sendErrorResponse(execution)]]></bpmn2:script>
93       </bpmn2:scriptTask>
94       <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="sendErrorResponse" targetRef="processError" />
95       <bpmn2:startEvent id="StartEvent_3">
96         <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
97         <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
98       </bpmn2:startEvent>
99       <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="StartEvent_3" targetRef="sendErrorResponse" />
100     </bpmn2:subProcess>
101     <bpmn2:scriptTask id="postProcess" name="Prepare Completion Handler" scriptFormat="groovy">
102       <bpmn2:incoming>SequenceFlow_0lso26t</bpmn2:incoming>
103       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
104       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
105 CreateVnfInfra createVnf = new CreateVnfInfra()
106 createVnf.prepareCompletionHandlerRequest(execution)]]></bpmn2:script>
107     </bpmn2:scriptTask>
108     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="postProcess" targetRef="callCompletionHandler" />
109     <bpmn2:endEvent id="EndEvent_3">
110       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
111       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
112     </bpmn2:endEvent>
113     <bpmn2:callActivity id="callCompletionHandler" name="Completion\r&#10;Handler" calledElement="CompleteMsoProcess">
114       <bpmn2:extensionElements>
115         <camunda:in source="CREVI_completionHandlerRequest" target="CompleteMsoProcessRequest" />
116         <camunda:in source="CREVI_requestId" target="mso-request-id" />
117         <camunda:in source="CREVI_serviceInstanceId" target="mso-service-instance-id" />
118         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
119       </bpmn2:extensionElements>
120       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
121       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
122     </bpmn2:callActivity>
123     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="callCompletionHandler" targetRef="EndEvent_3" />
124     <bpmn2:sequenceFlow id="SequenceFlow_0lso26t" sourceRef="CreateVNF" targetRef="postProcess" />
125   </bpmn2:process>
126   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
127   <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
128   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
129     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVnfInfra">
130       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
131         <dc:Bounds x="96" y="222" width="36" height="36" />
132         <bpmndi:BPMNLabel>
133           <dc:Bounds x="114" y="263" width="0" height="0" />
134         </bpmndi:BPMNLabel>
135       </bpmndi:BPMNShape>
136       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
137         <dc:Bounds x="216" y="200" width="100" height="80" />
138       </bpmndi:BPMNShape>
139       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
140         <di:waypoint xsi:type="dc:Point" x="132" y="240" />
141         <di:waypoint xsi:type="dc:Point" x="216" y="240" />
142         <bpmndi:BPMNLabel>
143           <dc:Bounds x="165" y="240" width="6" height="6" />
144         </bpmndi:BPMNLabel>
145       </bpmndi:BPMNEdge>
146       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_286" bpmnElement="sendResponse">
147         <dc:Bounds x="360" y="200" width="100" height="80" />
148       </bpmndi:BPMNShape>
149       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285" targetElement="_BPMNShape_ScriptTask_286">
150         <di:waypoint xsi:type="dc:Point" x="316" y="240" />
151         <di:waypoint xsi:type="dc:Point" x="360" y="240" />
152         <bpmndi:BPMNLabel>
153           <dc:Bounds x="347" y="240" width="6" height="6" />
154         </bpmndi:BPMNLabel>
155       </bpmndi:BPMNEdge>
156       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_59" bpmnElement="CreateVNF">
157         <dc:Bounds x="504" y="200" width="100" height="80" />
158       </bpmndi:BPMNShape>
159       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_286" targetElement="_BPMNShape_CallActivity_59">
160         <di:waypoint xsi:type="dc:Point" x="460" y="240" />
161         <di:waypoint xsi:type="dc:Point" x="504" y="240" />
162         <bpmndi:BPMNLabel>
163           <dc:Bounds x="485" y="240" width="6" height="6" />
164         </bpmndi:BPMNLabel>
165       </bpmndi:BPMNEdge>
166       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
167         <dc:Bounds x="985" y="222" width="36" height="36" />
168         <bpmndi:BPMNLabel>
169           <dc:Bounds x="1003" y="263" width="0" height="0" />
170         </bpmndi:BPMNLabel>
171       </bpmndi:BPMNShape>
172       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
173         <dc:Bounds x="253" y="696" width="313" height="169" />
174       </bpmndi:BPMNShape>
175       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
176         <dc:Bounds x="277" y="763" width="36" height="36" />
177         <bpmndi:BPMNLabel>
178           <dc:Bounds x="295" y="804" width="0" height="0" />
179         </bpmndi:BPMNLabel>
180       </bpmndi:BPMNShape>
181       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
182         <dc:Bounds x="360" y="741" width="100" height="80" />
183       </bpmndi:BPMNShape>
184       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
185         <dc:Bounds x="505" y="763" width="36" height="36" />
186         <bpmndi:BPMNLabel>
187           <dc:Bounds x="523" y="804" width="0" height="0" />
188         </bpmndi:BPMNLabel>
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
191         <di:waypoint xsi:type="dc:Point" x="313" y="781" />
192         <di:waypoint xsi:type="dc:Point" x="360" y="781" />
193         <bpmndi:BPMNLabel>
194           <dc:Bounds x="331" y="781" width="6" height="6" />
195         </bpmndi:BPMNLabel>
196       </bpmndi:BPMNEdge>
197       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
198         <di:waypoint xsi:type="dc:Point" x="460" y="781" />
199         <di:waypoint xsi:type="dc:Point" x="505" y="781" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="477" y="781" width="6" height="6" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNEdge>
204       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_33" bpmnElement="bpmnErrorHandlingSubProcess" isExpanded="true">
205         <dc:Bounds x="109" y="433" width="601" height="232" />
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_77" bpmnElement="StartEvent_3">
208         <dc:Bounds x="133" y="532" width="36" height="36" />
209         <bpmndi:BPMNLabel>
210           <dc:Bounds x="151" y="573" width="0" height="0" />
211         </bpmndi:BPMNLabel>
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_5">
214         <dc:Bounds x="649" y="532" width="36" height="36" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="667" y="573" width="0" height="0" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_62" bpmnElement="callFalloutHandler">
220         <dc:Bounds x="493" y="510" width="100" height="80" />
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_309" bpmnElement="processError">
223         <dc:Bounds x="361" y="510" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_77" targetElement="_BPMNShape_ScriptTask_312">
226         <di:waypoint xsi:type="dc:Point" x="169" y="550" />
227         <di:waypoint xsi:type="dc:Point" x="229" y="550" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="172" y="550" width="6" height="6" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_309" targetElement="_BPMNShape_CallActivity_62">
233         <di:waypoint xsi:type="dc:Point" x="461" y="550" />
234         <di:waypoint xsi:type="dc:Point" x="493" y="550" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="486" y="550" width="6" height="6" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNEdge>
239       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_62" targetElement="_BPMNShape_EndEvent_235">
240         <di:waypoint xsi:type="dc:Point" x="593" y="550" />
241         <di:waypoint xsi:type="dc:Point" x="649" y="550" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="618" y="550" width="6" height="6" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="sendErrorResponse">
247         <dc:Bounds x="229" y="510" width="100" height="80" />
248       </bpmndi:BPMNShape>
249       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_ScriptTask_309">
250         <di:waypoint xsi:type="dc:Point" x="329" y="550" />
251         <di:waypoint xsi:type="dc:Point" x="361" y="550" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="342" y="550" width="6" height="6" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNEdge>
256       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_325" bpmnElement="postProcess">
257         <dc:Bounds x="663" y="200" width="100" height="80" />
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_325" targetElement="_BPMNShape_CallActivity_69">
260         <di:waypoint xsi:type="dc:Point" x="763" y="240" />
261         <di:waypoint xsi:type="dc:Point" x="816" y="240" />
262         <bpmndi:BPMNLabel>
263           <dc:Bounds x="790" y="225" width="0" height="0" />
264         </bpmndi:BPMNLabel>
265       </bpmndi:BPMNEdge>
266       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_69" bpmnElement="callCompletionHandler">
267         <dc:Bounds x="816" y="200" width="100" height="80" />
268       </bpmndi:BPMNShape>
269       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_CallActivity_69" targetElement="_BPMNShape_EndEvent_228">
270         <di:waypoint xsi:type="dc:Point" x="916" y="240" />
271         <di:waypoint xsi:type="dc:Point" x="985" y="240" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="951" y="225" width="0" height="0" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNEdge id="SequenceFlow_0lso26t_di" bpmnElement="SequenceFlow_0lso26t">
277         <di:waypoint xsi:type="dc:Point" x="604" y="240" />
278         <di:waypoint xsi:type="dc:Point" x="663" y="240" />
279         <bpmndi:BPMNLabel>
280           <dc:Bounds x="634" y="215" width="0" height="0" />
281         </bpmndi:BPMNLabel>
282       </bpmndi:BPMNEdge>
283     </bpmndi:BPMNPlane>
284   </bpmndi:BPMNDiagram>
285 </bpmn2:definitions>