2024-01-24 19:38:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-01-24 21:43:49 +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: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">
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmn:process id="Process_1w9vqce">
|
|
|
|
<bpmn:startEvent id="Event_1j46dtl">
|
|
|
|
<bpmn:outgoing>Flow_0kj9uoo</bpmn:outgoing>
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmn:startEvent>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0kj9uoo" sourceRef="Event_1j46dtl" targetRef="Activity_1b6yy5f" />
|
|
|
|
<bpmn:endEvent id="Event_0qjr9rd">
|
|
|
|
<bpmn:incoming>Flow_0ccmddl</bpmn:incoming>
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmn:endEvent>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0ccmddl" sourceRef="Activity_1b6yy5f" targetRef="Event_0qjr9rd" />
|
|
|
|
<bpmn:userTask id="Activity_1b6yy5f" name="Enter Vacation Details">
|
2024-01-24 21:55:03 +00:00
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:properties>
|
2024-01-25 19:10:00 +00:00
|
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="vacation-request-schema.json" />
|
|
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="vacation-request-uischema.json" />
|
2024-01-24 21:55:03 +00:00
|
|
|
</spiffworkflow:properties>
|
|
|
|
</bpmn:extensionElements>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmn:incoming>Flow_0kj9uoo</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_0ccmddl</bpmn:outgoing>
|
2024-01-24 21:55:03 +00:00
|
|
|
</bpmn:userTask>
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
2024-01-25 19:10:00 +00:00
|
|
|
<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" />
|
2024-01-24 21:55:03 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_0qjr9rd_di" bpmnElement="Event_0qjr9rd">
|
|
|
|
<dc:Bounds x="612" y="142" width="36" height="36" />
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_0tvsrej_di" bpmnElement="Activity_1b6yy5f">
|
|
|
|
<dc:Bounds x="460" y="120" width="100" height="80" />
|
2024-01-24 21:55:03 +00:00
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0kj9uoo_di" bpmnElement="Flow_0kj9uoo">
|
|
|
|
<di:waypoint x="408" y="160" />
|
|
|
|
<di:waypoint x="460" y="160" />
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-01-25 19:10:00 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0ccmddl_di" bpmnElement="Flow_0ccmddl">
|
|
|
|
<di:waypoint x="560" y="160" />
|
|
|
|
<di:waypoint x="612" y="160" />
|
2024-01-24 19:38:50 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|