II.
LibraryProcess JSON
Structured · livelib-process:human-resources--employee-onboarding-program
employee-onboarding-program json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:human-resources--employee-onboarding-program",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "employee-onboarding-program",
"description": "Employee Onboarding Program Process - Comprehensive new hire integration process covering preboarding,\nfirst-day orientation, 30-60-90 day plans, buddy assignments, and onboarding effectiveness measurement.",
"libraryPath": "library/specializations/domains/business/human-resources/employee-onboarding-program.js",
"specialization": "human-resources",
"references": [
"- SHRM Onboarding Guide: https://www.shrm.org/resourcesandtools/hr-topics/talent-acquisition/pages/new-employee-onboarding-guide.aspx\n- BambooHR Onboarding: https://www.bamboohr.com/blog/new-employee-onboarding-guide\n- Gallup Onboarding Research: https://www.gallup.com/workplace/247172/getting-onboarding-right.aspx"
],
"example": "const result = await orchestrate('specializations/domains/business/human-resources/employee-onboarding-program', {\n employeeId: 'EMP-2024-001',\n employeeName: 'John Smith',\n department: 'Engineering',\n role: 'Senior Software Engineer',\n startDate: '2024-02-01',\n manager: 'Jane Doe'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "skill-area:talent-acquisition-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "skill-area:performance-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "skill-area:learning-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "domain:human-resources",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "role:hr-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "role:talent-recruiter",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "workflow:talent-acquisition-pipeline",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "specialization:talent-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--employee-onboarding-program",
"to": "specialization:human-resources",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}