II.
Workflow JSON
Structured · liveworkflow:rollback-execution
Rollback Execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:rollback-execution",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Rollback Execution",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "on-demand",
"complexity": "moderate",
"description": "Production rollback procedure — trigger criteria evaluation, rollback\nmethod selection (redeploy previous, feature flag off, database\nrevert), execution, verification of rollback success, and impact\nassessment. Produces incident timeline entry and lessons learned.\n"
},
"outgoingEdges": [
{
"from": "workflow:rollback-execution",
"to": "role:sre",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "role:release-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "role:incident-commander",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "skill-area:deployment-automation",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "skill-area:blue-green-deployment",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "skill-area:incident-response",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "domain:site-reliability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "responsibility:deployment-management",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:rollback-execution",
"to": "responsibility:incident-response",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}