Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / UnassignVnfBB.bpmn
1 <?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.10.0">
3   <bpmn:process id="UnassignVnfBB" name="UnassignVnfBB" isExecutable="true">
4     <bpmn:startEvent id="UnassignVnfBB_Start" name="Start">
5       <bpmn:outgoing>SequenceFlow_1kfxl04</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeleteVnf" name="Delete Vnf (AAI)" camunda:expression="${AAIDeleteTasks.deleteVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_0w3s09a</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0qa6sxx</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:serviceTask id="UnassignVnf" name="Unassign Vnf (SDNC)" camunda:expression="${SDNCUnassignTasks.unassignVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1kfxl04</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_02st1i1</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:endEvent id="UnassignVnfBB_End" name="End">
16       <bpmn:incoming>SequenceFlow_0qa6sxx</bpmn:incoming>
17     </bpmn:endEvent>
18     <bpmn:sequenceFlow id="SequenceFlow_1kfxl04" sourceRef="UnassignVnfBB_Start" targetRef="UnassignVnf" />
19     <bpmn:sequenceFlow id="SequenceFlow_0qa6sxx" sourceRef="DeleteVnf" targetRef="UnassignVnfBB_End" />
20     <bpmn:serviceTask id="DeleteVnfInstanceGroups" name="Delete Vnf Instance Groups (AAI)" camunda:expression="${UnassignVnf.deleteInstanceGroups(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
21       <bpmn:incoming>SequenceFlow_02st1i1</bpmn:incoming>
22       <bpmn:outgoing>SequenceFlow_0w3s09a</bpmn:outgoing>
23     </bpmn:serviceTask>
24     <bpmn:sequenceFlow id="SequenceFlow_02st1i1" sourceRef="UnassignVnf" targetRef="DeleteVnfInstanceGroups" />
25     <bpmn:sequenceFlow id="SequenceFlow_0w3s09a" sourceRef="DeleteVnfInstanceGroups" targetRef="DeleteVnf" />
26   </bpmn:process>
27   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
28     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignVnfBB">
29       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="UnassignVnfBB_Start">
30         <dc:Bounds x="213" y="-3" width="36" height="36" />
31         <bpmndi:BPMNLabel>
32           <dc:Bounds x="218" y="33" width="25" height="12" />
33         </bpmndi:BPMNLabel>
34       </bpmndi:BPMNShape>
35       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="DeleteVnf">
36         <dc:Bounds x="723" y="-25" width="100" height="80" />
37       </bpmndi:BPMNShape>
38       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="UnassignVnf">
39         <dc:Bounds x="367" y="-25" width="100" height="80" />
40       </bpmndi:BPMNShape>
41       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="UnassignVnfBB_End">
42         <dc:Bounds x="959" y="-3" width="36" height="36" />
43         <bpmndi:BPMNLabel>
44           <dc:Bounds x="967" y="37" width="20" height="12" />
45         </bpmndi:BPMNLabel>
46       </bpmndi:BPMNShape>
47       <bpmndi:BPMNEdge id="SequenceFlow_1kfxl04_di" bpmnElement="SequenceFlow_1kfxl04">
48         <di:waypoint xsi:type="dc:Point" x="249" y="15" />
49         <di:waypoint xsi:type="dc:Point" x="367" y="15" />
50         <bpmndi:BPMNLabel>
51           <dc:Bounds x="308" y="0" width="0" height="0" />
52         </bpmndi:BPMNLabel>
53       </bpmndi:BPMNEdge>
54       <bpmndi:BPMNEdge id="SequenceFlow_0qa6sxx_di" bpmnElement="SequenceFlow_0qa6sxx">
55         <di:waypoint xsi:type="dc:Point" x="823" y="15" />
56         <di:waypoint xsi:type="dc:Point" x="959" y="15" />
57         <bpmndi:BPMNLabel>
58           <dc:Bounds x="846" y="0" width="90" height="0" />
59         </bpmndi:BPMNLabel>
60       </bpmndi:BPMNEdge>
61       <bpmndi:BPMNShape id="ServiceTask_0b1276e_di" bpmnElement="DeleteVnfInstanceGroups">
62         <dc:Bounds x="546" y="-25" width="100" height="80" />
63       </bpmndi:BPMNShape>
64       <bpmndi:BPMNEdge id="SequenceFlow_02st1i1_di" bpmnElement="SequenceFlow_02st1i1">
65         <di:waypoint xsi:type="dc:Point" x="467" y="15" />
66         <di:waypoint xsi:type="dc:Point" x="546" y="15" />
67         <bpmndi:BPMNLabel>
68           <dc:Bounds x="506.5" y="-6" width="0" height="12" />
69         </bpmndi:BPMNLabel>
70       </bpmndi:BPMNEdge>
71       <bpmndi:BPMNEdge id="SequenceFlow_0w3s09a_di" bpmnElement="SequenceFlow_0w3s09a">
72         <di:waypoint xsi:type="dc:Point" x="646" y="15" />
73         <di:waypoint xsi:type="dc:Point" x="723" y="15" />
74         <bpmndi:BPMNLabel>
75           <dc:Bounds x="684.5" y="-6" width="0" height="12" />
76         </bpmndi:BPMNLabel>
77       </bpmndi:BPMNEdge>
78     </bpmndi:BPMNPlane>
79   </bpmndi:BPMNDiagram>
80 </bpmn:definitions>