II.
Workflow JSON
Structured · liveworkflow:backup-recovery-drill
Backup Recovery Drill json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:backup-recovery-drill",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-database-architecture.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Backup Recovery Drill",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Validates database backup integrity and disaster-recovery procedures\nthrough controlled restore exercises — measuring RTO/RPO, documenting\ngaps, and updating runbooks. Excludes daily backup scheduling.\n"
},
"outgoingEdges": [
{
"from": "workflow:backup-recovery-drill",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "skill-area:chaos-engineering",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "responsibility:respond-incidents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "org-unit:database-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "skill-area:chaos-engineering",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "responsibility:respond-incidents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "org-unit:database-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:backup-recovery-drill",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:disaster-recovery",
"to": "workflow:backup-recovery-drill",
"kind": "follows_workflow"
}
]
}