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

  <collaboration id="Collaboration_Analytics">
    <participant id="Participant_Analytics" name="ANALYTICS ADAPTATIVO — CENTRALIZAÇÃO E VISUALIZAÇÃO" processRef="Process_Analytics"/>
  </collaboration>

  <process id="Process_Analytics" name="Analytics Adaptativo" isExecutable="false">

    <laneSet id="LaneSet_Analytics">
      <lane id="Lane_Fontes" name="FONTES DE DADOS">
        <flowNodeRef>Task_KPIs</flowNodeRef>
        <flowNodeRef>Task_Avaliacao360</flowNodeRef>
        <flowNodeRef>Task_Trilhas</flowNodeRef>
        <flowNodeRef>Task_CulturaEngajamento</flowNodeRef>
      </lane>
      <lane id="Lane_DataLake" name="DATA LAKE / BI">
        <flowNodeRef>Task_ETL</flowNodeRef>
        <flowNodeRef>Task_GeracaoDashboards</flowNodeRef>
        <flowNodeRef>Task_SegmentaHierarquia</flowNodeRef>
      </lane>
      <lane id="Lane_Gestores_An" name="GESTORES / LÍDERES">
        <flowNodeRef>Task_VisaoSintetica</flowNodeRef>
        <flowNodeRef>Task_VisaoAnalitica</flowNodeRef>
        <flowNodeRef>Task_AcoesGestao</flowNodeRef>
        <flowNodeRef>End_An</flowNodeRef>
      </lane>
    </laneSet>

    <task id="Task_KPIs" name="KPIs — Atendimento"/>
    <task id="Task_Avaliacao360" name="Avaliação 360° / CHAV"/>
    <task id="Task_Trilhas" name="Trilhas — Aprendizagem"/>
    <task id="Task_CulturaEngajamento" name="Cultura — Engajamento"/>
    <task id="Task_ETL" name="ETL e Consolidação — Data Lake"/>
    <task id="Task_GeracaoDashboards" name="Geração de Dashboards Adaptativos"/>
    <task id="Task_SegmentaHierarquia" name="Segmenta por Hierarquia (sup/coord/ger)"/>
    <task id="Task_VisaoSintetica" name="Visão Sintética"/>
    <task id="Task_VisaoAnalitica" name="Visão Analítica"/>
    <task id="Task_AcoesGestao" name="Ações de Gestão / PDI"/>
    <endEvent id="End_An" name="Fim"/>

    <sequenceFlow id="FN01" sourceRef="Task_KPIs" targetRef="Task_ETL"/>
    <sequenceFlow id="FN02" sourceRef="Task_Avaliacao360" targetRef="Task_ETL"/>
    <sequenceFlow id="FN03" sourceRef="Task_Trilhas" targetRef="Task_ETL"/>
    <sequenceFlow id="FN04" sourceRef="Task_CulturaEngajamento" targetRef="Task_ETL"/>
    <sequenceFlow id="FN05" sourceRef="Task_ETL" targetRef="Task_GeracaoDashboards"/>
    <sequenceFlow id="FN06" sourceRef="Task_GeracaoDashboards" targetRef="Task_SegmentaHierarquia"/>
    <sequenceFlow id="FN07" sourceRef="Task_SegmentaHierarquia" targetRef="Task_VisaoSintetica"/>
    <sequenceFlow id="FN08" sourceRef="Task_VisaoSintetica" targetRef="Task_VisaoAnalitica"/>
    <sequenceFlow id="FN09" sourceRef="Task_VisaoAnalitica" targetRef="Task_AcoesGestao"/>
    <sequenceFlow id="FN10" sourceRef="Task_AcoesGestao" targetRef="End_An"/>
  </process>

  <bpmndi:BPMNDiagram id="BPMNDiagram_Analytics">
    <bpmndi:BPMNPlane id="BPMNPlane_Analytics" bpmnElement="Collaboration_Analytics">
      <bpmndi:BPMNShape id="SP_An" bpmnElement="Participant_Analytics" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="1020" height="270"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_Fontes" bpmnElement="Lane_Fontes" isHorizontal="true"><dc:Bounds x="50" y="20" width="990" height="80"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_DL" bpmnElement="Lane_DataLake" isHorizontal="true"><dc:Bounds x="50" y="100" width="990" height="90"/></bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SL_Gest" bpmnElement="Lane_Gestores_An" isHorizontal="true"><dc:Bounds x="50" y="190" width="990" height="100"/></bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
