-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpools.02.vertical.with.lanes.bpmn
More file actions
44 lines (44 loc) · 2.43 KB
/
pools.02.vertical.with.lanes.bpmn
File metadata and controls
44 lines (44 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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" id="Definitions_19801p0" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="7.3.0">
<bpmn:collaboration id="Collaboration_01pfi2w">
<bpmn:participant id="Participant_09kxlbt" name="Vertical Pool" processRef="Process_1m47u99" />
</bpmn:collaboration>
<bpmn:process id="Process_1m47u99">
<bpmn:laneSet id="LaneSet_012cmfs">
<bpmn:lane id="Lane_0bpyqm2" name="Vertical Lane 2">
<bpmn:childLaneSet id="LaneSet_0c3xavp">
<bpmn:lane id="Lane_0oyiu99" name="sublane 2.1" />
<bpmn:lane id="Lane_0l0a48n" />
</bpmn:childLaneSet>
</bpmn:lane>
<bpmn:lane id="Lane_14h9zcu" name="Vertical Lane 1" />
</bpmn:laneSet>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_01pfi2w">
<bpmndi:BPMNShape id="Participant_09kxlbt_di" bpmnElement="Participant_09kxlbt" isHorizontal="false">
<dc:Bounds x="160" y="80" width="600" height="250" />
<!-- Label bounds are always ignored for pools -->
<bpmndi:BPMNLabel>
<dc:Bounds x="255" y="63" width="56" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0bpyqm2_di" bpmnElement="Lane_0bpyqm2" isHorizontal="false">
<dc:Bounds x="460" y="110" width="300" height="220" />
<!-- Label bounds are always ignored for lanes -->
<bpmndi:BPMNLabel>
<dc:Bounds x="455" y="63" width="56" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_14h9zcu_di" bpmnElement="Lane_14h9zcu" isHorizontal="false">
<dc:Bounds x="160" y="110" width="300" height="220" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0oyiu99_di" bpmnElement="Lane_0oyiu99" isHorizontal="false">
<dc:Bounds x="460" y="140" width="150" height="190" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0l0a48n_di" bpmnElement="Lane_0l0a48n" isHorizontal="false">
<dc:Bounds x="610" y="140" width="150" height="190" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>