iiRecord
Agentic AI Atlas · Content Localization Pipeline
workflow:content-localization-pipelinea5c.ai
II.
Workflow JSON

workflow:content-localization-pipeline

Structured · live

Content Localization Pipeline json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-content-ops.yamlCluster · workflows
Record JSON
{
  "id": "workflow:content-localization-pipeline",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-content-ops.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Content Localization Pipeline",
    "workflowKind": "operational",
    "triggerType": "event-driven",
    "typicalCadence": "per-release",
    "complexity": "cross-team",
    "description": "Orchestrates the end-to-end localisation of product content into target\nlocales — extracting translatable strings, routing to translation vendors\nor machine-translation with human review, validating locale-specific\nformatting (dates, currency, plurals), running screenshot-based layout\nregression to catch text overflow, and syncing translated assets back into\nthe build pipeline. Produces locale-readiness reports per release. Excludes\noriginal content authoring.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:content-localization-pipeline",
      "to": "role:i18n-extractor",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "role:technical-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "role:qa-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "domain:mobile",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "domain:customer-experience",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "responsibility:release-coordination",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "responsibility:write-user-docs",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "org-unit:content-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:content-localization-pipeline",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}