<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:bpmn2="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:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="swimdraft" exporterVersion="1.0">
  <bpmn2:collaboration id="Collaboration_1">
    <bpmn2:participant id="pool_off" name="Employee offboarding" processRef="Process_pool_off" />
  </bpmn2:collaboration>
  <bpmn2:process id="Process_pool_off" isExecutable="false">
    <bpmn2:laneSet id="LaneSet_pool_off">
      <bpmn2:lane id="lane_off_hr" name="HR">
        <bpmn2:flowNodeRef>start_off</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_off_date</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>ev_off_lastday</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>g_off_split</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_off_exit</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>g_off_join</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_off_pay</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>end_off</bpmn2:flowNodeRef>
      </bpmn2:lane>
      <bpmn2:lane id="lane_off_it" name="IT">
        <bpmn2:flowNodeRef>t_off_revoke</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_off_kit</bpmn2:flowNodeRef>
      </bpmn2:lane>
      <bpmn2:lane id="lane_off_mgr" name="Line manager">
        <bpmn2:flowNodeRef>t_off_plan</bpmn2:flowNodeRef>
      </bpmn2:lane>
    </bpmn2:laneSet>
    <bpmn2:startEvent id="start_off" name="Resignation received">
      <bpmn2:outgoing>foff1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:userTask id="t_off_date" name="Confirm leaving date">
      <bpmn2:incoming>foff1</bpmn2:incoming>
      <bpmn2:outgoing>foff2</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:userTask id="t_off_plan" name="Plan handover">
      <bpmn2:incoming>foff2</bpmn2:incoming>
      <bpmn2:outgoing>foff3</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:intermediateCatchEvent id="ev_off_lastday" name="Last working day">
      <bpmn2:incoming>foff3</bpmn2:incoming>
      <bpmn2:outgoing>foff4</bpmn2:outgoing>
      <bpmn2:timerEventDefinition id="ev_off_lastday_def" />
    </bpmn2:intermediateCatchEvent>
    <bpmn2:parallelGateway id="g_off_split">
      <bpmn2:incoming>foff4</bpmn2:incoming>
      <bpmn2:outgoing>foff5</bpmn2:outgoing>
      <bpmn2:outgoing>foff6</bpmn2:outgoing>
      <bpmn2:outgoing>foff7</bpmn2:outgoing>
    </bpmn2:parallelGateway>
    <bpmn2:userTask id="t_off_exit" name="Hold exit interview">
      <bpmn2:incoming>foff5</bpmn2:incoming>
      <bpmn2:outgoing>foff8</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:serviceTask id="t_off_revoke" name="Revoke system access">
      <bpmn2:incoming>foff6</bpmn2:incoming>
      <bpmn2:outgoing>foff9</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:task id="t_off_kit" name="Collect equipment">
      <bpmn2:incoming>foff7</bpmn2:incoming>
      <bpmn2:outgoing>foff10</bpmn2:outgoing>
    </bpmn2:task>
    <bpmn2:parallelGateway id="g_off_join">
      <bpmn2:incoming>foff8</bpmn2:incoming>
      <bpmn2:incoming>foff9</bpmn2:incoming>
      <bpmn2:incoming>foff10</bpmn2:incoming>
      <bpmn2:outgoing>foff11</bpmn2:outgoing>
    </bpmn2:parallelGateway>
    <bpmn2:serviceTask id="t_off_pay" name="Process final pay">
      <bpmn2:incoming>foff11</bpmn2:incoming>
      <bpmn2:outgoing>foff12</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:endEvent id="end_off" name="Employee offboarded">
      <bpmn2:incoming>foff12</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="foff1" sourceRef="start_off" targetRef="t_off_date" />
    <bpmn2:sequenceFlow id="foff2" sourceRef="t_off_date" targetRef="t_off_plan" />
    <bpmn2:sequenceFlow id="foff3" sourceRef="t_off_plan" targetRef="ev_off_lastday" />
    <bpmn2:sequenceFlow id="foff4" sourceRef="ev_off_lastday" targetRef="g_off_split" />
    <bpmn2:sequenceFlow id="foff5" sourceRef="g_off_split" targetRef="t_off_exit" />
    <bpmn2:sequenceFlow id="foff6" sourceRef="g_off_split" targetRef="t_off_revoke" />
    <bpmn2:sequenceFlow id="foff7" sourceRef="g_off_split" targetRef="t_off_kit" />
    <bpmn2:sequenceFlow id="foff8" sourceRef="t_off_exit" targetRef="g_off_join" />
    <bpmn2:sequenceFlow id="foff9" sourceRef="t_off_revoke" targetRef="g_off_join" />
    <bpmn2:sequenceFlow id="foff10" sourceRef="t_off_kit" targetRef="g_off_join" />
    <bpmn2:sequenceFlow id="foff11" sourceRef="g_off_join" targetRef="t_off_pay" />
    <bpmn2:sequenceFlow id="foff12" sourceRef="t_off_pay" targetRef="end_off" />
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">
      <bpmndi:BPMNShape id="pool_off_di" bpmnElement="pool_off" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="1420" height="500" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_off_hr_di" bpmnElement="lane_off_hr" isHorizontal="true">
        <dc:Bounds x="50" y="20" width="1390" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_off_it_di" bpmnElement="lane_off_it" isHorizontal="true">
        <dc:Bounds x="50" y="150" width="1390" height="240" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_off_mgr_di" bpmnElement="lane_off_mgr" isHorizontal="true">
        <dc:Bounds x="50" y="390" width="1390" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="start_off_di" bpmnElement="start_off">
        <dc:Bounds x="112" y="59" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="78" y="101" width="105" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_date_di" bpmnElement="t_off_date">
        <dc:Bounds x="230" y="37" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_plan_di" bpmnElement="t_off_plan">
        <dc:Bounds x="380" y="407" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ev_off_lastday_di" bpmnElement="ev_off_lastday">
        <dc:Bounds x="562" y="59" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="538" y="101" width="85" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="g_off_split_di" bpmnElement="g_off_split">
        <dc:Bounds x="705" y="52" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_exit_di" bpmnElement="t_off_exit">
        <dc:Bounds x="830" y="37" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_revoke_di" bpmnElement="t_off_revoke">
        <dc:Bounds x="830" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_kit_di" bpmnElement="t_off_kit">
        <dc:Bounds x="830" y="277" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="g_off_join_di" bpmnElement="g_off_join">
        <dc:Bounds x="1005" y="52" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_off_pay_di" bpmnElement="t_off_pay">
        <dc:Bounds x="1130" y="37" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_off_di" bpmnElement="end_off">
        <dc:Bounds x="1312" y="59" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="1277" y="101" width="107" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="foff1_di" bpmnElement="foff1">
        <di:waypoint x="148" y="77" />
        <di:waypoint x="230" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff2_di" bpmnElement="foff2">
        <di:waypoint x="330" y="77" />
        <di:waypoint x="360" y="77" />
        <di:waypoint x="360" y="447" />
        <di:waypoint x="380" y="447" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff3_di" bpmnElement="foff3">
        <di:waypoint x="480" y="447" />
        <di:waypoint x="510" y="447" />
        <di:waypoint x="510" y="77" />
        <di:waypoint x="562" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff4_di" bpmnElement="foff4">
        <di:waypoint x="598" y="77" />
        <di:waypoint x="705" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff5_di" bpmnElement="foff5">
        <di:waypoint x="755" y="77" />
        <di:waypoint x="830" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff6_di" bpmnElement="foff6">
        <di:waypoint x="755" y="77" />
        <di:waypoint x="810" y="77" />
        <di:waypoint x="810" y="207" />
        <di:waypoint x="830" y="207" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff7_di" bpmnElement="foff7">
        <di:waypoint x="755" y="77" />
        <di:waypoint x="810" y="77" />
        <di:waypoint x="810" y="317" />
        <di:waypoint x="830" y="317" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff8_di" bpmnElement="foff8">
        <di:waypoint x="930" y="77" />
        <di:waypoint x="1005" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff9_di" bpmnElement="foff9">
        <di:waypoint x="930" y="207" />
        <di:waypoint x="960" y="207" />
        <di:waypoint x="960" y="77" />
        <di:waypoint x="1005" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff10_di" bpmnElement="foff10">
        <di:waypoint x="930" y="317" />
        <di:waypoint x="960" y="317" />
        <di:waypoint x="960" y="77" />
        <di:waypoint x="1005" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff11_di" bpmnElement="foff11">
        <di:waypoint x="1055" y="77" />
        <di:waypoint x="1130" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="foff12_di" bpmnElement="foff12">
        <di:waypoint x="1230" y="77" />
        <di:waypoint x="1312" y="77" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>