II.
Workflow JSON
Structured · liveworkflow:network-change-management
Network Change Management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:network-change-management",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-networking.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Network Change Management",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-change",
"complexity": "cross-team",
"description": "Governs planned network infrastructure changes — firewall rule updates,\nload balancer reconfigurations, VPN changes, and subnet modifications\nwith pre-change impact analysis and post-change validation. Excludes emergency network incident response.\n"
},
"outgoingEdges": [
{
"from": "workflow:network-change-management",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "role:cloud-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "skill-area:service-mesh-config",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "domain:networking",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "org-unit:infra-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:network-change-management",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}