II.
Workflow JSON
Structured · liveworkflow:database-failover-drill
Database Failover Drill json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:database-failover-drill",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Database Failover Drill",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Planned database failover exercise — replica promotion testing,\nconnection failover validation, data consistency verification,\napplication reconnection behavior, and recovery time measurement.\nValidates disaster recovery procedures for database infrastructure.\n"
},
"outgoingEdges": [
{
"from": "workflow:database-failover-drill",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "role:database-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "role:sre",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "skill-area:connection-pool-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "skill-area:database-migration",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "responsibility:disaster-recovery",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:database-failover-drill",
"to": "responsibility:platform-reliability",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}