-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuntitled.bpmn
More file actions
38 lines (37 loc) · 2.16 KB
/
untitled.bpmn
File metadata and controls
38 lines (37 loc) · 2.16 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
<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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_1760464404761" isExecutable="true">
<bpmn:startEvent id="StartEvent_1760464404761">
<bpmn:outgoing>Flow1_1760464404761</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="EndEvent_1760464404761">
<bpmn:incoming>Flow2_1760464404761</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow1_1760464404761" sourceRef="StartEvent_1760464404761" targetRef="Task_1760464404761" />
<bpmn:task id="Task_1760464404761">
<bpmn:incoming>Flow1_1760464404761</bpmn:incoming>
<bpmn:outgoing>Flow2_1760464404761</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow2_1760464404761" sourceRef="Task_1760464404761" targetRef="EndEvent_1760464404761" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1760464404761">
<bpmndi:BPMNShape id="StartEvent_1760464404761_di" bpmnElement="StartEvent_1760464404761">
<dc:Bounds x="182" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1760464404761_di" bpmnElement="EndEvent_1760464404761">
<dc:Bounds x="402" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1760464404761_di" bpmnElement="Task_1760464404761">
<dc:Bounds x="260" y="120" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow1_1760464404761_di" bpmnElement="Flow1_1760464404761">
<di:waypoint x="218" y="160" />
<di:waypoint x="260" y="160" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow2_1760464404761_di" bpmnElement="Flow2_1760464404761">
<di:waypoint x="360" y="160" />
<di:waypoint x="402" y="160" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>