II.
Workflow JSON
Structured · liveworkflow:rollback-runbook-validation
Rollback Runbook Validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:rollback-runbook-validation",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-release-eng.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Rollback Runbook Validation",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Validates that rollback runbooks are accurate, executable, and up-to-date\nbefore each release — dry-running rollback steps in a staging environment,\nverifying database migration reversibility, checking that feature-flag kill\nswitches function correctly, confirming monitoring alerts fire during\nsimulated rollback, and timing the end-to-end rollback duration against the\nSLA target. Produces a validated runbook and rollback-time estimate.\nExcludes runbook authoring from scratch.\n"
},
"outgoingEdges": [
{
"from": "workflow:rollback-runbook-validation",
"to": "role:sre-runbook-author",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "role:sre-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "role:devops-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "skill-area:runbook-writing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "skill-area:blue-green-deployment",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "org-unit:release-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:rollback-runbook-validation",
"to": "org-unit:infra-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:runbook-automation",
"to": "workflow:rollback-runbook-validation",
"kind": "follows_workflow"
}
]
}