II.
Workflow JSON
Structured · liveworkflow:microservice-decomposition
Microservice Decomposition json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:microservice-decomposition",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-backend.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Microservice Decomposition",
"workflowKind": "development",
"triggerType": "on-demand",
"typicalCadence": "per-initiative",
"complexity": "cross-team",
"description": "Analyzes a monolithic service to identify bounded contexts and extract\nthem into independent microservices — modeling domain boundaries,\ndefining API contracts, planning data ownership splits, and executing\nphased extraction with traffic mirroring. Excludes ongoing microservice\nmaintenance.\n"
},
"outgoingEdges": [
{
"from": "workflow:microservice-decomposition",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "skill-area:domain-driven-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "skill-area:monolith-vs-microservices",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "skill-area:monorepo-extraction",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "responsibility:approve-architecture",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "responsibility:write-rfc-documents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:microservice-decomposition",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:api-gateway-microservices",
"to": "workflow:microservice-decomposition",
"kind": "follows_workflow"
},
{
"from": "stack-profile:grpc-microservice-mesh",
"to": "workflow:microservice-decomposition",
"kind": "follows_workflow"
}
]
}