46 lines
2.7 KiB
Plaintext
Raw Normal View History

<?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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0262drj" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.15.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.19.0">
<bpmn:process id="Process_1w9vqce">
<bpmn:startEvent id="Event_1j46dtl">
<bpmn:outgoing>Flow_0kj9uoo</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0kj9uoo" sourceRef="Event_1j46dtl" targetRef="Activity_1b6yy5f" />
<bpmn:endEvent id="Event_0qjr9rd">
<bpmn:incoming>Flow_0ccmddl</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0ccmddl" sourceRef="Activity_1b6yy5f" targetRef="Event_0qjr9rd" />
<bpmn:userTask id="Activity_1b6yy5f" name="Enter Vacation Details">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="vacation-request-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="vacation-request-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0kj9uoo</bpmn:incoming>
<bpmn:outgoing>Flow_0ccmddl</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1w9vqce">
<bpmndi:BPMNShape id="Event_1j46dtl_di" bpmnElement="Event_1j46dtl">
<dc:Bounds x="372" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0qjr9rd_di" bpmnElement="Event_0qjr9rd">
<dc:Bounds x="612" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0tvsrej_di" bpmnElement="Activity_1b6yy5f">
<dc:Bounds x="460" y="120" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0kj9uoo_di" bpmnElement="Flow_0kj9uoo">
<di:waypoint x="408" y="160" />
<di:waypoint x="460" y="160" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ccmddl_di" bpmnElement="Flow_0ccmddl">
<di:waypoint x="560" y="160" />
<di:waypoint x="612" y="160" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>