1<?xml version="1.0" encoding="UTF-8"?>
2<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_j5P4IIBsEeSv6e6zaBOhyg" exporter="camunda modeler" exporterVersion="2.6.0" targetNamespace="http://activiti.org/bpmn">
3    <bpmn2:process id="ParallelGateway_Joining" name="Parallel Gateway Test 02" isExecutable="true">
4        <bpmn2:startEvent id="StartEvent_1">
5            <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
6        </bpmn2:startEvent>
7        <bpmn2:parallelGateway id="ParallelGateway_1">
8            <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
9            <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
10            <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
11            <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
12        </bpmn2:parallelGateway>
13        <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="StartEvent_1" targetRef="ParallelGateway_1"/>
14        <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1">
15            <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
16            <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
17        </bpmn2:intermediateThrowEvent>
18        <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3">
19            <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
20            <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
21        </bpmn2:intermediateThrowEvent>
22        <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ParallelGateway_1" targetRef="IntermediateThrowEvent_1"/>
23        <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ParallelGateway_1" targetRef="IntermediateThrowEvent_2"/>
24        <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ParallelGateway_1" targetRef="IntermediateThrowEvent_3"/>
25        <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="IntermediateThrowEvent_1" targetRef="ParallelGateway_2"/>
26        <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="IntermediateThrowEvent_3" targetRef="ParallelGateway_2"/>
27        <bpmn2:parallelGateway id="ParallelGateway_2">
28            <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
29            <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
30            <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
31            <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
32        </bpmn2:parallelGateway>
33        <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2">
34            <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
35            <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
36        </bpmn2:intermediateThrowEvent>
37        <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="IntermediateThrowEvent_2" targetRef="ParallelGateway_2"/>
38        <bpmn2:endEvent id="EndEvent_6">
39            <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
40        </bpmn2:endEvent>
41        <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ParallelGateway_2" targetRef="EndEvent_6"/>
42    </bpmn2:process>
43    <bpmndi:BPMNDiagram id="BPMNDiagram_1">
44        <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_PGateway_01">
45            <bpmndi:BPMNShape id="_BPMNShape_StartEvent_32" bpmnElement="StartEvent_1">
46                <dc:Bounds height="36.0" width="36.0" x="98.0" y="128.0"/>
47                <bpmndi:BPMNLabel>
48                    <dc:Bounds height="0.0" width="0.0" x="116.0" y="169.0"/>
49                </bpmndi:BPMNLabel>
50            </bpmndi:BPMNShape>
51            <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_3" bpmnElement="ParallelGateway_1">
52                <dc:Bounds height="50.0" width="50.0" x="228.0" y="121.0"/>
53                <bpmndi:BPMNLabel>
54                    <dc:Bounds height="0.0" width="0.0" x="253.0" y="176.0"/>
55                </bpmndi:BPMNLabel>
56            </bpmndi:BPMNShape>
57            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_StartEvent_32" targetElement="_BPMNShape_ParallelGateway_3">
58                <di:waypoint xsi:type="dc:Point" x="134.0" y="146.0"/>
59                <di:waypoint xsi:type="dc:Point" x="228.0" y="146.0"/>
60            </bpmndi:BPMNEdge>
61            <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_4" bpmnElement="ParallelGateway_2">
62                <dc:Bounds height="50.0" width="50.0" x="531.0" y="119.0"/>
63                <bpmndi:BPMNLabel>
64                    <dc:Bounds height="0.0" width="0.0" x="556.0" y="174.0"/>
65                </bpmndi:BPMNLabel>
66            </bpmndi:BPMNShape>
67            <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_2" bpmnElement="IntermediateThrowEvent_1">
68                <dc:Bounds height="36.0" width="36.0" x="381.0" y="60.0"/>
69                <bpmndi:BPMNLabel>
70                    <dc:Bounds height="0.0" width="0.0" x="399.0" y="101.0"/>
71                </bpmndi:BPMNLabel>
72            </bpmndi:BPMNShape>
73            <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_3" bpmnElement="IntermediateThrowEvent_2">
74                <dc:Bounds height="36.0" width="36.0" x="382.0" y="129.0"/>
75                <bpmndi:BPMNLabel>
76                    <dc:Bounds height="0.0" width="0.0" x="400.0" y="170.0"/>
77                </bpmndi:BPMNLabel>
78            </bpmndi:BPMNShape>
79            <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_4" bpmnElement="IntermediateThrowEvent_3">
80                <dc:Bounds height="36.0" width="36.0" x="382.0" y="176.0"/>
81                <bpmndi:BPMNLabel>
82                    <dc:Bounds height="0.0" width="0.0" x="400.0" y="217.0"/>
83                </bpmndi:BPMNLabel>
84            </bpmndi:BPMNShape>
85            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_IntermediateThrowEvent_2">
86                <di:waypoint xsi:type="dc:Point" x="253.0" y="121.0"/>
87                <di:waypoint xsi:type="dc:Point" x="253.0" y="78.0"/>
88                <di:waypoint xsi:type="dc:Point" x="329.0" y="78.0"/>
89                <di:waypoint xsi:type="dc:Point" x="381.0" y="78.0"/>
90                <bpmndi:BPMNLabel>
91                    <dc:Bounds height="6.0" width="6.0" x="292.0" y="78.0"/>
92                </bpmndi:BPMNLabel>
93            </bpmndi:BPMNEdge>
94            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_IntermediateThrowEvent_3">
95                <di:waypoint xsi:type="dc:Point" x="278.0" y="146.0"/>
96                <di:waypoint xsi:type="dc:Point" x="329.0" y="146.0"/>
97                <di:waypoint xsi:type="dc:Point" x="382.0" y="147.0"/>
98                <bpmndi:BPMNLabel>
99                    <dc:Bounds height="6.0" width="6.0" x="330.0" y="146.0"/>
100                </bpmndi:BPMNLabel>
101            </bpmndi:BPMNEdge>
102            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_IntermediateThrowEvent_4">
103                <di:waypoint xsi:type="dc:Point" x="254.0" y="171.0"/>
104                <di:waypoint xsi:type="dc:Point" x="254.0" y="194.0"/>
105                <di:waypoint xsi:type="dc:Point" x="330.0" y="194.0"/>
106                <di:waypoint xsi:type="dc:Point" x="382.0" y="194.0"/>
107                <bpmndi:BPMNLabel>
108                    <dc:Bounds height="6.0" width="6.0" x="304.0" y="194.0"/>
109                </bpmndi:BPMNLabel>
110            </bpmndi:BPMNEdge>
111            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_IntermediateThrowEvent_2" targetElement="_BPMNShape_ParallelGateway_4">
112                <di:waypoint xsi:type="dc:Point" x="417.0" y="78.0"/>
113                <di:waypoint xsi:type="dc:Point" x="474.0" y="78.0"/>
114                <di:waypoint xsi:type="dc:Point" x="556.0" y="78.0"/>
115                <di:waypoint xsi:type="dc:Point" x="556.0" y="119.0"/>
116                <bpmndi:BPMNLabel>
117                    <dc:Bounds height="6.0" width="6.0" x="505.0" y="78.0"/>
118                </bpmndi:BPMNLabel>
119            </bpmndi:BPMNEdge>
120            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateThrowEvent_3" targetElement="_BPMNShape_ParallelGateway_4">
121                <di:waypoint xsi:type="dc:Point" x="418.0" y="147.0"/>
122                <di:waypoint xsi:type="dc:Point" x="474.0" y="147.0"/>
123                <di:waypoint xsi:type="dc:Point" x="531.0" y="145.0"/>
124                <bpmndi:BPMNLabel>
125                    <dc:Bounds height="6.0" width="6.0" x="476.0" y="147.0"/>
126                </bpmndi:BPMNLabel>
127            </bpmndi:BPMNEdge>
128            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_IntermediateThrowEvent_4" targetElement="_BPMNShape_ParallelGateway_4">
129                <di:waypoint xsi:type="dc:Point" x="418.0" y="194.0"/>
130                <di:waypoint xsi:type="dc:Point" x="474.0" y="194.0"/>
131                <di:waypoint xsi:type="dc:Point" x="555.0" y="194.0"/>
132                <di:waypoint xsi:type="dc:Point" x="556.0" y="169.0"/>
133                <bpmndi:BPMNLabel>
134                    <dc:Bounds height="6.0" width="6.0" x="496.0" y="194.0"/>
135                </bpmndi:BPMNLabel>
136            </bpmndi:BPMNEdge>
137            <bpmndi:BPMNShape id="_BPMNShape_EndEvent_28" bpmnElement="EndEvent_6">
138                <dc:Bounds height="36.0" width="36.0" x="631.0" y="126.0"/>
139            </bpmndi:BPMNShape>
140            <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ParallelGateway_4" targetElement="_BPMNShape_EndEvent_28">
141                <di:waypoint xsi:type="dc:Point" x="581.0" y="144.0"/>
142                <di:waypoint xsi:type="dc:Point" x="631.0" y="144.0"/>
143            </bpmndi:BPMNEdge>
144        </bpmndi:BPMNPlane>
145    </bpmndi:BPMNDiagram>
146</bpmn2:definitions>