{
  "schemaVersion": "1.0",
  "process": {
    "name": "Atendimento de chamado de suporte",
    "code": "SRV-001",
    "category": "SERVICE",
    "description": "Processo de serviço voltado ao cliente final."
  },
  "version": {
    "versionNumber": 1,
    "title": "Atendimento de chamado de suporte",
    "objective": "Objetivo de exemplo para Atendimento de chamado de suporte.",
    "scopeNote": null,
    "trigger": null,
    "expectedOutcome": null,
    "changeNote": null,
    "publishedAt": "2026-08-05T14:58:24.239Z",
    "automationIndex": 50,
    "avgEfficiency": 3.5,
    "totalCycleTimeMinutes": 0
  },
  "steps": [
    {
      "key": "inicio",
      "name": "Início",
      "description": null,
      "type": "START",
      "orderHint": 0,
      "responsibleLabel": null,
      "slaValue": null,
      "slaUnit": null,
      "inputs": null,
      "outputs": null,
      "tools": null,
      "automationPotential": "NONE",
      "efficiencyScore": null,
      "analysisNote": null
    },
    {
      "key": "etapa-a",
      "name": "Triagem do chamado",
      "description": null,
      "type": "ACTION",
      "orderHint": 1,
      "responsibleLabel": null,
      "slaValue": null,
      "slaUnit": null,
      "inputs": null,
      "outputs": null,
      "tools": null,
      "automationPotential": "LOW",
      "efficiencyScore": 4,
      "analysisNote": null
    },
    {
      "key": "etapa-b",
      "name": "Resolver ou escalar",
      "description": null,
      "type": "ACTION",
      "orderHint": 2,
      "responsibleLabel": null,
      "slaValue": null,
      "slaUnit": null,
      "inputs": null,
      "outputs": null,
      "tools": null,
      "automationPotential": "PARTIAL",
      "efficiencyScore": 3,
      "analysisNote": null
    },
    {
      "key": "fim",
      "name": "Fim",
      "description": null,
      "type": "END",
      "orderHint": 3,
      "responsibleLabel": null,
      "slaValue": null,
      "slaUnit": null,
      "inputs": null,
      "outputs": null,
      "tools": null,
      "automationPotential": "NONE",
      "efficiencyScore": null,
      "analysisNote": null
    }
  ],
  "dependencies": [
    {
      "fromStepKey": "etapa-a",
      "toStepKey": "etapa-b",
      "conditionLabel": null
    },
    {
      "fromStepKey": "etapa-b",
      "toStepKey": "fim",
      "conditionLabel": null
    },
    {
      "fromStepKey": "inicio",
      "toStepKey": "etapa-a",
      "conditionLabel": null
    }
  ]
}
