II.
Workflow JSON
Structured · liveworkflow:cad-design-review
CAD Design Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:cad-design-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-mechanical.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "CAD Design Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-revision",
"complexity": "single-team",
"description": "Reviews CAD models for design intent, manufacturability, and\nstandards compliance -- checking GD&T callouts against functional\nrequirements, validating draft angles and undercuts for moldability,\nverifying interference/clash detection results, confirming material\nselections match operating conditions, and ensuring revision control\nand metadata conform to PDM/PLM workflows. Excludes CAD model\ncreation.\n"
},
"outgoingEdges": [
{
"from": "workflow:cad-design-review",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "skill-area:computational-geometry",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "skill-area:code-review-practice",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "domain:mechanical-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "domain:materials-science",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:cad-design-review",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}