II.
Workflow JSON
Structured · liveworkflow:schema-migration-workflow
Schema Migration Workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:schema-migration-workflow",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Schema Migration Workflow",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "cross-team",
"description": "Coordinated database schema migration — backward-compatible schema\ndesign, migration script review, staged rollout (expand-contract\npattern), data backfill, and rollback planning. Includes zero-downtime\nvalidation and downstream consumer notification. Distinct from\nschema-migration in covering the full organizational coordination.\n"
},
"outgoingEdges": [
{
"from": "workflow:schema-migration-workflow",
"to": "role:database-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "role:backend-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "skill-area:database-migration",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "skill-area:schema-evolution",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "skill-area:zero-downtime-deployment",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "domain:backend",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:schema-migration-workflow",
"to": "responsibility:deployment-management",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}