Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeactivateVnfBB.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="DeactivateVnfBB" name="DeactivateVnfBB" isExecutable="true">
4     <bpmn:startEvent id="Start_DeactivateVnfBB" name="start">
5       <bpmn:outgoing>SequenceFlow_0k9qnoi</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_0k9qnoi" sourceRef="Start_DeactivateVnfBB" targetRef="Task_SDNCAdapterVnfTopologyDeactivate" />
8     <bpmn:sequenceFlow id="SequenceFlow_0r6pzwt" sourceRef="Task_SDNCAdapterVnfTopologyDeactivate" targetRef="Task_DeactivateOrchestrationStatusVnf" />
9     <bpmn:endEvent id="End_DeactivateVnfBB" name="end">
10       <bpmn:incoming>SequenceFlow_0vnitwg</bpmn:incoming>
11     </bpmn:endEvent>
12     <bpmn:sequenceFlow id="SequenceFlow_0vnitwg" sourceRef="Task_DeactivateOrchestrationStatusVnf" targetRef="End_DeactivateVnfBB" />
13     <bpmn:serviceTask id="Task_SDNCAdapterVnfTopologyDeactivate" name="Call SDNC Adapter VNF Topology Deactivate" camunda:expression="${SDNCDeactivateTasks.deactivateVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
14       <bpmn:incoming>SequenceFlow_0k9qnoi</bpmn:incoming>
15       <bpmn:outgoing>SequenceFlow_0r6pzwt</bpmn:outgoing>
16     </bpmn:serviceTask>
17     <bpmn:serviceTask id="Task_DeactivateOrchestrationStatusVnf" name="Deactivate Orchestration Status Vnf (AAI)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
18       <bpmn:incoming>SequenceFlow_0r6pzwt</bpmn:incoming>
19       <bpmn:outgoing>SequenceFlow_0vnitwg</bpmn:outgoing>
20     </bpmn:serviceTask>
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeactivateVnfBB">
24       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_DeactivateVnfBB">
25         <dc:Bounds x="173" y="102" width="36" height="36" />
26         <bpmndi:BPMNLabel>
27           <dc:Bounds x="179" y="138" width="24" height="12" />
28         </bpmndi:BPMNLabel>
29       </bpmndi:BPMNShape>
30       <bpmndi:BPMNEdge id="SequenceFlow_0k9qnoi_di" bpmnElement="SequenceFlow_0k9qnoi">
31         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
32         <di:waypoint xsi:type="dc:Point" x="263" y="120" />
33         <bpmndi:BPMNLabel>
34           <dc:Bounds x="236" y="99" width="0" height="12" />
35         </bpmndi:BPMNLabel>
36       </bpmndi:BPMNEdge>
37       <bpmndi:BPMNEdge id="SequenceFlow_0r6pzwt_di" bpmnElement="SequenceFlow_0r6pzwt">
38         <di:waypoint xsi:type="dc:Point" x="363" y="120" />
39         <di:waypoint xsi:type="dc:Point" x="422" y="120" />
40         <bpmndi:BPMNLabel>
41           <dc:Bounds x="392.5" y="99" width="0" height="12" />
42         </bpmndi:BPMNLabel>
43       </bpmndi:BPMNEdge>
44       <bpmndi:BPMNShape id="EndEvent_1ad7eym_di" bpmnElement="End_DeactivateVnfBB">
45         <dc:Bounds x="572" y="102" width="36" height="36" />
46         <bpmndi:BPMNLabel>
47           <dc:Bounds x="580" y="142" width="20" height="12" />
48         </bpmndi:BPMNLabel>
49       </bpmndi:BPMNShape>
50       <bpmndi:BPMNEdge id="SequenceFlow_0vnitwg_di" bpmnElement="SequenceFlow_0vnitwg">
51         <di:waypoint xsi:type="dc:Point" x="522" y="120" />
52         <di:waypoint xsi:type="dc:Point" x="572" y="120" />
53         <bpmndi:BPMNLabel>
54           <dc:Bounds x="547" y="99" width="0" height="12" />
55         </bpmndi:BPMNLabel>
56       </bpmndi:BPMNEdge>
57       <bpmndi:BPMNShape id="ServiceTask_1k98q3r_di" bpmnElement="Task_SDNCAdapterVnfTopologyDeactivate">
58         <dc:Bounds x="263" y="80" width="100" height="80" />
59       </bpmndi:BPMNShape>
60       <bpmndi:BPMNShape id="ServiceTask_1vg25fs_di" bpmnElement="Task_DeactivateOrchestrationStatusVnf">
61         <dc:Bounds x="422" y="80" width="100" height="80" />
62       </bpmndi:BPMNShape>
63     </bpmndi:BPMNPlane>
64   </bpmndi:BPMNDiagram>
65 </bpmn:definitions>