-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreference.bpmn
85 lines (85 loc) · 5.15 KB
/
reference.bpmn
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<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="_7-zCkWf7EeOk8cIZ3dCy7A" targetNamespace="http://activiti.org/bpmn">
<bpmn2:process id="link-event-test" isExecutable="true">
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="catch A">
<bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
<bpmn2:linkEventDefinition id="LinkEventDefinition_3" name="A"/>
</bpmn2:intermediateCatchEvent>
<bpmn2:sequenceFlow id="SequenceFlow_3" sourceRef="IntermediateCatchEvent_1" targetRef="EndEvent_1"/>
<bpmn2:endEvent id="EndEvent_1" name="">
<bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="throw A">
<bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
<bpmn2:linkEventDefinition id="LinkEventDefinition_1" name="A"/>
</bpmn2:intermediateThrowEvent>
<bpmn2:startEvent id="StartEvent_1" name="">
<bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
<bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="StartEvent_1" targetRef="IntermediateThrowEvent_3"/>
<bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="StartEvent_1" targetRef="IntermediateThrowEvent_1"/>
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="throw A">
<bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
<bpmn2:linkEventDefinition id="LinkEventDefinition_2" name="A"/>
</bpmn2:intermediateThrowEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="link-event-test">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds height="36.0" width="36.0" x="144.0" y="145.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="159.0" y="186.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_2" bpmnElement="IntermediateThrowEvent_1">
<dc:Bounds height="36.0" width="36.0" x="260.0" y="84.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="15.0" x="271.0" y="125.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_2" bpmnElement="IntermediateCatchEvent_1">
<dc:Bounds height="36.0" width="36.0" x="384.0" y="144.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="15.0" x="395.0" y="185.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_2" bpmnElement="EndEvent_1">
<dc:Bounds height="36.0" width="36.0" x="470.0" y="144.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="485.0" y="185.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_IntermediateCatchEvent_2" targetElement="_BPMNShape_EndEvent_2">
<di:waypoint xsi:type="dc:Point" x="420.0" y="162.0"/>
<di:waypoint xsi:type="dc:Point" x="470.0" y="162.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="445.0" y="162.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_4" bpmnElement="IntermediateThrowEvent_3">
<dc:Bounds height="36.0" width="36.0" x="260.0" y="205.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="22.0" width="15.0" x="271.0" y="246.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_StartEvent_2" targetElement="_BPMNShape_IntermediateThrowEvent_4">
<di:waypoint xsi:type="dc:Point" x="162.0" y="181.0"/>
<di:waypoint xsi:type="dc:Point" x="162.0" y="223.0"/>
<di:waypoint xsi:type="dc:Point" x="260.0" y="223.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="211.0" y="223.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_StartEvent_2" targetElement="_BPMNShape_IntermediateThrowEvent_2">
<di:waypoint xsi:type="dc:Point" x="162.0" y="145.0"/>
<di:waypoint xsi:type="dc:Point" x="162.0" y="102.0"/>
<di:waypoint xsi:type="dc:Point" x="220.0" y="102.0"/>
<di:waypoint xsi:type="dc:Point" x="260.0" y="102.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="159.0" y="130.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>