Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / GenericGetVnf.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
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: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="_eb5eEHR6EeaJwpcpVN5gXw" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="GenericGetVnf" name="GenericGetVnf" isExecutable="true">\r
4     <bpmn2:startEvent id="StartEvent_1">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:scriptTask id="intialization" name="Intialization" scriptFormat="groovy">\r
8       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
9       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
10       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
11 GenericGetVnf genericGetVnf = new GenericGetVnf ()
12 genericGetVnf.preProcessRequest(execution)
13 ]]></bpmn2:script>\r
14     </bpmn2:scriptTask>\r
15     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="intialization"/>\r
16     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="intialization" targetRef="vnfIdProvided"/>\r
17     <bpmn2:exclusiveGateway id="vnfIdProvided" name="Vnf Id Provided?" default="noVnfId">\r
18       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
19       <bpmn2:outgoing>noVnfId</bpmn2:outgoing>\r
20       <bpmn2:outgoing>haveVnfId</bpmn2:outgoing>\r
21     </bpmn2:exclusiveGateway>\r
22     <bpmn2:sequenceFlow id="noVnfId" name="No" sourceRef="vnfIdProvided" targetRef="getVnfByName"/>\r
23     <bpmn2:sequenceFlow id="haveVnfId" name="Yes" sourceRef="vnfIdProvided" targetRef="getGenericVnf">\r
24       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGV_getVnfByName") == false}]]></bpmn2:conditionExpression>\r
25     </bpmn2:sequenceFlow>\r
26     <bpmn2:scriptTask id="getVnfByName" name="GET Vnf By Name" scriptFormat="groovy">\r
27       <bpmn2:incoming>noVnfId</bpmn2:incoming>\r
28       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
29       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
30 GenericGetVnf genericGetVnf = new GenericGetVnf()
31 genericGetVnf.getVnfByName(execution)]]></bpmn2:script>\r
32     </bpmn2:scriptTask>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="getVnfByName" targetRef="ExclusiveGateway_2"/>\r
34     <bpmn2:exclusiveGateway id="ExclusiveGateway_2">\r
35       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
36       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
37       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
38     </bpmn2:exclusiveGateway>\r
39     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_2" targetRef="toggleSuccess"/>\r
40     <bpmn2:scriptTask id="getGenericVnf" name="GET Vnf By&#xD;&#xA;Id" scriptFormat="groovy">\r
41       <bpmn2:incoming>haveVnfId</bpmn2:incoming>\r
42       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
43       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
44 GenericGetVnf genericGetVnf = new GenericGetVnf()
45 genericGetVnf.getVnfById(execution)]]></bpmn2:script>\r
46     </bpmn2:scriptTask>\r
47     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="getGenericVnf" targetRef="ExclusiveGateway_2"/>\r
48     <bpmn2:subProcess id="bpmnExceptionHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">\r
49       <bpmn2:endEvent id="EndEvent_3">\r
50         <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
51         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_31"/>\r
52       </bpmn2:endEvent>\r
53       <bpmn2:scriptTask id="proccessBPMNError" name="Process Error" scriptFormat="groovy">\r
54         <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
55         <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
56         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
57
58 ExceptionUtil ex = new ExceptionUtil()
59 ex.processSubflowsBPMNException(execution)]]></bpmn2:script>\r
60       </bpmn2:scriptTask>\r
61       <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="proccessBPMNError" targetRef="EndEvent_3"/>\r
62       <bpmn2:startEvent id="catchMSOWorkflowException">\r
63         <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
64         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
65       </bpmn2:startEvent>\r
66       <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="catchMSOWorkflowException" targetRef="proccessBPMNError"/>\r
67     </bpmn2:subProcess>\r
68     <bpmn2:scriptTask id="toggleSuccess" name="Toggle Success Indicator" scriptFormat="groovy">\r
69       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
70       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
71       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
72 GenericGetVnf genericGetVnf = new GenericGetVnf()
73 genericGetVnf.setSuccessIndicator(execution, true)
74 ]]></bpmn2:script>\r
75     </bpmn2:scriptTask>\r
76     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="toggleSuccess" targetRef="EndEvent_1"/>\r
77     <bpmn2:endEvent id="EndEvent_1">\r
78       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
79       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_28"/>\r
80     </bpmn2:endEvent>\r
81   </bpmn2:process>\r
82   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>\r
83   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
84     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GenericGetVnf">\r
85       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">\r
86         <dc:Bounds height="36.0" width="36.0" x="110.0" y="271.0"/>\r
87         <bpmndi:BPMNLabel>\r
88           <dc:Bounds height="0.0" width="0.0" x="128.0" y="312.0"/>\r
89         </bpmndi:BPMNLabel>\r
90       </bpmndi:BPMNShape>\r
91       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_295" bpmnElement="intialization">\r
92         <dc:Bounds height="80.0" width="100.0" x="228.0" y="249.0"/>\r
93       </bpmndi:BPMNShape>\r
94       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_230" bpmnElement="vnfIdProvided" isMarkerVisible="true">\r
95         <dc:Bounds height="50.0" width="50.0" x="372.0" y="263.0"/>\r
96         <bpmndi:BPMNLabel>\r
97           <dc:Bounds height="22.0" width="99.0" x="419.0" y="292.0"/>\r
98         </bpmndi:BPMNLabel>\r
99       </bpmndi:BPMNShape>\r
100       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_295">\r
101         <di:waypoint xsi:type="dc:Point" x="146.0" y="289.0"/>\r
102         <di:waypoint xsi:type="dc:Point" x="228.0" y="289.0"/>\r
103       </bpmndi:BPMNEdge>\r
104       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_295" targetElement="_BPMNShape_ExclusiveGateway_230">\r
105         <di:waypoint xsi:type="dc:Point" x="328.0" y="289.0"/>\r
106         <di:waypoint xsi:type="dc:Point" x="372.0" y="288.0"/>\r
107         <bpmndi:BPMNLabel>\r
108           <dc:Bounds height="6.0" width="6.0" x="347.0" y="288.0"/>\r
109         </bpmndi:BPMNLabel>\r
110       </bpmndi:BPMNEdge>\r
111       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_296" bpmnElement="getVnfByName">\r
112         <dc:Bounds height="80.0" width="100.0" x="456.0" y="156.0"/>\r
113       </bpmndi:BPMNShape>\r
114       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_231" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
115         <dc:Bounds height="50.0" width="50.0" x="600.0" y="263.0"/>\r
116         <bpmndi:BPMNLabel>\r
117           <dc:Bounds height="0.0" width="0.0" x="625.0" y="318.0"/>\r
118         </bpmndi:BPMNLabel>\r
119       </bpmndi:BPMNShape>\r
120       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="noVnfId" sourceElement="_BPMNShape_ExclusiveGateway_230" targetElement="_BPMNShape_ScriptTask_296">\r
121         <di:waypoint xsi:type="dc:Point" x="397.0" y="263.0"/>\r
122         <di:waypoint xsi:type="dc:Point" x="397.0" y="196.0"/>\r
123         <di:waypoint xsi:type="dc:Point" x="456.0" y="196.0"/>\r
124         <bpmndi:BPMNLabel>\r
125           <dc:Bounds height="22.0" width="22.0" x="399.0" y="219.0"/>\r
126         </bpmndi:BPMNLabel>\r
127       </bpmndi:BPMNEdge>\r
128       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="haveVnfId" sourceElement="_BPMNShape_ExclusiveGateway_230" targetElement="_BPMNShape_ScriptTask_297">\r
129         <di:waypoint xsi:type="dc:Point" x="397.0" y="313.0"/>\r
130         <di:waypoint xsi:type="dc:Point" x="397.0" y="368.0"/>\r
131         <di:waypoint xsi:type="dc:Point" x="456.0" y="368.0"/>\r
132         <bpmndi:BPMNLabel>\r
133           <dc:Bounds height="22.0" width="29.0" x="396.0" y="328.0"/>\r
134         </bpmndi:BPMNLabel>\r
135       </bpmndi:BPMNEdge>\r
136       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_297" bpmnElement="getGenericVnf">\r
137         <dc:Bounds height="80.0" width="100.0" x="456.0" y="328.0"/>\r
138       </bpmndi:BPMNShape>\r
139       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_298" bpmnElement="toggleSuccess">\r
140         <dc:Bounds height="80.0" width="100.0" x="696.0" y="249.0"/>\r
141       </bpmndi:BPMNShape>\r
142       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_226" bpmnElement="EndEvent_1">\r
143         <dc:Bounds height="36.0" width="36.0" x="888.0" y="271.0"/>\r
144         <bpmndi:BPMNLabel>\r
145           <dc:Bounds height="0.0" width="0.0" x="906.0" y="312.0"/>\r
146         </bpmndi:BPMNLabel>\r
147       </bpmndi:BPMNShape>\r
148       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_231" targetElement="_BPMNShape_ScriptTask_298">\r
149         <di:waypoint xsi:type="dc:Point" x="650.0" y="288.0"/>\r
150         <di:waypoint xsi:type="dc:Point" x="696.0" y="289.0"/>\r
151         <bpmndi:BPMNLabel>\r
152           <dc:Bounds height="6.0" width="6.0" x="673.0" y="289.0"/>\r
153         </bpmndi:BPMNLabel>\r
154       </bpmndi:BPMNEdge>\r
155       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_298" targetElement="_BPMNShape_EndEvent_226">\r
156         <di:waypoint xsi:type="dc:Point" x="796.0" y="289.0"/>\r
157         <di:waypoint xsi:type="dc:Point" x="888.0" y="289.0"/>\r
158         <bpmndi:BPMNLabel>\r
159           <dc:Bounds height="6.0" width="6.0" x="829.0" y="289.0"/>\r
160         </bpmndi:BPMNLabel>\r
161       </bpmndi:BPMNEdge>\r
162       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_296" targetElement="_BPMNShape_ExclusiveGateway_231">\r
163         <di:waypoint xsi:type="dc:Point" x="556.0" y="196.0"/>\r
164         <di:waypoint xsi:type="dc:Point" x="625.0" y="196.0"/>\r
165         <di:waypoint xsi:type="dc:Point" x="625.0" y="263.0"/>\r
166         <bpmndi:BPMNLabel>\r
167           <dc:Bounds height="6.0" width="6.0" x="622.0" y="205.0"/>\r
168         </bpmndi:BPMNLabel>\r
169       </bpmndi:BPMNEdge>\r
170       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_297" targetElement="_BPMNShape_ExclusiveGateway_231">\r
171         <di:waypoint xsi:type="dc:Point" x="556.0" y="368.0"/>\r
172         <di:waypoint xsi:type="dc:Point" x="625.0" y="368.0"/>\r
173         <di:waypoint xsi:type="dc:Point" x="625.0" y="313.0"/>\r
174         <bpmndi:BPMNLabel>\r
175           <dc:Bounds height="6.0" width="6.0" x="621.0" y="368.0"/>\r
176         </bpmndi:BPMNLabel>\r
177       </bpmndi:BPMNEdge>\r
178       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_30" bpmnElement="bpmnExceptionHandlingSubProcess" isExpanded="true">\r
179         <dc:Bounds height="169.0" width="313.0" x="168.0" y="468.0"/>\r
180       </bpmndi:BPMNShape>\r
181       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_74" bpmnElement="catchMSOWorkflowException">\r
182         <dc:Bounds height="36.0" width="36.0" x="180.0" y="535.0"/>\r
183         <bpmndi:BPMNLabel>\r
184           <dc:Bounds height="0.0" width="0.0" x="198.0" y="576.0"/>\r
185         </bpmndi:BPMNLabel>\r
186       </bpmndi:BPMNShape>\r
187       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="proccessBPMNError">\r
188         <dc:Bounds height="80.0" width="100.0" x="275.0" y="513.0"/>\r
189       </bpmndi:BPMNShape>\r
190       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_231" bpmnElement="EndEvent_3">\r
191         <dc:Bounds height="36.0" width="36.0" x="432.0" y="535.0"/>\r
192         <bpmndi:BPMNLabel>\r
193           <dc:Bounds height="0.0" width="0.0" x="450.0" y="576.0"/>\r
194         </bpmndi:BPMNLabel>\r
195       </bpmndi:BPMNShape>\r
196       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_StartEvent_74" targetElement="_BPMNShape_ScriptTask_302">\r
197         <di:waypoint xsi:type="dc:Point" x="216.0" y="553.0"/>\r
198         <di:waypoint xsi:type="dc:Point" x="275.0" y="553.0"/>\r
199         <bpmndi:BPMNLabel>\r
200           <dc:Bounds height="6.0" width="6.0" x="238.0" y="553.0"/>\r
201         </bpmndi:BPMNLabel>\r
202       </bpmndi:BPMNEdge>\r
203       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_231">\r
204         <di:waypoint xsi:type="dc:Point" x="375.0" y="553.0"/>\r
205         <di:waypoint xsi:type="dc:Point" x="432.0" y="553.0"/>\r
206         <bpmndi:BPMNLabel>\r
207           <dc:Bounds height="6.0" width="6.0" x="402.0" y="553.0"/>\r
208         </bpmndi:BPMNLabel>\r
209       </bpmndi:BPMNEdge>\r
210     </bpmndi:BPMNPlane>\r
211   </bpmndi:BPMNDiagram>\r
212 </bpmn2:definitions>