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

  <collaboration id="Collaboration_Macro">
    <participant id="Participant_Macro" name="MACRO FLUXO — Customização de Educação Corporativa" processRef="Process_Macro"/>
  </collaboration>

  <process id="Process_Macro" name="Macro Fluxo do Processo" isExecutable="false">
    <startEvent id="Start_Macro" name="Início"/>
    <task id="Task_PerfilBench" name="Definição de Perfil Bench (Calibração)"/>
    <task id="Task_Diagnostico" name="Diagnóstico de Desempenho &amp; Trilha"/>
    <task id="Task_Conteudos" name="Desenvolvimento de Conteúdos (TAG + IA)"/>
    <task id="Task_Mensuracao" name="Mensuração de Resultados — Treinamentos"/>
    <task id="Task_Comparacao" name="Comparação Desempenho Pré e Pós"/>
    <endEvent id="End_Macro" name="Fim"/>

    <sequenceFlow id="Flow_01" sourceRef="Start_Macro" targetRef="Task_PerfilBench"/>
    <sequenceFlow id="Flow_02" sourceRef="Task_PerfilBench" targetRef="Task_Diagnostico"/>
    <sequenceFlow id="Flow_03" sourceRef="Task_Diagnostico" targetRef="Task_Conteudos"/>
    <sequenceFlow id="Flow_04" sourceRef="Task_Conteudos" targetRef="Task_Mensuracao"/>
    <sequenceFlow id="Flow_05" sourceRef="Task_Mensuracao" targetRef="Task_Comparacao"/>
    <sequenceFlow id="Flow_06" sourceRef="Task_Comparacao" targetRef="End_Macro"/>
  </process>

  <bpmndi:BPMNDiagram id="BPMNDiagram_Macro">
    <bpmndi:BPMNPlane id="BPMNPlane_Macro" bpmnElement="Collaboration_Macro">
      <bpmndi:BPMNShape id="Shape_Participant_Macro" bpmnElement="Participant_Macro" isHorizontal="true">
        <dc:Bounds x="20" y="20" width="920" height="120"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_Start" bpmnElement="Start_Macro">
        <dc:Bounds x="72" y="62" width="36" height="36"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_T1" bpmnElement="Task_PerfilBench">
        <dc:Bounds x="150" y="40" width="130" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_T2" bpmnElement="Task_Diagnostico">
        <dc:Bounds x="320" y="40" width="130" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_T3" bpmnElement="Task_Conteudos">
        <dc:Bounds x="490" y="40" width="130" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_T4" bpmnElement="Task_Mensuracao">
        <dc:Bounds x="660" y="40" width="130" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_T5" bpmnElement="Task_Comparacao">
        <dc:Bounds x="830" y="40" width="130" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Shape_End" bpmnElement="End_Macro">
        <dc:Bounds x="1000" y="62" width="36" height="36"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Edge_01" bpmnElement="Flow_01"><di:waypoint x="108" y="80"/><di:waypoint x="150" y="80"/></bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Edge_02" bpmnElement="Flow_02"><di:waypoint x="280" y="80"/><di:waypoint x="320" y="80"/></bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Edge_03" bpmnElement="Flow_03"><di:waypoint x="450" y="80"/><di:waypoint x="490" y="80"/></bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Edge_04" bpmnElement="Flow_04"><di:waypoint x="620" y="80"/><di:waypoint x="660" y="80"/></bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Edge_05" bpmnElement="Flow_05"><di:waypoint x="790" y="80"/><di:waypoint x="830" y="80"/></bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Edge_06" bpmnElement="Flow_06"><di:waypoint x="960" y="80"/><di:waypoint x="1000" y="80"/></bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
