2015-05-19 21:58:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-01-25 16:27:30 +00:00
|
|
|
<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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.0-dev">
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmn:process id="Process" isExecutable="false">
|
|
|
|
<bpmn:startEvent id="StartEvent">
|
|
|
|
<bpmn:outgoing>SequenceFlow</bpmn:outgoing>
|
2015-05-19 21:58:52 +00:00
|
|
|
</bpmn:startEvent>
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmn:task id="Task">
|
|
|
|
<bpmn:incoming>SequenceFlow</bpmn:incoming>
|
2015-05-19 21:58:52 +00:00
|
|
|
</bpmn:task>
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmn:sequenceFlow id="SequenceFlow" sourceRef="StartEvent" targetRef="Task" />
|
2017-01-25 16:27:30 +00:00
|
|
|
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_foo" />
|
|
|
|
<bpmn:endEvent id="EndEvent_foo" />
|
|
|
|
<bpmn:startEvent id="StartEvent_foo" />
|
2015-05-19 21:58:52 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process">
|
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent">
|
2015-05-19 21:58:52 +00:00
|
|
|
<dc:Bounds x="173" y="102" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmndi:BPMNShape id="Task_di" bpmnElement="Task">
|
|
|
|
<dc:Bounds x="502" y="259" width="100" height="80" />
|
2015-05-19 21:58:52 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2015-05-21 12:55:10 +00:00
|
|
|
<bpmndi:BPMNEdge id="SequenceFlow_di" bpmnElement="SequenceFlow">
|
2015-05-19 21:58:52 +00:00
|
|
|
<di:waypoint xsi:type="dc:Point" x="209" y="120" />
|
2015-05-21 12:55:10 +00:00
|
|
|
<di:waypoint xsi:type="dc:Point" x="340" y="120" />
|
|
|
|
<di:waypoint xsi:type="dc:Point" x="340" y="299" />
|
|
|
|
<di:waypoint xsi:type="dc:Point" x="502" y="299" />
|
2015-05-19 21:58:52 +00:00
|
|
|
<bpmndi:BPMNLabel>
|
|
|
|
<dc:Bounds x="297.5" y="110" width="90" height="20" />
|
|
|
|
</bpmndi:BPMNLabel>
|
|
|
|
</bpmndi:BPMNEdge>
|
2017-01-25 16:27:30 +00:00
|
|
|
<bpmndi:BPMNShape id="IntermediateThrowEvent_foo_di" bpmnElement="IntermediateThrowEvent_foo">
|
|
|
|
<dc:Bounds x="173" y="192" width="36" height="36" />
|
|
|
|
<bpmndi:BPMNLabel>
|
|
|
|
<dc:Bounds x="191" y="228" width="0" height="0" />
|
|
|
|
</bpmndi:BPMNLabel>
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="EndEvent_foo_di" bpmnElement="EndEvent_foo">
|
|
|
|
<dc:Bounds x="173" y="281" width="36" height="36" />
|
|
|
|
<bpmndi:BPMNLabel>
|
|
|
|
<dc:Bounds x="191" y="317" width="0" height="0" />
|
|
|
|
</bpmndi:BPMNLabel>
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="StartEvent_foo_di" bpmnElement="StartEvent_foo">
|
|
|
|
<dc:Bounds x="534" y="192" width="36" height="36" />
|
|
|
|
<bpmndi:BPMNLabel>
|
|
|
|
<dc:Bounds x="552" y="228" width="0" height="0" />
|
|
|
|
</bpmndi:BPMNLabel>
|
|
|
|
</bpmndi:BPMNShape>
|
2015-05-19 21:58:52 +00:00
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|