II.
Workflow JSON
Structured · liveworkflow:docs-localization
Documentation Localization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:docs-localization",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-tech-docs.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Documentation Localization",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Manages the localization pipeline for technical documentation — extracting\ntranslatable strings, coordinating with translators, reviewing translated\ncontent for technical accuracy, integrating locale-specific builds, and\nvalidating link integrity across locales. Excludes original content\nauthoring.\n"
},
"outgoingEdges": [
{
"from": "workflow:docs-localization",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "role:i18n-extractor",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "role:devrel",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "skill-area:editor-fluency",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "responsibility:write-user-docs",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "org-unit:devrel-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:docs-localization",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}