II.
Workflow JSON
Structured · liveworkflow:employee-exit-process
Employee Exit Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:employee-exit-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-enterprise-cross.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Employee Exit Process",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-employee",
"complexity": "cross-team",
"description": "Manages the end-to-end employee offboarding process -- initiating\nseparation workflows in HR systems, scheduling exit interviews and\ncompiling feedback themes, coordinating knowledge-transfer sessions for\ncritical responsibilities, revoking system access and credentials across\nall platforms within security SLAs, recovering company equipment and\nprocessing asset returns, calculating final compensation and benefits\ncontinuation, generating compliance documentation for regulatory\nrequirements, and updating organizational charts and distribution lists.\nProduces exit checklist completion record and aggregated exit-interview\ninsights. Excludes retention intervention.\n"
},
"outgoingEdges": [
{
"from": "workflow:employee-exit-process",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "skill-area:identity-security",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "domain:human-resources",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "domain:operations",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "responsibility:onboard-new-engineer",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "org-unit:hr-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:employee-exit-process",
"to": "org-unit:it-service-management",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:rippling",
"to": "workflow:employee-exit-process",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Device, access, and payroll data supports offboarding and exit-process review."
}
}
]
}