iiRecord
Agentic AI Atlas · Disaster Recovery Drill
workflow:disaster-recovery-drilla5c.ai
II.
Workflow JSON

workflow:disaster-recovery-drill

Structured · live

Disaster Recovery Drill json

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

File · workflows/workflows/workflows-expanded.yamlCluster · workflows
Record JSON
{
  "id": "workflow:disaster-recovery-drill",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Disaster Recovery Drill",
    "workflowKind": "operational",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "cross-team",
    "description": "Simulates disaster scenarios to validate recovery procedures --\ntriggering controlled failovers, testing backup restoration,\nvalidating data integrity after recovery, measuring RTO and RPO\nagainst targets, documenting gaps in runbooks, and updating\ndisaster recovery plans. Produces drill report, gap analysis,\nand updated DR runbook. Excludes actual incident response.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "role:sre",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "role:infrastructure-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "role:engineering-manager",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "skill-area:chaos-engineering",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "skill-area:runbook-writing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "domain:infrastructure",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "domain:site-reliability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "responsibility:disaster-recovery",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:disaster-recovery-drill",
      "to": "responsibility:platform-reliability",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}