mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:38:16 +00:00
46 lines
2.4 KiB
XML
46 lines
2.4 KiB
XML
<?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:collaboration id="Collaboration_0f2gfv2">
|
|
<bpmn:participant id="Participant_19tw4qc" name="Admin" processRef="Process_1kbekzh" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_1kbekzh" name="Admin procss" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1tpy3ms</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:task id="Activity_03ta50k">
|
|
<bpmn:incoming>Flow_1tpy3ms</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1qvax4k</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:endEvent id="Event_0wvul7m">
|
|
<bpmn:incoming>Flow_1qvax4k</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1tpy3ms" sourceRef="StartEvent_1" targetRef="Activity_03ta50k" />
|
|
<bpmn:sequenceFlow id="Flow_1qvax4k" sourceRef="Activity_03ta50k" targetRef="Event_0wvul7m" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0f2gfv2">
|
|
<bpmndi:BPMNShape id="Participant_19tw4qc_di" bpmnElement="Participant_19tw4qc" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="230" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-298" y="342" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_03ta50k_di" bpmnElement="Activity_03ta50k">
|
|
<dc:Bounds x="-170" y="320" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0wvul7m_di" bpmnElement="Event_0wvul7m">
|
|
<dc:Bounds x="32" y="342" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1tpy3ms_di" bpmnElement="Flow_1tpy3ms">
|
|
<di:waypoint x="-262" y="360" />
|
|
<di:waypoint x="-170" y="360" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1qvax4k_di" bpmnElement="Flow_1qvax4k">
|
|
<di:waypoint x="-70" y="360" />
|
|
<di:waypoint x="32" y="360" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|