II.
Workflow JSON
Structured · liveworkflow:localization-workflow
Localization Workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:localization-workflow",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Localization Workflow",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "moderate",
"description": "Manages the end-to-end localization process for new features --\nextracting translatable strings, sending to translation vendors or\ninternal teams, reviewing translations for context accuracy,\nintegrating translated assets, testing locale-specific rendering\nand formatting, and validating RTL layouts where applicable.\nProduces localized builds and translation quality report.\nExcludes original content authoring.\n"
},
"outgoingEdges": [
{
"from": "workflow:localization-workflow",
"to": "role:frontend-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "role:product-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "skill-area:internationalization",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "skill-area:web-accessibility",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "domain:frontend",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:localization-workflow",
"to": "responsibility:localization-management",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}