II.
Workflow JSON
Structured · liveworkflow:breaking-change-review
Breaking Change Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:breaking-change-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-sdk-platform.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Breaking Change Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-change",
"complexity": "cross-team",
"description": "Evaluates proposed breaking changes to public APIs or SDKs —\nassessing consumer impact, planning deprecation timelines, defining\nmigration guides, coordinating with downstream teams, and approving\nor rejecting the change. Excludes implementation of the migration.\n"
},
"outgoingEdges": [
{
"from": "workflow:breaking-change-review",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "role:devrel",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "skill-area:adr-writing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "responsibility:approve-architecture",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "responsibility:write-rfc-documents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:breaking-change-review",
"to": "org-unit:devrel-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}