II.
Workflow JSON
Structured · liveworkflow:runbook-review-cycle
Runbook Review Cycle json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:runbook-review-cycle",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-devops-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Runbook Review Cycle",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Reviews and validates operational runbooks for accuracy, completeness, and\nexecutability -- testing runbook steps against current production topology,\nidentifying outdated commands or deprecated service names, verifying\nescalation contact accuracy, validating automation scripts referenced by\nrunbooks, measuring mean-time-to-execute for critical procedures, and\narchiving obsolete runbooks. Excludes initial runbook authoring.\n"
},
"outgoingEdges": [
{
"from": "workflow:runbook-review-cycle",
"to": "role:sre-runbook-author",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "skill-area:runbook-writing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "domain:observability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "responsibility:on-call-rotation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:runbook-review-cycle",
"to": "org-unit:incident-response-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:runbook-automation",
"to": "workflow:runbook-review-cycle",
"kind": "follows_workflow"
}
]
}