II.
Workflow JSON
Structured · liveworkflow:on-call-rotation-management
On-Call Rotation Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:on-call-rotation-management",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-operational.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "On-Call Rotation Management",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "single-team",
"description": "Manages the scheduling, handoff, and escalation policies for\non-call rotations across engineering teams.\n"
},
"outgoingEdges": [
{
"from": "workflow:on-call-rotation-management",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "domain:observability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-rotation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "domain:observability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-rotation",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-grafana",
"to": "workflow:on-call-rotation-management",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "On-call review often depends on dashboard and alert context."
}
},
{
"from": "tool-server:mcp-pagerduty",
"to": "workflow:on-call-rotation-management",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "On-call schedules, escalations, and incidents are PagerDuty-native workflow surfaces."
}
}
]
}