forked from lucamozzz/BPMN2CODE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.bpmn
95 lines (95 loc) · 5.1 KB
/
test.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
86
87
88
89
90
91
92
93
94
95
<?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" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" camunda:diagramRelationId="7d4b8009-3dfb-4463-bb17-e781ba6e682f">
<bpmn:process id="Process_248d0aca-df98-4115-841d-3f15b24996b7" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_09ws79c</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:exclusiveGateway id="Gateway_077pd0l">
<bpmn:incoming>Flow_09ws79c</bpmn:incoming>
<bpmn:outgoing>Flow_1v5svna</bpmn:outgoing>
<bpmn:outgoing>Flow_1m1l7q6</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_09ws79c" sourceRef="StartEvent_1" targetRef="Gateway_077pd0l"/>
<bpmn:task id="Activity_05g6c5g" name="A">
<bpmn:incoming>Flow_1v5svna</bpmn:incoming>
<bpmn:outgoing>Flow_0fwrei1</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_1v5svna" sourceRef="Gateway_077pd0l" targetRef="Activity_05g6c5g"/>
<bpmn:task id="Activity_0fl7caf" name="B">
<bpmn:incoming>Flow_1m1l7q6</bpmn:incoming>
<bpmn:outgoing>Flow_07dvovo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_1m1l7q6" sourceRef="Gateway_077pd0l" targetRef="Activity_0fl7caf"/>
<bpmn:endEvent id="Event_1lf6rvq">
<bpmn:incoming>Flow_098zwor</bpmn:incoming>
</bpmn:endEvent>
<bpmn:exclusiveGateway id="Gateway_0lvibz6">
<bpmn:incoming>Flow_07dvovo</bpmn:incoming>
<bpmn:incoming>Flow_0fwrei1</bpmn:incoming>
<bpmn:outgoing>Flow_098zwor</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_07dvovo" sourceRef="Activity_0fl7caf" targetRef="Gateway_0lvibz6"/>
<bpmn:sequenceFlow id="Flow_0fwrei1" sourceRef="Activity_05g6c5g" targetRef="Gateway_0lvibz6"/>
<bpmn:sequenceFlow id="Flow_098zwor" sourceRef="Gateway_0lvibz6" targetRef="Event_1lf6rvq"/>
<bpmn:textAnnotation id="TextAnnotation_1vghzpx">
<bpmn:text>exit</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1hld63q" sourceRef="Gateway_0lvibz6" targetRef="TextAnnotation_1vghzpx"/>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_248d0aca-df98-4115-841d-3f15b24996b7">
<bpmndi:BPMNShape id="TextAnnotation_1vghzpx_di" bpmnElement="TextAnnotation_1vghzpx">
<dc:Bounds x="610" y="10" width="99.98292349726775" height="29.99772313296903"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1m1l7q6_di" bpmnElement="Flow_1m1l7q6">
<di:waypoint x="270" y="143"/>
<di:waypoint x="270" y="200"/>
<di:waypoint x="350" y="200"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1v5svna_di" bpmnElement="Flow_1v5svna">
<di:waypoint x="270" y="93"/>
<di:waypoint x="270" y="40"/>
<di:waypoint x="350" y="40"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_09ws79c_di" bpmnElement="Flow_09ws79c">
<di:waypoint x="186" y="118"/>
<di:waypoint x="245" y="118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07dvovo_di" bpmnElement="Flow_07dvovo">
<di:waypoint x="450" y="200"/>
<di:waypoint x="580" y="200"/>
<di:waypoint x="580" y="143"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fwrei1_di" bpmnElement="Flow_0fwrei1">
<di:waypoint x="450" y="40"/>
<di:waypoint x="580" y="40"/>
<di:waypoint x="580" y="93"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_098zwor_di" bpmnElement="Flow_098zwor">
<di:waypoint x="605" y="118"/>
<di:waypoint x="702" y="118"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="150" y="100" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_077pd0l_di" bpmnElement="Gateway_077pd0l" isMarkerVisible="true">
<dc:Bounds x="245" y="93" width="50" height="50"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_05g6c5g_di" bpmnElement="Activity_05g6c5g">
<dc:Bounds x="350" y="0" width="100" height="80"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0fl7caf_di" bpmnElement="Activity_0fl7caf">
<dc:Bounds x="350" y="160" width="100" height="80"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1lf6rvq_di" bpmnElement="Event_1lf6rvq">
<dc:Bounds x="702" y="100" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0lvibz6_di" bpmnElement="Gateway_0lvibz6" isMarkerVisible="true">
<dc:Bounds x="555" y="93" width="50" height="50"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_1hld63q_di" bpmnElement="Association_1hld63q">
<di:waypoint x="592" y="105"/>
<di:waypoint x="647" y="40"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>