Add or Delete a PNF to an Active Service
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / UnassignPnfBB.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="4.9.0">
3   <bpmn:process id="UnassignPnfBB" name="UnassignPnfBB" isExecutable="true">
4     <bpmn:startEvent id="UnassignVnfBB_Start">
5       <bpmn:outgoing>SequenceFlow_1kfxl04</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeletePnf" name="AAI&#10;Delete&#10;(pnf)" camunda:expression="${AAIDeleteTasks.deletePnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_1kfxl04</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0qa6sxx</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:endEvent id="UnassignVnfBB_End">
12       <bpmn:incoming>SequenceFlow_0qa6sxx</bpmn:incoming>
13     </bpmn:endEvent>
14     <bpmn:sequenceFlow id="SequenceFlow_1kfxl04" sourceRef="UnassignVnfBB_Start" targetRef="DeletePnf" />
15     <bpmn:sequenceFlow id="SequenceFlow_0qa6sxx" sourceRef="DeletePnf" targetRef="UnassignVnfBB_End" />
16   </bpmn:process>
17   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
18     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignPnfBB">
19       <bpmndi:BPMNEdge id="SequenceFlow_0qa6sxx_di" bpmnElement="SequenceFlow_0qa6sxx">
20         <di:waypoint x="450" y="125" />
21         <di:waypoint x="622" y="125" />
22         <bpmndi:BPMNLabel>
23           <dc:Bounds x="895.5" y="0" width="90" height="0" />
24         </bpmndi:BPMNLabel>
25       </bpmndi:BPMNEdge>
26       <bpmndi:BPMNEdge id="SequenceFlow_1kfxl04_di" bpmnElement="SequenceFlow_1kfxl04">
27         <di:waypoint x="188" y="125" />
28         <di:waypoint x="350" y="125" />
29         <bpmndi:BPMNLabel>
30           <dc:Bounds x="234" y="0" width="90" height="0" />
31         </bpmndi:BPMNLabel>
32       </bpmndi:BPMNEdge>
33       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="UnassignVnfBB_Start">
34         <dc:Bounds x="152" y="107" width="36" height="36" />
35         <bpmndi:BPMNLabel>
36           <dc:Bounds x="219" y="33" width="24" height="12" />
37         </bpmndi:BPMNLabel>
38       </bpmndi:BPMNShape>
39       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="DeletePnf">
40         <dc:Bounds x="350" y="85" width="100" height="80" />
41       </bpmndi:BPMNShape>
42       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="UnassignVnfBB_End">
43         <dc:Bounds x="622" y="107" width="36" height="36" />
44         <bpmndi:BPMNLabel>
45           <dc:Bounds x="968" y="37" width="19" height="12" />
46         </bpmndi:BPMNLabel>
47       </bpmndi:BPMNShape>
48     </bpmndi:BPMNPlane>
49   </bpmndi:BPMNDiagram>
50 </bpmn:definitions>