mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:38:16 +00:00
48 lines
2.5 KiB
XML
48 lines
2.5 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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:collaboration id="Collaboration_0uhtcn1">
|
|
<bpmn:participant id="Participant_1v3idtg" processRef="Process_tdlxn4x" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_tdlxn4x" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_0dpk1uu">
|
|
<bpmn:lane id="Lane_04b4n0c">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_0jgmsql">
|
|
<bpmn:flowNodeRef>Event_0oygmus</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_11e4dem">
|
|
<bpmn:flowNodeRef>Event_05a2l1x</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:startEvent id="StartEvent_1" />
|
|
<bpmn:startEvent id="Event_05a2l1x" />
|
|
<bpmn:startEvent id="Event_0oygmus" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0uhtcn1">
|
|
<bpmndi:BPMNShape id="Participant_1v3idtg_di" bpmnElement="Participant_1v3idtg" isHorizontal="true">
|
|
<dc:Bounds x="-140" y="40" width="600" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_04b4n0c_di" bpmnElement="Lane_04b4n0c" isHorizontal="true">
|
|
<dc:Bounds x="-110" y="40" width="570" height="83" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_0jgmsql_di" bpmnElement="Lane_0jgmsql" isHorizontal="true">
|
|
<dc:Bounds x="-110" y="123" width="570" height="83" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_11e4dem_di" bpmnElement="Lane_11e4dem" isHorizontal="true">
|
|
<dc:Bounds x="-110" y="206" width="570" height="84" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-58" y="72" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_1x8tqsq" bpmnElement="Event_05a2l1x">
|
|
<dc:Bounds x="-58" y="222" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BPMNShape_021i13d" bpmnElement="Event_0oygmus">
|
|
<dc:Bounds x="-58" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|