forked from bpmn-io/bpmn-js-example-react-properties-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.bpmn
executable file
·69 lines (69 loc) · 3.51 KB
/
diagram.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
<?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:qa="http://some-company/schema/bpmn/qa" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_0b6cm13</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_0b6cm13" sourceRef="StartEvent_1" targetRef="Task_0zlv465" />
<bpmn:endEvent id="EndEvent_09arx8f">
<bpmn:incoming>SequenceFlow_035kn8o</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_17w8608" sourceRef="Task_0zlv465" targetRef="Task_1xewseo" />
<bpmn:task id="Task_1xewseo" name="Do more work">
<bpmn:incoming>SequenceFlow_17w8608</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_035kn8o</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_035kn8o" sourceRef="Task_1xewseo" targetRef="EndEvent_09arx8f" />
<bpmn:serviceTask id="Task_0zlv465" name="Do work">
<bpmn:extensionElements>
<qa:analysisDetails lastChecked="2015-01-20" nextCheck="2015-07-15">
<qa:path>A</qa:path>
<qa:path>B</qa:path>
<qa:path>C</qa:path>
</qa:analysisDetails>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_0b6cm13</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_17w8608</bpmn:outgoing>
</bpmn:serviceTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="173" y="188" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="146" y="224" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0b6cm13_di" bpmnElement="SequenceFlow_0b6cm13">
<di:waypoint x="209" y="206" />
<di:waypoint x="256" y="206" />
<bpmndi:BPMNLabel>
<dc:Bounds x="192.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_09arx8f_di" bpmnElement="EndEvent_09arx8f">
<dc:Bounds x="552" y="188" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="404" y="138" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_17w8608_di" bpmnElement="SequenceFlow_17w8608">
<di:waypoint x="356" y="206" />
<di:waypoint x="399" y="206" />
<bpmndi:BPMNLabel>
<dc:Bounds x="353.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1xewseo_di" bpmnElement="Task_1xewseo">
<dc:Bounds x="399" y="166" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_035kn8o_di" bpmnElement="SequenceFlow_035kn8o">
<di:waypoint x="499" y="206" />
<di:waypoint x="552" y="206" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ServiceTask_0wob562_di" bpmnElement="Task_0zlv465">
<dc:Bounds x="256" y="166" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>