mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 07:58:07 +00:00
64 lines
3.3 KiB
XML
64 lines
3.3 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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:collaboration id="Collaboration_1816wll">
|
|
<bpmn:participant id="Participant_0i6egvt" processRef="Process_ajwtwxv" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_ajwtwxv" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_1u649qy">
|
|
<bpmn:lane id="Lane_0uucw16" name="Worker">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_0fccmvy</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_0dnj0hz</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0k8z2d5</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0k8z2d5" sourceRef="StartEvent_1" targetRef="Activity_0fccmvy" />
|
|
<bpmn:userTask id="Activity_0fccmvy" name="Petty Cash Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="petty-cash-request-schema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0k8z2d5</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0qr6mzh</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_0qr6mzh" sourceRef="Activity_0fccmvy" targetRef="Event_0dnj0hz" />
|
|
<bpmn:endEvent id="Event_0dnj0hz">
|
|
<bpmn:incoming>Flow_0qr6mzh</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1816wll">
|
|
<bpmndi:BPMNShape id="Participant_0i6egvt_di" bpmnElement="Participant_0i6egvt" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="-35" width="695" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_0uucw16_di" bpmnElement="Lane_0uucw16" isHorizontal="true">
|
|
<dc:Bounds x="-335" y="-35" width="665" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-278" y="142" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1w8w6cc_di" bpmnElement="Activity_0fccmvy">
|
|
<dc:Bounds x="-190" y="120" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0dnj0hz_di" bpmnElement="Event_0dnj0hz">
|
|
<dc:Bounds x="272" y="132" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0k8z2d5_di" bpmnElement="Flow_0k8z2d5">
|
|
<di:waypoint x="-242" y="160" />
|
|
<di:waypoint x="-190" y="160" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0qr6mzh_di" bpmnElement="Flow_0qr6mzh">
|
|
<di:waypoint x="-90" y="160" />
|
|
<di:waypoint x="91" y="160" />
|
|
<di:waypoint x="91" y="150" />
|
|
<di:waypoint x="272" y="150" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|