<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="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"
             id="Definitions_PerfilBench"
             targetNamespace="http://jonasvitale.com.br/bpmn">

  <collaboration id="Collaboration_Perfil">
    <participant id="Participant_Perfil" name="DEFINIÇÃO DE PERFIL BENCH" processRef="Process_Perfil"/>
  </collaboration>

  <process id="Process_Perfil" name="Definição de Perfil Bench" isExecutable="false">

    <laneSet id="LaneSet_Perfil">
      <lane id="Lane_Colaborador" name="COLABORADOR">
        <flowNodeRef>Start_P</flowNodeRef>
        <flowNodeRef>Task_RealizarAtendimento</flowNodeRef>
        <flowNodeRef>Task_ProduzirKPIs</flowNodeRef>
      </lane>
      <lane id="Lane_TimeBI" name="TIME BI">
        <flowNodeRef>Task_MensuracaoCesta</flowNodeRef>
        <flowNodeRef>Task_DivulgarKPIs</flowNodeRef>
      </lane>
      <lane id="Lane_CerebroVirtual" name="CÉREBRO VIRTUAL">
        <flowNodeRef>Task_ConsumirCategorizar</flowNodeRef>
        <flowNodeRef>Task_DefinePerfilBench</flowNodeRef>
      </lane>
      <lane id="Lane_TimeDHO" name="TIME DHO">
        <flowNodeRef>Start_DHO</flowNodeRef>
        <flowNodeRef>Task_StartarAvaliacao</flowNodeRef>
      </lane>
      <lane id="Lane_Gestores" name="GESTORES / PARES">
        <flowNodeRef>Task_PreencheAvaliacao</flowNodeRef>
      </lane>
    </laneSet>

    <!-- COLABORADOR -->
    <startEvent id="Start_P" name="Início"/>
    <task id="Task_RealizarAtendimento" name="Realizar Atendimento"/>
    <task id="Task_ProduzirKPIs" name="Produzir dados composição de KPIs"/>

    <!-- TIME BI -->
    <task id="Task_MensuracaoCesta" name="Mensuração Cesta KPIs (Dashboard)"/>
    <task id="Task_DivulgarKPIs" name="Divulgar KPIs em Dashboard"/>

    <!-- CÉREBRO VIRTUAL -->
    <task id="Task_ConsumirCategorizar" name="Consumir e Categorizar Indicadores"/>
    <task id="Task_DefinePerfilBench" name="Define Perfil Bench (KPI + CHAV)"/>

    <!-- TIME DHO -->
    <startEvent id="Start_DHO" name="Início DHO"/>
    <task id="Task_StartarAvaliacao" name="Startar avaliação de desempenho/cultura"/>

    <!-- GESTORES -->
    <task id="Task_PreencheAvaliacao" name="Preenche avaliação 360°"/>

    <sequenceFlow id="F_P01" sourceRef="Start_P" targetRef="Task_RealizarAtendimento"/>
    <sequenceFlow id="F_P02" sourceRef="Task_RealizarAtendimento" targetRef="Task_ProduzirKPIs"/>
    <sequenceFlow id="F_P03" sourceRef="Task_ProduzirKPIs" targetRef="Task_MensuracaoCesta"/>
    <sequenceFlow id="F_P04" sourceRef="Task_MensuracaoCesta" targetRef="Task_DivulgarKPIs"/>
    <sequenceFlow id="F_P05" sourceRef="Task_DivulgarKPIs" targetRef="Task_ConsumirCategorizar"/>
    <sequenceFlow id="F_P06" sourceRef="Task_ConsumirCategorizar" targetRef="Task_DefinePerfilBench"/>
    <sequenceFlow id="F_P07" sourceRef="Start_DHO" targetRef="Task_StartarAvaliacao"/>
    <sequenceFlow id="F_P08" sourceRef="Task_StartarAvaliacao" targetRef="Task_PreencheAvaliacao"/>
  </process>

  <bpmndi:BPMNDiagram id="BPMNDiagram_Perfil">
    <bpmndi:BPMNPlane id="BPMNPlane_Perfil" bpmnElement="Collaboration_Perfil">
      <bpmndi:BPMNShape id="Shape_Part_Perfil" bpmnElement="Participant_Perfil" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="1060" height="400"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Lane_Colab" bpmnElement="Lane_Colaborador" isHorizontal="true">
        <dc:Bounds x="50" y="20" width="1030" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Lane_BI" bpmnElement="Lane_TimeBI" isHorizontal="true">
        <dc:Bounds x="50" y="100" width="1030" height="100"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Lane_CV" bpmnElement="Lane_CerebroVirtual" isHorizontal="true">
        <dc:Bounds x="50" y="200" width="1030" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Lane_DHO" bpmnElement="Lane_TimeDHO" isHorizontal="true">
        <dc:Bounds x="50" y="280" width="1030" height="60"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Lane_Gest" bpmnElement="Lane_Gestores" isHorizontal="true">
        <dc:Bounds x="50" y="340" width="1030" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_StartP" bpmnElement="Start_P"><dc:Bounds x="100" y="42" width="36" height="36"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T1" bpmnElement="Task_RealizarAtendimento"><dc:Bounds x="170" y="30" width="120" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T2" bpmnElement="Task_ProduzirKPIs"><dc:Bounds x="330" y="30" width="120" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T3" bpmnElement="Task_MensuracaoCesta"><dc:Bounds x="440" y="120" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T4" bpmnElement="Task_DivulgarKPIs"><dc:Bounds x="620" y="120" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T5" bpmnElement="Task_ConsumirCategorizar"><dc:Bounds x="620" y="210" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T6" bpmnElement="Task_DefinePerfilBench"><dc:Bounds x="800" y="210" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_StartDHO" bpmnElement="Start_DHO"><dc:Bounds x="100" y="292" width="36" height="36"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T7" bpmnElement="Task_StartarAvaliacao"><dc:Bounds x="170" y="280" width="160" height="50"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="S_T8" bpmnElement="Task_PreencheAvaliacao"><dc:Bounds x="170" y="355" width="160" height="50"/></bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
