iiRecord
Agentic AI Atlas · On-Call Handoff
workflow:on-call-handoffa5c.ai
II.
Workflow JSON

workflow:on-call-handoff

Structured · live

On-Call Handoff json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-expanded-2.yamlCluster · workflows
Record JSON
{
  "id": "workflow:on-call-handoff",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded-2.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "On-Call Handoff",
    "workflowKind": "operational",
    "triggerType": "scheduled",
    "typicalCadence": "weekly",
    "complexity": "simple",
    "description": "Structured handoff between on-call rotations — outgoing engineer\nbriefs incoming on open incidents, degraded services, pending\nchanges, and known risks. Includes runbook updates and alert\nstate review.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:on-call-handoff",
      "to": "role:sre",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "skill-area:alerting-oncall",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "skill-area:incident-management",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "skill-area:runbook-authoring",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "domain:site-reliability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "responsibility:on-call-rotation-fairness",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:on-call-handoff",
      "to": "responsibility:on-call",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}