II.
Workflow JSON
Structured · liveworkflow:api-versioning-workflow
API Versioning Workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:api-versioning-workflow",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "API Versioning Workflow",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-breaking-change",
"complexity": "cross-team",
"description": "Managing API version lifecycle — evaluating breaking changes, creating\nnew API versions, maintaining parallel versions, migration tooling\nfor consumers, sunset timelines, and deprecation communication.\nProduces migration guides and updated SDK artifacts.\n"
},
"outgoingEdges": [
{
"from": "workflow:api-versioning-workflow",
"to": "role:api-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "role:sdk-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "skill-area:api-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "skill-area:breaking-change-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "skill-area:deprecation-policy",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "domain:api-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "responsibility:api-design-governance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:api-versioning-workflow",
"to": "responsibility:sdk-quality",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}