Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeactivateVolumeGroupBB.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.8.2">
3   <bpmn:process id="DeactivateVolumeGroupBB" name="DeactivateVolumeGroupBB" isExecutable="true">
4     <bpmn:startEvent id="DeactivateVolumeGroupBB_Start" name="Start">
5       <bpmn:outgoing>SequenceFlow_1wz1rfg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_1wz1rfg" sourceRef="DeactivateVolumeGroupBB_Start" targetRef="DeactivateVolumeGroup" />
8     <bpmn:endEvent id="DeactivateVolumeGroupBB_End">
9       <bpmn:incoming>SequenceFlow_0mh0v9h</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:serviceTask id="DeactivateVolumeGroup" name="Deactivate VolumeGroup" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusCreatedVolumeGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1wz1rfg</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0mh0v9h</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_0mh0v9h" sourceRef="DeactivateVolumeGroup" targetRef="DeactivateVolumeGroupBB_End" />
16   </bpmn:process>
17   <bpmn:error id="Error_0pz4sdi" name="gDelegateError" errorCode="7000" />
18   <bpmn:escalation id="Escalation_1hjulni" name="Escalation_2cgup2p" />
19   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
20     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeactivateVolumeGroupBB">
21       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeactivateVolumeGroupBB_Start">
22         <dc:Bounds x="310" y="102" width="36" height="36" />
23         <bpmndi:BPMNLabel>
24           <dc:Bounds x="316" y="138" width="25" height="12" />
25         </bpmndi:BPMNLabel>
26       </bpmndi:BPMNShape>
27       <bpmndi:BPMNEdge id="SequenceFlow_1wz1rfg_di" bpmnElement="SequenceFlow_1wz1rfg">
28         <di:waypoint xsi:type="dc:Point" x="346" y="120" />
29         <di:waypoint xsi:type="dc:Point" x="464" y="120" />
30         <bpmndi:BPMNLabel>
31           <dc:Bounds x="360" y="99" width="90" height="12" />
32         </bpmndi:BPMNLabel>
33       </bpmndi:BPMNEdge>
34       <bpmndi:BPMNShape id="EndEvent_1k6463v_di" bpmnElement="DeactivateVolumeGroupBB_End">
35         <dc:Bounds x="662" y="102" width="36" height="36" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="635" y="142" width="90" height="12" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNShape>
40       <bpmndi:BPMNShape id="ServiceTask_0rytcj0_di" bpmnElement="DeactivateVolumeGroup">
41         <dc:Bounds x="464" y="80" width="100" height="80" />
42       </bpmndi:BPMNShape>
43       <bpmndi:BPMNEdge id="SequenceFlow_0mh0v9h_di" bpmnElement="SequenceFlow_0mh0v9h">
44         <di:waypoint xsi:type="dc:Point" x="564" y="120" />
45         <di:waypoint xsi:type="dc:Point" x="662" y="120" />
46         <bpmndi:BPMNLabel>
47           <dc:Bounds x="613" y="98" width="0" height="13" />
48         </bpmndi:BPMNLabel>
49       </bpmndi:BPMNEdge>
50     </bpmndi:BPMNPlane>
51   </bpmndi:BPMNDiagram>
52 </bpmn:definitions>