forked from ProcessMaker/processmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSingleTask.bpmn
More file actions
62 lines (62 loc) · 3 KB
/
Copy pathSingleTask.bpmn
File metadata and controls
62 lines (62 loc) · 3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions
xmlns="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:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:pm="http://processmaker.com/BPMN/2.0/Schema.xsd"
targetNamespace="http://sourceforge.net/bpmn/definitions/_1537370422571"
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
<process id="PROCESS_1" isClosed="false" isExecutable="true" processType="None">
<userTask completionQuantity="1" id="UserTaskUID" implementation="##unspecified" isForCompensation="false" name="Task" startQuantity="1">
<incoming>_4</incoming>
<outgoing>_6</outgoing>
</userTask>
<sequenceFlow id="_4" sourceRef="StartEventUID" targetRef="UserTaskUID"/>
<startEvent id="StartEventUID" isInterrupting="true" name="Start Event" parallelMultiple="false">
<outgoing>_4</outgoing>
</startEvent>
<endEvent id="EndEventUID" name="End Event">
<incoming>_6</incoming>
</endEvent>
<sequenceFlow id="_6" sourceRef="UserTaskUID" targetRef="EndEventUID"/>
</process>
<bpmndi:BPMNDiagram id="Yaoqiang_Diagram-PROCESS_1" name="Untitled Diagram" resolution="96.0">
<bpmndi:BPMNPlane bpmnElement="PROCESS_1">
<bpmndi:BPMNShape bpmnElement="UserTaskUID" id="Yaoqiang-_3">
<dc:Bounds height="55.0" width="85.0" x="174.0" y="58.5"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="18.96" width="31.0" x="201.0" y="78.52"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="StartEventUID" id="Yaoqiang-_2">
<dc:Bounds height="32.0" width="32.0" x="98.49999999999989" y="70.83333333333331"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="18.96" width="63.0" x="83.0" y="111.36"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="EndEventUID" id="Yaoqiang-_5">
<dc:Bounds height="32.0" width="32.0" x="297.0" y="70.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="18.96" width="58.0" x="284.0" y="110.52"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_6" id="Yaoqiang-_6">
<di:waypoint x="259.0" y="86.0"/>
<di:waypoint x="297.0" y="86.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="18.96" width="6.0" x="275.0" y="76.52"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_4" id="Yaoqiang-_4">
<di:waypoint x="129.99913192089565" y="86.83333333333331"/>
<di:waypoint x="174.0" y="86.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="18.96" width="6.0" x="149.25" y="77.19"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>