II.
Workflow JSON
Structured · liveworkflow:engineer-onboarding
Engineer Onboarding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:engineer-onboarding",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-onboarding.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Engineer Onboarding",
"workflowKind": "onboarding",
"triggerType": "event-driven",
"typicalCadence": "per-hire",
"complexity": "cross-team",
"description": "Guides new engineers from environment setup through first meaningful\ncontribution, covering tooling, access grants, and mentorship pairing.\n"
},
"outgoingEdges": [
{
"from": "workflow:engineer-onboarding",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "skill-area:editor-fluency",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "responsibility:onboard-new-engineer",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "org-unit:internal-tools",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "skill-area:editor-fluency",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "responsibility:onboard-new-engineer",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:engineer-onboarding",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}