blob: 0932221944db54ca76a9766f2ba477000ffcf843 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_Wblj8GyfEeWUWLTvug7ZOg" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
3 <bpmn2:process id="UpdateAAIGenericVnf" name="UpdateAAIGenericVnf" isExecutable="true">
4 <bpmn2:documentation>This flow expects its incoming request to be in the variable 'UpdateAAIGenericVnfRequest'. This flow produces no output.</bpmn2:documentation>
5 <bpmn2:scriptTask id="QueryAAIForGenericVNF" name="Query AAI for Generic VNF" scriptFormat="groovy">
6 <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>
7 <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>
8 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ChrisC025301d2017-01-31 11:40:03 +01009def ugv = new UpdateAAIGenericVnf()
xg353yb6b7bef2017-04-11 13:30:42 +020010ugv.getGenericVnf(execution)]]></bpmn2:script>
11 </bpmn2:scriptTask>
12 <bpmn2:sequenceFlow id="SequenceFlow_39" name="" sourceRef="QueryAAIForGenericVNF" targetRef="ExclusiveGateway_3"/>
13 <bpmn2:endEvent id="EndEvent_2">
14 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
15 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_50" errorRef="Error_1"/>
16 </bpmn2:endEvent>
17 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" default="SequenceFlow_4">
18 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
19 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
20 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
21 </bpmn2:exclusiveGateway>
22 <bpmn2:sequenceFlow id="SequenceFlow_13" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_4">
23 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable('UAAIGenVnf_updateGenericVnfResponseCode') == 200}</bpmn2:conditionExpression>
24 </bpmn2:sequenceFlow>
25 <bpmn2:sequenceFlow id="SequenceFlow_4" name="Update Generic VNF Failure" sourceRef="ExclusiveGateway_1" targetRef="HandleUpdateGenericVNFFailure"/>
26 <bpmn2:scriptTask id="HandleUpdateGenericVNFFailure" name="Handle Update Generic VNF Failure" scriptFormat="groovy">
27 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
29 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010030def ugv = new UpdateAAIGenericVnf()
xg353yb6b7bef2017-04-11 13:30:42 +020031ugv.handleUpdateGenericVnfFailure(execution)]]></bpmn2:script>
32 </bpmn2:scriptTask>
33 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="HandleUpdateGenericVNFFailure" targetRef="EndEvent_2"/>
34 <bpmn2:endEvent id="EndEvent_4" name="TheEnd">
35 <bpmn2:extensionElements>
36 <camunda:connector>
37 <camunda:inputOutput>
38 <camunda:outputParameter name="CreateCustomerV1Response"><![CDATA[<aetgt:CreateCustomerResponse xmlns:aetgt="http://org.openecomp/mso/workflow/schema/v1" xmlns:ns="http://org.openecomp/mso/workflow/schema/v1">
ChrisC025301d2017-01-31 11:40:03 +010039 <ns:GlobalCustomerId>${CCV1_subscriberglobalid}</ns:GlobalCustomerId>
xg353yb6b7bef2017-04-11 13:30:42 +020040 </aetgt:CreateCustomerResponse>]]></camunda:outputParameter>
41 </camunda:inputOutput>
42 </camunda:connector>
43 </bpmn2:extensionElements>
44 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
45 </bpmn2:endEvent>
46 <bpmn2:scriptTask id="UpdateGenericVNF" name="Update Generic VNF" scriptFormat="groovy">
47 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
48 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
49 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010050def ugv = new UpdateAAIGenericVnf()
xg353yb6b7bef2017-04-11 13:30:42 +020051ugv.updateGenericVnf(execution)]]></bpmn2:script>
52 </bpmn2:scriptTask>
53 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="UpdateGenericVNF" targetRef="ExclusiveGateway_1"/>
54 <bpmn2:exclusiveGateway id="ExclusiveGateway_3" default="SequenceFlow_23">
55 <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>
56 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
57 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
58 </bpmn2:exclusiveGateway>
59 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ExclusiveGateway_3" targetRef="UpdateGenericVNF">
60 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable('UAAIGenVnf_getGenericVnfResponseCode') == 200}</bpmn2:conditionExpression>
61 </bpmn2:sequenceFlow>
62 <bpmn2:sequenceFlow id="SequenceFlow_23" name="AAI Query failure or&#xD;&#xA;Generic VNF not found" sourceRef="ExclusiveGateway_3" targetRef="AAIQueryFailure"/>
63 <bpmn2:scriptTask id="AAIQueryFailure" name="Handle AAI Query Failure" scriptFormat="groovy">
64 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
65 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
66 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010067def ugv = new UpdateAAIGenericVnf()
xg353yb6b7bef2017-04-11 13:30:42 +020068ugv.handleAAIQueryFailure(execution)]]></bpmn2:script>
69 </bpmn2:scriptTask>
70 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="AAIQueryFailure" targetRef="EndEvent_7"/>
71 <bpmn2:endEvent id="EndEvent_7">
72 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
73 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_68" errorRef="Error_1"/>
74 </bpmn2:endEvent>
75 <bpmn2:startEvent id="StartEvent_1" name="Start">
76 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
77 </bpmn2:startEvent>
78 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ProcessReceivedRequest"/>
79 <bpmn2:scriptTask id="ProcessReceivedRequest" name="Process Received Request" scriptFormat="groovy">
80 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
81 <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>
82 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010083def ugv = new UpdateAAIGenericVnf()
xg353yb6b7bef2017-04-11 13:30:42 +020084ugv.preProcessRequest(execution)]]></bpmn2:script>
85 </bpmn2:scriptTask>
86 <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ProcessReceivedRequest" targetRef="QueryAAIForGenericVNF"/>
87 </bpmn2:process>
88 <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>
89 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
90 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateAAIGenericVnf">
91 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
92 <dc:Bounds height="36.0" width="36.0" x="43.0" y="212.0"/>
93 <bpmndi:BPMNLabel>
94 <dc:Bounds height="22.0" width="34.0" x="44.0" y="253.0"/>
95 </bpmndi:BPMNLabel>
96 </bpmndi:BPMNShape>
97 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="ProcessReceivedRequest">
98 <dc:Bounds height="80.0" width="100.0" x="168.0" y="190.0"/>
99 </bpmndi:BPMNShape>
100 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
101 <di:waypoint xsi:type="dc:Point" x="79.0" y="230.0"/>
102 <di:waypoint xsi:type="dc:Point" x="168.0" y="230.0"/>
103 <bpmndi:BPMNLabel>
104 <dc:Bounds height="6.0" width="6.0" x="101.0" y="230.0"/>
105 </bpmndi:BPMNLabel>
106 </bpmndi:BPMNEdge>
107 <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="UpdateGenericVNF">
108 <dc:Bounds height="80.0" width="100.0" x="683.0" y="190.0"/>
109 </bpmndi:BPMNShape>
110 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_92" bpmnElement="EndEvent_4">
111 <dc:Bounds height="36.0" width="36.0" x="984.0" y="214.0"/>
112 <bpmndi:BPMNLabel>
113 <dc:Bounds height="22.0" width="50.0" x="977.0" y="255.0"/>
114 </bpmndi:BPMNLabel>
115 </bpmndi:BPMNShape>
116 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_54" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
117 <dc:Bounds height="50.0" width="50.0" x="840.0" y="206.0"/>
118 <bpmndi:BPMNLabel>
119 <dc:Bounds height="0.0" width="0.0" x="865.0" y="261.0"/>
120 </bpmndi:BPMNLabel>
121 </bpmndi:BPMNShape>
122 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_EndEvent_92">
123 <di:waypoint xsi:type="dc:Point" x="890.0" y="231.0"/>
124 <di:waypoint xsi:type="dc:Point" x="984.0" y="232.0"/>
125 <bpmndi:BPMNLabel>
126 <dc:Bounds height="0.0" width="0.0" x="904.0" y="231.0"/>
127 </bpmndi:BPMNLabel>
128 </bpmndi:BPMNEdge>
129 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_120" bpmnElement="EndEvent_2">
130 <dc:Bounds height="36.0" width="36.0" x="848.0" y="0.0"/>
131 <bpmndi:BPMNLabel>
132 <dc:Bounds height="0.0" width="0.0" x="866.0" y="41.0"/>
133 </bpmndi:BPMNLabel>
134 </bpmndi:BPMNShape>
135 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_86" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
136 <dc:Bounds height="50.0" width="50.0" x="500.0" y="204.0"/>
137 <bpmndi:BPMNLabel>
138 <dc:Bounds height="0.0" width="0.0" x="525.0" y="259.0"/>
139 </bpmndi:BPMNLabel>
140 </bpmndi:BPMNShape>
141 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_Task_2">
142 <di:waypoint xsi:type="dc:Point" x="550.0" y="229.0"/>
143 <di:waypoint xsi:type="dc:Point" x="683.0" y="230.0"/>
144 <bpmndi:BPMNLabel>
145 <dc:Bounds height="6.0" width="6.0" x="565.0" y="229.0"/>
146 </bpmndi:BPMNLabel>
147 </bpmndi:BPMNEdge>
148 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_155" bpmnElement="AAIQueryFailure">
149 <dc:Bounds height="80.0" width="100.0" x="476.0" y="60.0"/>
150 </bpmndi:BPMNShape>
151 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_ScriptTask_155">
152 <di:waypoint xsi:type="dc:Point" x="525.0" y="204.0"/>
153 <di:waypoint xsi:type="dc:Point" x="525.0" y="190.0"/>
154 <di:waypoint xsi:type="dc:Point" x="526.0" y="190.0"/>
155 <di:waypoint xsi:type="dc:Point" x="526.0" y="140.0"/>
156 <bpmndi:BPMNLabel>
157 <dc:Bounds height="38.0" width="142.0" x="543.0" y="149.0"/>
158 </bpmndi:BPMNLabel>
159 </bpmndi:BPMNEdge>
160 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_160" bpmnElement="EndEvent_7">
161 <dc:Bounds height="36.0" width="36.0" x="508.0" y="0.0"/>
162 <bpmndi:BPMNLabel>
163 <dc:Bounds height="0.0" width="0.0" x="526.0" y="41.0"/>
164 </bpmndi:BPMNLabel>
165 </bpmndi:BPMNShape>
166 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_155" targetElement="_BPMNShape_EndEvent_160">
167 <di:waypoint xsi:type="dc:Point" x="526.0" y="60.0"/>
168 <di:waypoint xsi:type="dc:Point" x="526.0" y="36.0"/>
169 <bpmndi:BPMNLabel>
170 <dc:Bounds height="6.0" width="6.0" x="523.0" y="49.0"/>
171 </bpmndi:BPMNLabel>
172 </bpmndi:BPMNEdge>
173 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="QueryAAIForGenericVNF">
174 <dc:Bounds height="80.0" width="100.0" x="336.0" y="190.0"/>
175 </bpmndi:BPMNShape>
176 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_160">
177 <di:waypoint xsi:type="dc:Point" x="268.0" y="230.0"/>
178 <di:waypoint xsi:type="dc:Point" x="336.0" y="230.0"/>
179 <bpmndi:BPMNLabel>
180 <dc:Bounds height="6.0" width="6.0" x="288.0" y="230.0"/>
181 </bpmndi:BPMNLabel>
182 </bpmndi:BPMNEdge>
183 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_86">
184 <di:waypoint xsi:type="dc:Point" x="436.0" y="230.0"/>
185 <di:waypoint xsi:type="dc:Point" x="500.0" y="229.0"/>
186 <bpmndi:BPMNLabel>
187 <dc:Bounds height="6.0" width="6.0" x="450.0" y="230.0"/>
188 </bpmndi:BPMNLabel>
189 </bpmndi:BPMNEdge>
190 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_161" bpmnElement="HandleUpdateGenericVNFFailure">
191 <dc:Bounds height="80.0" width="100.0" x="816.0" y="60.0"/>
192 </bpmndi:BPMNShape>
193 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_161" targetElement="_BPMNShape_EndEvent_120">
194 <di:waypoint xsi:type="dc:Point" x="866.0" y="60.0"/>
195 <di:waypoint xsi:type="dc:Point" x="866.0" y="36.0"/>
196 <bpmndi:BPMNLabel>
197 <dc:Bounds height="6.0" width="6.0" x="863.0" y="51.0"/>
198 </bpmndi:BPMNLabel>
199 </bpmndi:BPMNEdge>
200 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ExclusiveGateway_54">
201 <di:waypoint xsi:type="dc:Point" x="783.0" y="230.0"/>
202 <di:waypoint xsi:type="dc:Point" x="840.0" y="231.0"/>
203 <bpmndi:BPMNLabel>
204 <dc:Bounds height="6.0" width="6.0" x="813.0" y="231.0"/>
205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNEdge>
207 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ScriptTask_161">
208 <di:waypoint xsi:type="dc:Point" x="865.0" y="206.0"/>
209 <di:waypoint xsi:type="dc:Point" x="866.0" y="140.0"/>
210 <bpmndi:BPMNLabel>
211 <dc:Bounds height="22.0" width="169.0" x="867.0" y="157.0"/>
212 </bpmndi:BPMNLabel>
213 </bpmndi:BPMNEdge>
214 </bpmndi:BPMNPlane>
215 </bpmndi:BPMNDiagram>
ChrisC025301d2017-01-31 11:40:03 +0100216</bpmn2:definitions>