mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 13:35:38 +00:00
45 lines
2.6 KiB
XML
45 lines
2.6 KiB
XML
<?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_1lgacvo">
|
|
<bpmn:startEvent id="Event_0uu9jr5">
|
|
<bpmn:outgoing>Flow_1bqk286</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1bqk286" sourceRef="Event_0uu9jr5" targetRef="Activity_1sf75g3" />
|
|
<bpmn:userTask id="Activity_1sf75g3" name="Enter Vacation Details">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="request-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="request-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1bqk286</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1yt2mlh</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:endEvent id="Event_1hcfvcl">
|
|
<bpmn:incoming>Flow_1yt2mlh</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1yt2mlh" sourceRef="Activity_1sf75g3" targetRef="Event_1hcfvcl" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1lgacvo">
|
|
<bpmndi:BPMNShape id="Event_0uu9jr5_di" bpmnElement="Event_0uu9jr5">
|
|
<dc:Bounds x="402" y="202" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1hcfvcl_di" bpmnElement="Event_1hcfvcl">
|
|
<dc:Bounds x="682" y="202" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0v3nbtq_di" bpmnElement="Activity_1sf75g3">
|
|
<dc:Bounds x="510" y="180" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1bqk286_di" bpmnElement="Flow_1bqk286">
|
|
<di:waypoint x="438" y="220" />
|
|
<di:waypoint x="510" y="220" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1yt2mlh_di" bpmnElement="Flow_1yt2mlh">
|
|
<di:waypoint x="610" y="220" />
|
|
<di:waypoint x="682" y="220" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|