II.
Workflow JSON
Structured · liveworkflow:game-build-pipeline
Game Build Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:game-build-pipeline",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-gaming.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Game Build Pipeline",
"workflowKind": "release",
"triggerType": "continuous",
"typicalCadence": "daily",
"complexity": "cross-team",
"description": "Orchestrates the game build and asset pipeline — compiling shaders,\nbaking assets, running automated smoke tests, and producing\nplatform-specific builds for QA and distribution. Excludes content creation.\n"
},
"outgoingEdges": [
{
"from": "workflow:game-build-pipeline",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "domain:gaming",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:game-build-pipeline",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "domain:gaming-industry",
"to": "workflow:game-build-pipeline",
"kind": "uses_workflow"
},
{
"from": "stack-profile:game-backend",
"to": "workflow:game-build-pipeline",
"kind": "follows_workflow"
}
]
}