II.
Workflow JSON
Structured · liveworkflow:hotfix-deployment
workflow:hotfix-deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:hotfix-deployment",
"_kind": "Workflow",
"_file": "domain/products/krate-connectivity.yaml",
"_cluster": "domain",
"attributes": {},
"outgoingEdges": [
{
"from": "workflow:hotfix-deployment",
"to": "platform:krate",
"kind": "integrates_with",
"attributes": {
"notes": "Hotfixes use Krate fast-track pipelines with reduced approval gates"
}
},
{
"from": "workflow:hotfix-deployment",
"to": "role:sre",
"kind": "involves_role"
},
{
"from": "workflow:hotfix-deployment",
"to": "role:devops-engineer",
"kind": "involves_role"
},
{
"from": "workflow:hotfix-deployment",
"to": "role:backend-engineer",
"kind": "involves_role"
},
{
"from": "workflow:hotfix-deployment",
"to": "role:tech-lead",
"kind": "involves_role"
},
{
"from": "workflow:hotfix-deployment",
"to": "role:incident-commander",
"kind": "involves_role"
},
{
"from": "workflow:hotfix-deployment",
"to": "domain:devops",
"kind": "applies_to_domain"
},
{
"from": "workflow:hotfix-deployment",
"to": "domain:software-engineering",
"kind": "applies_to_domain"
},
{
"from": "workflow:hotfix-deployment",
"to": "responsibility:deployment-management",
"kind": "triggers_responsibility"
},
{
"from": "workflow:hotfix-deployment",
"to": "responsibility:incident-response",
"kind": "triggers_responsibility"
},
{
"from": "workflow:hotfix-deployment",
"to": "responsibility:on-call",
"kind": "triggers_responsibility"
}
],
"incomingEdges": [
{
"from": "lib-process:collaboration--pr-lifecycle-hotfix",
"to": "workflow:hotfix-deployment",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
}
]
}