II.
Workflow JSON
Structured · liveworkflow:design-to-shelf-pipeline
Design-to-Shelf Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:design-to-shelf-pipeline",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-fashion.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Design-to-Shelf Pipeline",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-season",
"complexity": "cross-team",
"description": "Manages the fashion product pipeline from concept to retail placement --\ntracking design submissions through trend board approval, coordinating\ntech pack creation with material sourcing timelines, scheduling sample\nproduction runs with factory capacity constraints, managing fit review\ncycles with size grading adjustments, and synchronizing go-to-market\ndates with buyer allocation windows. Produces line plan status\ndashboards, critical path timelines, and SKU readiness reports. Excludes\nretail merchandising and pricing.\n"
},
"outgoingEdges": [
{
"from": "workflow:design-to-shelf-pipeline",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "skill-area:domain-driven-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "domain:fashion-apparel",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "domain:supply-chain",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "responsibility:capacity-planning",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:design-to-shelf-pipeline",
"to": "org-unit:operations-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}