Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeleteVolumeGroupBB.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3">
3   <bpmn:process id="DeleteVolumeGroupBB" name="DeleteVolumeGroupBB" isExecutable="true">
4     <bpmn:startEvent id="DeleteVolumeGroupBB_Start" name="Start">
5       <bpmn:outgoing>SequenceFlow_1wz1rfg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_1wz1rfg" sourceRef="DeleteVolumeGroupBB_Start" targetRef="DeleteVolumeGroupVnfAdapter" />
8     <bpmn:endEvent id="DeleteVolumeGroupBB_End">
9       <bpmn:incoming>SequenceFlow_0mh0v9h</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:serviceTask id="UpdateVolumeGroupAAI" name="Update Volume Group A&#38;AI (AAI Assigned)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_13ngwev</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0mh0v9h</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_0mh0v9h" sourceRef="UpdateVolumeGroupAAI" targetRef="DeleteVolumeGroupBB_End" />
16     <bpmn:sequenceFlow id="SequenceFlow_13ngwev" sourceRef="DeleteVolumeGroupVnfAdapter" targetRef="UpdateVolumeGroupAAI" />
17     <bpmn:serviceTask id="DeleteVolumeGroupVnfAdapter" name="Delete Volume Group Vnf Adapter (AIC Delete)" camunda:expression="${VnfAdapterDeleteTasks.deleteVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
18       <bpmn:incoming>SequenceFlow_1wz1rfg</bpmn:incoming>
19       <bpmn:outgoing>SequenceFlow_13ngwev</bpmn:outgoing>
20     </bpmn:serviceTask>
21   </bpmn:process>
22   <bpmn:error id="Error_0pz4sdi" name="gDelegateError" errorCode="7000" />
23   <bpmn:escalation id="Escalation_1hjulni" name="Escalation_2cgup2p" />
24   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
25     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVolumeGroupBB">
26       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteVolumeGroupBB_Start">
27         <dc:Bounds x="310" y="102" width="36" height="36" />
28         <bpmndi:BPMNLabel>
29           <dc:Bounds x="316" y="138" width="24" height="12" />
30         </bpmndi:BPMNLabel>
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNEdge id="SequenceFlow_1wz1rfg_di" bpmnElement="SequenceFlow_1wz1rfg">
33         <di:waypoint xsi:type="dc:Point" x="346" y="120" />
34         <di:waypoint xsi:type="dc:Point" x="388" y="120" />
35         <bpmndi:BPMNLabel>
36           <dc:Bounds x="322" y="99" width="90" height="12" />
37         </bpmndi:BPMNLabel>
38       </bpmndi:BPMNEdge>
39       <bpmndi:BPMNShape id="EndEvent_1k6463v_di" bpmnElement="DeleteVolumeGroupBB_End">
40         <dc:Bounds x="684" y="102" width="36" height="36" />
41         <bpmndi:BPMNLabel>
42           <dc:Bounds x="657" y="142" width="90" height="12" />
43         </bpmndi:BPMNLabel>
44       </bpmndi:BPMNShape>
45       <bpmndi:BPMNShape id="ServiceTask_0rytcj0_di" bpmnElement="UpdateVolumeGroupAAI">
46         <dc:Bounds x="525" y="80" width="100" height="80" />
47       </bpmndi:BPMNShape>
48       <bpmndi:BPMNEdge id="SequenceFlow_0mh0v9h_di" bpmnElement="SequenceFlow_0mh0v9h">
49         <di:waypoint xsi:type="dc:Point" x="625" y="120" />
50         <di:waypoint xsi:type="dc:Point" x="684" y="120" />
51         <bpmndi:BPMNLabel>
52           <dc:Bounds x="609.5" y="98.5" width="90" height="13" />
53         </bpmndi:BPMNLabel>
54       </bpmndi:BPMNEdge>
55       <bpmndi:BPMNEdge id="SequenceFlow_13ngwev_di" bpmnElement="SequenceFlow_13ngwev">
56         <di:waypoint xsi:type="dc:Point" x="488" y="120" />
57         <di:waypoint xsi:type="dc:Point" x="525" y="120" />
58         <bpmndi:BPMNLabel>
59           <dc:Bounds x="506.5" y="99" width="0" height="12" />
60         </bpmndi:BPMNLabel>
61       </bpmndi:BPMNEdge>
62       <bpmndi:BPMNShape id="ServiceTask_1nrp0hb_di" bpmnElement="DeleteVolumeGroupVnfAdapter">
63         <dc:Bounds x="388" y="80" width="100" height="80" />
64       </bpmndi:BPMNShape>
65     </bpmndi:BPMNPlane>
66   </bpmndi:BPMNDiagram>
67 </bpmn:definitions>