II.
Workflow JSON
Structured · liveworkflow:hotfix-deployment-procedure
Hotfix Deployment Procedure json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:hotfix-deployment-procedure",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Hotfix Deployment Procedure",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "on-demand",
"complexity": "moderate",
"description": "Emergency fix deployment — branch from production, minimal change\nscope, expedited review, canary validation, progressive rollout,\nand post-deployment verification. Includes rollback criteria and\ncommunication to stakeholders.\n"
},
"outgoingEdges": [
{
"from": "workflow:hotfix-deployment-procedure",
"to": "role:release-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "role:sre",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "skill-area:deployment-automation",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "skill-area:canary-rollouts",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "skill-area:ci-cd",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "responsibility:deployment-management",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:hotfix-deployment-procedure",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}