II.
Workflow JSON
Structured · liveworkflow:post-mortem
Post-Mortem Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:post-mortem",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Post-Mortem Review",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-incident",
"complexity": "moderate",
"description": "Conducts a blameless post-mortem after a significant incident --\ngathering timeline of events, identifying contributing factors and\nroot causes, documenting impact and detection/recovery metrics,\nderiving action items with owners and deadlines, and publishing\nthe post-mortem document for organizational learning. Produces\npost-mortem report, action items tracker, and knowledge base entry.\nExcludes ongoing action-item execution.\n"
},
"outgoingEdges": [
{
"from": "workflow:post-mortem",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "role:sre",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "skill-area:runbook-writing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "domain:site-reliability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "responsibility:incident-response-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:post-mortem",
"to": "responsibility:knowledge-sharing",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}