II.
Workflow JSON
Structured · liveworkflow:employee-onboarding-process
Employee Onboarding Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:employee-onboarding-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-3.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Employee Onboarding Process",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-hire",
"complexity": "moderate",
"description": "Onboarding new employees from offer acceptance to full productivity —\npre-boarding logistics, Day 1 orientation, equipment provisioning,\nsystem access setup, buddy assignment, training schedule, and\n30/60/90-day check-ins. Distinct from engineering-onboarding in\ncovering the full organizational process.\n"
},
"outgoingEdges": [
{
"from": "workflow:employee-onboarding-process",
"to": "role:hr-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-onboarding-process",
"to": "role:talent-recruiter",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-onboarding-process",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-onboarding-process",
"to": "skill-area:developer-onboarding",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:employee-onboarding-process",
"to": "domain:human-resources",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:employee-onboarding-process",
"to": "responsibility:employee-retention",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:rippling",
"to": "workflow:employee-onboarding-process",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Onboarding tasks, accounts, and employee records are direct onboarding projection points."
}
},
{
"from": "tool:gusto",
"to": "workflow:employee-onboarding-process",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Hiring and payroll setup information supports employee onboarding."
}
},
{
"from": "tool-server:mcp-rippling-candidate",
"to": "workflow:employee-onboarding-process",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Onboarding tasks, accounts, and employee records are direct onboarding projection points."
}
},
{
"from": "tool-server:mcp-gusto-candidate",
"to": "workflow:employee-onboarding-process",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Hiring and payroll setup information supports employee onboarding."
}
}
]
}