mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 10:48:25 +00:00
65 lines
3.4 KiB
Plaintext
65 lines
3.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<bpmn:definitions 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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||
|
<bpmn:process id="Process_1h6143m" isExecutable="true">
|
||
|
<bpmn:startEvent id="StartEvent_1">
|
||
|
<bpmn:outgoing>Flow_0mod93p</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:task id="Activity_0vwr4mg" name="Read Task">
|
||
|
<bpmn:incoming>Flow_0mod93p</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_1iaibb9</bpmn:outgoing>
|
||
|
</bpmn:task>
|
||
|
<bpmn:sequenceFlow id="Flow_0mod93p" sourceRef="StartEvent_1" targetRef="Activity_0vwr4mg" />
|
||
|
<bpmn:exclusiveGateway id="Gateway_01hqz74">
|
||
|
<bpmn:incoming>Flow_1iaibb9</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_1s4pz2b</bpmn:outgoing>
|
||
|
<bpmn:outgoing>Flow_0hjqepe</bpmn:outgoing>
|
||
|
</bpmn:exclusiveGateway>
|
||
|
<bpmn:sequenceFlow id="Flow_1iaibb9" sourceRef="Activity_0vwr4mg" targetRef="Gateway_01hqz74" />
|
||
|
<bpmn:sequenceFlow id="Flow_1s4pz2b" sourceRef="Gateway_01hqz74" targetRef="Activity_1ctpmaa" />
|
||
|
<bpmn:task id="Activity_1b4y6my">
|
||
|
<bpmn:incoming>Flow_0hjqepe</bpmn:incoming>
|
||
|
</bpmn:task>
|
||
|
<bpmn:sequenceFlow id="Flow_0hjqepe" sourceRef="Gateway_01hqz74" targetRef="Activity_1b4y6my" />
|
||
|
<bpmn:manualTask id="Activity_1ctpmaa">
|
||
|
<bpmn:incoming>Flow_1s4pz2b</bpmn:incoming>
|
||
|
</bpmn:manualTask>
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1h6143m">
|
||
|
<bpmndi:BPMNShape id="Activity_0vwr4mg_di" bpmnElement="Activity_0vwr4mg">
|
||
|
<dc:Bounds x="-360" y="-60" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
|
<dc:Bounds x="-438" y="-38" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Gateway_01hqz74_di" bpmnElement="Gateway_01hqz74" isMarkerVisible="true">
|
||
|
<dc:Bounds x="-225" y="-45" width="50" height="50" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1b4y6my_di" bpmnElement="Activity_1b4y6my">
|
||
|
<dc:Bounds x="-140" y="50" width="100" height="80" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1m0a8d9_di" bpmnElement="Activity_1ctpmaa">
|
||
|
<dc:Bounds x="-140" y="-60" width="100" height="80" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_0mod93p_di" bpmnElement="Flow_0mod93p">
|
||
|
<di:waypoint x="-402" y="-20" />
|
||
|
<di:waypoint x="-360" y="-20" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_1iaibb9_di" bpmnElement="Flow_1iaibb9">
|
||
|
<di:waypoint x="-260" y="-20" />
|
||
|
<di:waypoint x="-225" y="-20" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_1s4pz2b_di" bpmnElement="Flow_1s4pz2b">
|
||
|
<di:waypoint x="-175" y="-20" />
|
||
|
<di:waypoint x="-140" y="-20" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0hjqepe_di" bpmnElement="Flow_0hjqepe">
|
||
|
<di:waypoint x="-200" y="5" />
|
||
|
<di:waypoint x="-200" y="90" />
|
||
|
<di:waypoint x="-140" y="90" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|