Added ETSI Delete VNF BB
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / EtsiVnfDeleteBB.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_1as67q3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.2.4">
3   <bpmn:process id="vnfmFoundCheck" name="vnfmFoundCheck" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_0i3wi1x">
5       <bpmn:outgoing>SequenceFlow_01pwrcr</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="ServiceTask_1d5jbsa" name="&#10;Invoke VNFM Adaptor&#10;" camunda:asyncAfter="true" camunda:expression="${EtsiVnfDeleteTask.invokeVnfmAdapter(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_01pwrcr</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1064iul</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:endEvent id="EndEvent_1khf4qw">
12       <bpmn:incoming>SequenceFlow_1064iul</bpmn:incoming>
13     </bpmn:endEvent>
14     <bpmn:sequenceFlow id="SequenceFlow_1064iul" sourceRef="ServiceTask_1d5jbsa" targetRef="EndEvent_1khf4qw" />
15     <bpmn:sequenceFlow id="SequenceFlow_01pwrcr" sourceRef="StartEvent_0i3wi1x" targetRef="ServiceTask_1d5jbsa" />
16   </bpmn:process>
17   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
18     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="vnfmFoundCheck">
19       <bpmndi:BPMNShape id="StartEvent_0i3wi1x_di" bpmnElement="StartEvent_0i3wi1x">
20         <dc:Bounds x="325" y="183" width="36" height="36" />
21       </bpmndi:BPMNShape>
22       <bpmndi:BPMNShape id="ServiceTask_1d5jbsa_di" bpmnElement="ServiceTask_1d5jbsa">
23         <dc:Bounds x="503" y="161" width="100" height="80" />
24       </bpmndi:BPMNShape>
25       <bpmndi:BPMNShape id="EndEvent_1khf4qw_di" bpmnElement="EndEvent_1khf4qw">
26         <dc:Bounds x="742" y="183" width="36" height="36" />
27       </bpmndi:BPMNShape>
28       <bpmndi:BPMNEdge id="SequenceFlow_1064iul_di" bpmnElement="SequenceFlow_1064iul">
29         <di:waypoint x="603" y="201" />
30         <di:waypoint x="742" y="201" />
31       </bpmndi:BPMNEdge>
32       <bpmndi:BPMNEdge id="SequenceFlow_01pwrcr_di" bpmnElement="SequenceFlow_01pwrcr">
33         <di:waypoint x="361" y="201" />
34         <di:waypoint x="503" y="201" />
35       </bpmndi:BPMNEdge>
36     </bpmndi:BPMNPlane>
37   </bpmndi:BPMNDiagram>
38 </bpmn:definitions>