<?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_pr" name="Performance review" processRef="Process_pool_pr" />
  </bpmn2:collaboration>
  <bpmn2:process id="Process_pool_pr" isExecutable="false">
    <bpmn2:laneSet id="LaneSet_pool_pr">
      <bpmn2:lane id="lane_pr_hr" name="HR">
        <bpmn2:flowNodeRef>start_pr</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_pr_forms</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>g_pr_split</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_pr_record</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>end_pr</bpmn2:flowNodeRef>
      </bpmn2:lane>
      <bpmn2:lane id="lane_pr_emp" name="Employee">
        <bpmn2:flowNodeRef>t_pr_self</bpmn2:flowNodeRef>
      </bpmn2:lane>
      <bpmn2:lane id="lane_pr_mgr" name="Manager">
        <bpmn2:flowNodeRef>t_pr_draft</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>g_pr_join</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_pr_meet</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>g_pr_agree</bpmn2:flowNodeRef>
        <bpmn2:flowNodeRef>t_pr_revise</bpmn2:flowNodeRef>
      </bpmn2:lane>
    </bpmn2:laneSet>
    <bpmn2:startEvent id="start_pr" name="Review cycle opened">
      <bpmn2:outgoing>fpr1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:serviceTask id="t_pr_forms" name="Issue review forms">
      <bpmn2:incoming>fpr1</bpmn2:incoming>
      <bpmn2:outgoing>fpr2</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:parallelGateway id="g_pr_split">
      <bpmn2:incoming>fpr2</bpmn2:incoming>
      <bpmn2:outgoing>fpr3</bpmn2:outgoing>
      <bpmn2:outgoing>fpr4</bpmn2:outgoing>
    </bpmn2:parallelGateway>
    <bpmn2:userTask id="t_pr_self" name="Complete self assessment">
      <bpmn2:incoming>fpr3</bpmn2:incoming>
      <bpmn2:outgoing>fpr5</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:userTask id="t_pr_draft" name="Draft manager appraisal">
      <bpmn2:incoming>fpr4</bpmn2:incoming>
      <bpmn2:outgoing>fpr6</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:parallelGateway id="g_pr_join">
      <bpmn2:incoming>fpr5</bpmn2:incoming>
      <bpmn2:incoming>fpr6</bpmn2:incoming>
      <bpmn2:outgoing>fpr7</bpmn2:outgoing>
    </bpmn2:parallelGateway>
    <bpmn2:userTask id="t_pr_meet" name="Hold review meeting">
      <bpmn2:incoming>fpr7</bpmn2:incoming>
      <bpmn2:incoming>fpr11</bpmn2:incoming>
      <bpmn2:outgoing>fpr8</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:exclusiveGateway id="g_pr_agree" name="Objectives agreed?" default="fpr10">
      <bpmn2:incoming>fpr8</bpmn2:incoming>
      <bpmn2:outgoing>fpr9</bpmn2:outgoing>
      <bpmn2:outgoing>fpr10</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:userTask id="t_pr_revise" name="Revise objectives">
      <bpmn2:incoming>fpr10</bpmn2:incoming>
      <bpmn2:outgoing>fpr11</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:serviceTask id="t_pr_record" name="Record review outcome">
      <bpmn2:incoming>fpr9</bpmn2:incoming>
      <bpmn2:outgoing>fpr12</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:endEvent id="end_pr" name="Review completed">
      <bpmn2:incoming>fpr12</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="fpr1" sourceRef="start_pr" targetRef="t_pr_forms" />
    <bpmn2:sequenceFlow id="fpr2" sourceRef="t_pr_forms" targetRef="g_pr_split" />
    <bpmn2:sequenceFlow id="fpr3" sourceRef="g_pr_split" targetRef="t_pr_self" />
    <bpmn2:sequenceFlow id="fpr4" sourceRef="g_pr_split" targetRef="t_pr_draft" />
    <bpmn2:sequenceFlow id="fpr5" sourceRef="t_pr_self" targetRef="g_pr_join" />
    <bpmn2:sequenceFlow id="fpr6" sourceRef="t_pr_draft" targetRef="g_pr_join" />
    <bpmn2:sequenceFlow id="fpr7" sourceRef="g_pr_join" targetRef="t_pr_meet" />
    <bpmn2:sequenceFlow id="fpr8" sourceRef="t_pr_meet" targetRef="g_pr_agree" />
    <bpmn2:sequenceFlow id="fpr9" name="Yes" sourceRef="g_pr_agree" targetRef="t_pr_record">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">Yes</bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="fpr10" name="No" sourceRef="g_pr_agree" targetRef="t_pr_revise" />
    <bpmn2:sequenceFlow id="fpr11" sourceRef="t_pr_revise" targetRef="t_pr_meet" />
    <bpmn2:sequenceFlow id="fpr12" sourceRef="t_pr_record" targetRef="end_pr" />
  </bpmn2:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">
      <bpmndi:BPMNShape id="pool_pr_di" bpmnElement="pool_pr" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="1420" height="390" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_pr_hr_di" bpmnElement="lane_pr_hr" isHorizontal="true">
        <dc:Bounds x="50" y="20" width="1390" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_pr_emp_di" bpmnElement="lane_pr_emp" isHorizontal="true">
        <dc:Bounds x="50" y="150" width="1390" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="lane_pr_mgr_di" bpmnElement="lane_pr_mgr" isHorizontal="true">
        <dc:Bounds x="50" y="280" width="1390" height="130" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="start_pr_di" bpmnElement="start_pr">
        <dc:Bounds x="112" y="59" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="77" y="101" width="106" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_forms_di" bpmnElement="t_pr_forms">
        <dc:Bounds x="230" y="37" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="g_pr_split_di" bpmnElement="g_pr_split">
        <dc:Bounds x="405" y="52" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_self_di" bpmnElement="t_pr_self">
        <dc:Bounds x="530" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_draft_di" bpmnElement="t_pr_draft">
        <dc:Bounds x="530" y="297" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="g_pr_join_di" bpmnElement="g_pr_join">
        <dc:Bounds x="705" y="312" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_meet_di" bpmnElement="t_pr_meet">
        <dc:Bounds x="830" y="297" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="g_pr_agree_di" bpmnElement="g_pr_agree">
        <dc:Bounds x="1005" y="312" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="982" y="292" width="97" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_revise_di" bpmnElement="t_pr_revise">
        <dc:Bounds x="1130" y="297" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="t_pr_record_di" bpmnElement="t_pr_record">
        <dc:Bounds x="1130" y="37" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="end_pr_di" bpmnElement="end_pr">
        <dc:Bounds x="1312" y="59" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="1284" y="101" width="92" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="fpr1_di" bpmnElement="fpr1">
        <di:waypoint x="148" y="77" />
        <di:waypoint x="230" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr2_di" bpmnElement="fpr2">
        <di:waypoint x="330" y="77" />
        <di:waypoint x="405" y="77" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr3_di" bpmnElement="fpr3">
        <di:waypoint x="455" y="77" />
        <di:waypoint x="510" y="77" />
        <di:waypoint x="510" y="207" />
        <di:waypoint x="530" y="207" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr4_di" bpmnElement="fpr4">
        <di:waypoint x="455" y="77" />
        <di:waypoint x="510" y="77" />
        <di:waypoint x="510" y="337" />
        <di:waypoint x="530" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr5_di" bpmnElement="fpr5">
        <di:waypoint x="630" y="207" />
        <di:waypoint x="660" y="207" />
        <di:waypoint x="660" y="337" />
        <di:waypoint x="705" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr6_di" bpmnElement="fpr6">
        <di:waypoint x="630" y="337" />
        <di:waypoint x="705" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr7_di" bpmnElement="fpr7">
        <di:waypoint x="755" y="337" />
        <di:waypoint x="830" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr8_di" bpmnElement="fpr8">
        <di:waypoint x="930" y="337" />
        <di:waypoint x="1005" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr9_di" bpmnElement="fpr9">
        <di:waypoint x="1055" y="337" />
        <di:waypoint x="1110" y="337" />
        <di:waypoint x="1110" y="77" />
        <di:waypoint x="1130" y="77" />
        <bpmndi:BPMNLabel><dc:Bounds x="1061" y="317" width="21" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr10_di" bpmnElement="fpr10">
        <di:waypoint x="1055" y="337" />
        <di:waypoint x="1130" y="337" />
        <bpmndi:BPMNLabel><dc:Bounds x="1061" y="343" width="17" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr11_di" bpmnElement="fpr11">
        <di:waypoint x="1230" y="337" />
        <di:waypoint x="1260" y="337" />
        <di:waypoint x="1260" y="392" />
        <di:waypoint x="810" y="392" />
        <di:waypoint x="810" y="337" />
        <di:waypoint x="830" y="337" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="fpr12_di" bpmnElement="fpr12">
        <di:waypoint x="1230" y="77" />
        <di:waypoint x="1312" y="77" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>