<?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_Avaliacao"
             targetNamespace="http://jonasvitale.com.br/bpmn">

  <collaboration id="Collaboration_Avaliacao">
    <participant id="Participant_Avaliacao" name="AVALIAÇÃO DE DESEMPENHO DIGITAL" processRef="Process_Avaliacao"/>
  </collaboration>

  <process id="Process_Avaliacao" name="Avaliação de Desempenho Digital" isExecutable="false">

    <laneSet id="LaneSet_Avaliacao">
      <lane id="Lane_Colab_A" name="COLABORADOR">
        <flowNodeRef>Start_A</flowNodeRef>
        <flowNodeRef>Task_ExecutaAtendimento</flowNodeRef>
        <flowNodeRef>Task_Responde360</flowNodeRef>
      </lane>
      <lane id="Lane_SistemaBI" name="SISTEMA / BI">
        <flowNodeRef>Task_ColetaConsolida</flowNodeRef>
        <flowNodeRef>Task_MensuraKPIs</flowNodeRef>
      </lane>
      <lane id="Lane_CV_A" name="CÉREBRO VIRTUAL">
        <flowNodeRef>Task_ComparaBench</flowNodeRef>
        <flowNodeRef>Task_IdentificaLacunas</flowNodeRef>
      </lane>
      <lane id="Lane_DHO_A" name="TIME DHO">
        <flowNodeRef>Task_DefinePlano</flowNodeRef>
        <flowNodeRef>Task_GeraTrilha</flowNodeRef>
        <flowNodeRef>Task_EncaminhaColaborador</flowNodeRef>
        <flowNodeRef>End_A</flowNodeRef>
      </lane>
    </laneSet>

    <startEvent id="Start_A" name="Início"/>
    <task id="Task_ExecutaAtendimento" name="Executa Atendimento (gera KPIs)"/>
    <task id="Task_Responde360" name="Responde Avaliação 360° (A/V)"/>
    <task id="Task_ColetaConsolida" name="Coleta e Consolida no BD"/>
    <task id="Task_MensuraKPIs" name="Mensura KPIs + Comportamento (C/H + A/V)"/>
    <task id="Task_ComparaBench" name="Compara com Perfil Bench"/>
    <task id="Task_IdentificaLacunas" name="Identifica Lacunas de Competência"/>
    <task id="Task_DefinePlano" name="Define Plano de Aprendizagem"/>
    <task id="Task_GeraTrilha" name="Gera Trilha Individual"/>
    <task id="Task_EncaminhaColaborador" name="Encaminha ao Colaborador"/>
    <endEvent id="End_A" name="Fim"/>

    <sequenceFlow id="FA01" sourceRef="Start_A" targetRef="Task_ExecutaAtendimento"/>
    <sequenceFlow id="FA02" sourceRef="Task_ExecutaAtendimento" targetRef="Task_Responde360"/>
    <sequenceFlow id="FA03" sourceRef="Task_ExecutaAtendimento" targetRef="Task_ColetaConsolida"/>
    <sequenceFlow id="FA04" sourceRef="Task_Responde360" targetRef="Task_ColetaConsolida"/>
    <sequenceFlow id="FA05" sourceRef="Task_ColetaConsolida" targetRef="Task_MensuraKPIs"/>
    <sequenceFlow id="FA06" sourceRef="Task_MensuraKPIs" targetRef="Task_ComparaBench"/>
    <sequenceFlow id="FA07" sourceRef="Task_ComparaBench" targetRef="Task_IdentificaLacunas"/>
    <sequenceFlow id="FA08" sourceRef="Task_IdentificaLacunas" targetRef="Task_DefinePlano"/>
    <sequenceFlow id="FA09" sourceRef="Task_DefinePlano" targetRef="Task_GeraTrilha"/>
    <sequenceFlow id="FA10" sourceRef="Task_GeraTrilha" targetRef="Task_EncaminhaColaborador"/>
    <sequenceFlow id="FA11" sourceRef="Task_EncaminhaColaborador" targetRef="End_A"/>
  </process>

  <bpmndi:BPMNDiagram id="BPMNDiagram_Avaliacao">
    <bpmndi:BPMNPlane id="BPMNPlane_Avaliacao" bpmnElement="Collaboration_Avaliacao">
      <bpmndi:BPMNShape id="SP_Avaliacao" bpmnElement="Participant_Avaliacao" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="1000" height="340"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_ColabA" bpmnElement="Lane_Colab_A" isHorizontal="true"><dc:Bounds x="50" y="20" width="970" height="80"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_SisBI" bpmnElement="Lane_SistemaBI" isHorizontal="true"><dc:Bounds x="50" y="100" width="970" height="80"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_CVA" bpmnElement="Lane_CV_A" isHorizontal="true"><dc:Bounds x="50" y="180" width="970" height="80"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_DHOA" bpmnElement="Lane_DHO_A" isHorizontal="true"><dc:Bounds x="50" y="260" width="970" height="100"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_Start" bpmnElement="Start_A"><dc:Bounds x="100" y="42" width="36" height="36"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T1" bpmnElement="Task_ExecutaAtendimento"><dc:Bounds x="170" y="30" width="130" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T2" bpmnElement="Task_Responde360"><dc:Bounds x="340" y="30" width="130" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T3" bpmnElement="Task_ColetaConsolida"><dc:Bounds x="170" y="110" width="130" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T4" bpmnElement="Task_MensuraKPIs"><dc:Bounds x="340" y="110" width="150" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T5" bpmnElement="Task_ComparaBench"><dc:Bounds x="340" y="190" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T6" bpmnElement="Task_IdentificaLacunas"><dc:Bounds x="520" y="190" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T7" bpmnElement="Task_DefinePlano"><dc:Bounds x="520" y="275" width="140" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T8" bpmnElement="Task_GeraTrilha"><dc:Bounds x="690" y="275" width="130" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_T9" bpmnElement="Task_EncaminhaColaborador"><dc:Bounds x="850" y="275" width="130" height="60"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SA_End" bpmnElement="End_A"><dc:Bounds x="1000" y="287" width="36" height="36"/></bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
