49 lines
2.5 KiB
XML
49 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
<bpmn:process id="Process_1" isExecutable="false">
|
|
<bpmn:task id="Task_1">
|
|
<bpmn:outgoing>Task_Flow</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:task id="Task_2">
|
|
<bpmn:incoming>Task_Flow</bpmn:incoming>
|
|
<bpmn:incoming>Boundary_Flow</bpmn:incoming>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Task_Flow" sourceRef="Task_1" targetRef="Task_2" />
|
|
<bpmn:boundaryEvent id="BoundaryEvent" attachedToRef="Task_1">
|
|
<bpmn:outgoing>Boundary_Flow</bpmn:outgoing>
|
|
</bpmn:boundaryEvent>
|
|
<bpmn:sequenceFlow id="Boundary_Flow" sourceRef="BoundaryEvent" targetRef="Task_2" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="324" y="219" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
|
|
<dc:Bounds x="590" y="219" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Task_Flow_di" bpmnElement="Task_Flow">
|
|
<di:waypoint xsi:type="dc:Point" x="424" y="259" />
|
|
<di:waypoint xsi:type="dc:Point" x="590" y="259" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="462" y="249" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="BoundaryEvent_di" bpmnElement="BoundaryEvent">
|
|
<dc:Bounds x="363" y="281" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="336" y="317" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Boundary_Flow_di" bpmnElement="Boundary_Flow">
|
|
<di:waypoint xsi:type="dc:Point" x="381" y="317" />
|
|
<di:waypoint xsi:type="dc:Point" x="381" y="456" />
|
|
<di:waypoint xsi:type="dc:Point" x="640" y="456" />
|
|
<di:waypoint xsi:type="dc:Point" x="640" y="299" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="451" y="319" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions> |