The Employee Lifecycle page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/lifecycle) is the central hub for tracking onboarding pipelines, offboarding pipelines, recent hires, and task assignments related to employee transitions.
Overview
The Employee Lifecycle page surfaces four key stat cards — Active Onboardings, Upcoming Departures (within 7 days), Overdue Onboardings, and Recent Hires (last 30 days) — alongside widget panels for onboarding pipeline, offboarding pipeline, personal lifecycle tasks, onboarding templates, onboarding analytics, and recent transitions. A Refresh button invalidates all cached lifecycle, onboarding-instance, and offboarding-instance queries for the current organization.Who it’s for
Requires permission:hr.onboarding.view (HR_PERMISSIONS.ONBOARDING_VIEW).
Before you start
- At least one onboarding or offboarding instance must exist in your organization for the pipeline widgets to show data.
- You must have the
hr.onboarding.viewpermission assigned to your role.
Steps
- Navigate to HR → Employee Lifecycle or go directly to
/hr/lifecycle. - Review the four stat cards at the top for a quick count of active, overdue, upcoming, and recent events.
- Use the Onboarding Pipeline and Offboarding Pipeline widgets to see in-progress cases.
- Check My Lifecycle Tasks for tasks assigned to you.
- Click Refresh to reload all data if you suspect counts are stale.
Key concepts
| Concept | Meaning |
|---|---|
| Active Onboardings | Onboarding instances currently in progress for your organization |
| Upcoming Departures | Employees with a termination date within the next 7 days |
| Overdue Onboardings | Onboarding instances that have passed their expected completion date |
| Recent Hires | Employees who started within the last 30 days |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/LifecycleOverview.tsx
- src/cores/hr/hooks/employees/useLifecycleStats.ts