Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / SDNOVnfHealthCheckBB.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="SDNOVnfHealthCheckBB" name="SDNOVnfHealthCheckBB" isExecutable="true">
4     <bpmn:startEvent id="Start_SDNOHealthCheckBB" name="start">
5       <bpmn:outgoing>SequenceFlow_0zaz9o2</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="End_SDNOHealthCheckBB" name="end">
8       <bpmn:incoming>SequenceFlow_1jwsja5</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:serviceTask id="Task_SDNOHealthCheck" name="SDNO Health Check" camunda:expression="${SDNOHealthCheckTasks.sdnoHealthCheck(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
11       <bpmn:incoming>SequenceFlow_0zaz9o2</bpmn:incoming>
12       <bpmn:outgoing>SequenceFlow_1jwsja5</bpmn:outgoing>
13     </bpmn:serviceTask>
14     <bpmn:sequenceFlow id="SequenceFlow_0zaz9o2" sourceRef="Start_SDNOHealthCheckBB" targetRef="Task_SDNOHealthCheck" />
15     <bpmn:sequenceFlow id="SequenceFlow_1jwsja5" sourceRef="Task_SDNOHealthCheck" targetRef="End_SDNOHealthCheckBB" />
16   </bpmn:process>
17   <bpmn:error id="Error_0rgauy1" name="gDelegateError" errorCode="7000" />
18   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
19     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SDNOVnfHealthCheckBB">
20       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_SDNOHealthCheckBB">
21         <dc:Bounds x="104" y="76" width="36" height="36" />
22         <bpmndi:BPMNLabel>
23           <dc:Bounds x="111" y="112" width="22" height="12" />
24         </bpmndi:BPMNLabel>
25       </bpmndi:BPMNShape>
26       <bpmndi:BPMNShape id="EndEvent_1h93h9d_di" bpmnElement="End_SDNOHealthCheckBB">
27         <dc:Bounds x="320" y="76" width="36" height="36" />
28         <bpmndi:BPMNLabel>
29           <dc:Bounds x="329" y="116" width="18" height="12" />
30         </bpmndi:BPMNLabel>
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNShape id="ServiceTask_1r380lg_di" bpmnElement="Task_SDNOHealthCheck">
33         <dc:Bounds x="192" y="54" width="100" height="80" />
34       </bpmndi:BPMNShape>
35       <bpmndi:BPMNEdge id="SequenceFlow_0zaz9o2_di" bpmnElement="SequenceFlow_0zaz9o2">
36         <di:waypoint xsi:type="dc:Point" x="140" y="94" />
37         <di:waypoint xsi:type="dc:Point" x="192" y="94" />
38         <bpmndi:BPMNLabel>
39           <dc:Bounds x="166" y="73" width="0" height="12" />
40         </bpmndi:BPMNLabel>
41       </bpmndi:BPMNEdge>
42       <bpmndi:BPMNEdge id="SequenceFlow_1jwsja5_di" bpmnElement="SequenceFlow_1jwsja5">
43         <di:waypoint xsi:type="dc:Point" x="292" y="94" />
44         <di:waypoint xsi:type="dc:Point" x="320" y="94" />
45         <bpmndi:BPMNLabel>
46           <dc:Bounds x="306" y="79" width="0" height="0" />
47         </bpmndi:BPMNLabel>
48       </bpmndi:BPMNEdge>
49     </bpmndi:BPMNPlane>
50   </bpmndi:BPMNDiagram>
51 </bpmn:definitions>