-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnewDiagram.bpmn
35 lines (29 loc) · 1.31 KB
/
newDiagram.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
<?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:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0"
targetNamespace="http://bpmn.io/schema/bpmn"
id="Definitions_1"
exporter="Camunda Modeler"
exporterVersion="1.2.0">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:task id="Task_0pbt5l0" name="Task Label" />
<bpmn:startEvent id="StartEvent_110ttkd" name="Event Label" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
<bpmndi:BPMNShape id="Task_0pbt5l0_di" bpmnElement="Task_0pbt5l0"
color:background-color="#ffff00" >
<dc:Bounds x="387" y="188" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="StartEvent_110ttkd_di" bpmnElement="StartEvent_110ttkd">
<dc:Bounds x="627.099" y="210" width="36" height="36" />
<bpmndi:BPMNLabel >
<dc:Bounds x="600.099" y="246" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>