II.
Workflow JSON
Structured · liveworkflow:mobile-release-train
Mobile Release Train json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:mobile-release-train",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-mobile.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Mobile Release Train",
"workflowKind": "release",
"triggerType": "scheduled",
"typicalCadence": "bi-weekly",
"complexity": "cross-team",
"description": "Coordinates the cadenced mobile release cycle — branch cut, feature freeze,\nregression testing, beta distribution, and go/no-go decision across iOS\nand Android platforms. Excludes hotfix releases.\n"
},
"outgoingEdges": [
{
"from": "workflow:mobile-release-train",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "skill-area:canary-rollouts",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "domain:mobile",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "responsibility:changelog-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:mobile-release-train",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:react-native-enterprise",
"to": "workflow:mobile-release-train",
"kind": "follows_workflow"
},
{
"from": "stack-profile:offline-first-mobile",
"to": "workflow:mobile-release-train",
"kind": "follows_workflow"
}
]
}