Merge "Remove Swagger UI"
[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.8.2">
3   <bpmn:process id="UnassignVnfBB" name="UnassignVnfBB" isExecutable="true">
4     <bpmn:startEvent id="UnassignVnfBB_Start">
5       <bpmn:outgoing>SequenceFlow_1kfxl04</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeleteVnf" name="&#10;AAI &#10;Delete&#10;(vnf)&#10;" 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="&#10;SDNC &#10;Unassign&#10;(vnf)&#10;" camunda:expression="${SDNCUnassignTasks.unassignVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1kfxl04</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0ielrmh</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:endEvent id="UnassignVnfBB_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="&#10;AAI &#10;Delete&#10;(instance grp)&#10;" camunda:expression="${UnassignVnf.deleteInstanceGroups(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
21       <bpmn:incoming>SequenceFlow_1cpzq86</bpmn:incoming>
22       <bpmn:outgoing>SequenceFlow_0w3s09a</bpmn:outgoing>
23     </bpmn:serviceTask>
24     <bpmn:sequenceFlow id="SequenceFlow_0w3s09a" sourceRef="DeleteVnfInstanceGroups" targetRef="DeleteVnf" />
25     <bpmn:callActivity id="CallActivity_sdncHandlerCall" name="SDNC Unassign (vnf)" calledElement="SDNCHandler">
26       <bpmn:extensionElements>
27         <camunda:in source="SDNCRequest" target="SDNCRequest" />
28         <camunda:out source="SDNCResponse" target="SDNCResponse" />
29       </bpmn:extensionElements>
30       <bpmn:incoming>SequenceFlow_0ielrmh</bpmn:incoming>
31       <bpmn:outgoing>SequenceFlow_1cpzq86</bpmn:outgoing>
32     </bpmn:callActivity>
33     <bpmn:sequenceFlow id="SequenceFlow_0ielrmh" sourceRef="UnassignVnf" targetRef="CallActivity_sdncHandlerCall" />
34     <bpmn:sequenceFlow id="SequenceFlow_1cpzq86" sourceRef="CallActivity_sdncHandlerCall" targetRef="DeleteVnfInstanceGroups" />
35   </bpmn:process>
36   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
37     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignVnfBB">
38       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="UnassignVnfBB_Start">
39         <dc:Bounds x="213" y="-3" width="36" height="36" />
40         <bpmndi:BPMNLabel>
41           <dc:Bounds x="219" y="33" width="24" height="12" />
42         </bpmndi:BPMNLabel>
43       </bpmndi:BPMNShape>
44       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="DeleteVnf">
45         <dc:Bounds x="822" y="-25" width="100" height="80" />
46       </bpmndi:BPMNShape>
47       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="UnassignVnf">
48         <dc:Bounds x="309" y="-25" width="100" height="80" />
49       </bpmndi:BPMNShape>
50       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="UnassignVnfBB_End">
51         <dc:Bounds x="959" y="-3" width="36" height="36" />
52         <bpmndi:BPMNLabel>
53           <dc:Bounds x="968" y="37" width="19" height="12" />
54         </bpmndi:BPMNLabel>
55       </bpmndi:BPMNShape>
56       <bpmndi:BPMNEdge id="SequenceFlow_1kfxl04_di" bpmnElement="SequenceFlow_1kfxl04">
57         <di:waypoint xsi:type="dc:Point" x="249" y="15" />
58         <di:waypoint xsi:type="dc:Point" x="309" y="15" />
59         <bpmndi:BPMNLabel>
60           <dc:Bounds x="234" y="0" width="90" height="0" />
61         </bpmndi:BPMNLabel>
62       </bpmndi:BPMNEdge>
63       <bpmndi:BPMNEdge id="SequenceFlow_0qa6sxx_di" bpmnElement="SequenceFlow_0qa6sxx">
64         <di:waypoint xsi:type="dc:Point" x="922" y="15" />
65         <di:waypoint xsi:type="dc:Point" x="959" y="15" />
66         <bpmndi:BPMNLabel>
67           <dc:Bounds x="895.5" y="0" width="90" height="0" />
68         </bpmndi:BPMNLabel>
69       </bpmndi:BPMNEdge>
70       <bpmndi:BPMNShape id="ServiceTask_0b1276e_di" bpmnElement="DeleteVnfInstanceGroups">
71         <dc:Bounds x="650" y="-25" width="100" height="80" />
72       </bpmndi:BPMNShape>
73       <bpmndi:BPMNEdge id="SequenceFlow_0w3s09a_di" bpmnElement="SequenceFlow_0w3s09a">
74         <di:waypoint xsi:type="dc:Point" x="750" y="15" />
75         <di:waypoint xsi:type="dc:Point" x="822" y="15" />
76         <bpmndi:BPMNLabel>
77           <dc:Bounds x="741" y="-6" width="90" height="12" />
78         </bpmndi:BPMNLabel>
79       </bpmndi:BPMNEdge>
80       <bpmndi:BPMNShape id="CallActivity_195fzng_di" bpmnElement="CallActivity_sdncHandlerCall">
81         <dc:Bounds x="471" y="-25" width="100" height="80" />
82       </bpmndi:BPMNShape>
83       <bpmndi:BPMNEdge id="SequenceFlow_0ielrmh_di" bpmnElement="SequenceFlow_0ielrmh">
84         <di:waypoint xsi:type="dc:Point" x="409" y="15" />
85         <di:waypoint xsi:type="dc:Point" x="471" y="15" />
86         <bpmndi:BPMNLabel>
87           <dc:Bounds x="440" y="-6" width="0" height="12" />
88         </bpmndi:BPMNLabel>
89       </bpmndi:BPMNEdge>
90       <bpmndi:BPMNEdge id="SequenceFlow_1cpzq86_di" bpmnElement="SequenceFlow_1cpzq86">
91         <di:waypoint xsi:type="dc:Point" x="571" y="15" />
92         <di:waypoint xsi:type="dc:Point" x="650" y="15" />
93         <bpmndi:BPMNLabel>
94           <dc:Bounds x="610.5" y="-6" width="0" height="12" />
95         </bpmndi:BPMNLabel>
96       </bpmndi:BPMNEdge>
97     </bpmndi:BPMNPlane>
98   </bpmndi:BPMNDiagram>
99 </bpmn:definitions>