Skip to main content
Career Paths is available at route /hr/succession/career-paths. Access follows your organization’s role and module configuration. ## Overview The Career Paths list page shows all active career path definitions as a data table. Each row displays the from-position title, to-position title, path type (rendered as a badge using PATH_TYPE_LABELS), and typical duration in months. A New Path button opens a dialog containing the CareerPathForm for creating a new career path. The list is filtered to isActive: true from the useCareerPathList hook.

Who it’s for

Access follows your organization’s role and module configuration. ## Before you start
  • Position records must exist to be selectable in the career path form.

Steps

1

Open Career Paths

Navigate to /hr/succession/career-paths.
2

Review existing paths

Browse from-position to to-position transitions and their types and durations.
3

Create a path

Click New Path, complete the CareerPathForm in the dialog, and submit.

Key concepts

Human Resources

Human Resources core overview.

Governance & parity

Documentation coverage and governance.
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.
  • src/routes/hr.tsx
  • src/routes/hr/oversight-analytics-succession-routes.tsx
  • src/cores/hr/succession/pages/CareerPathListPage.tsx
  • src/cores/hr/succession/hooks/useCareerPathList.ts
  • src/cores/hr/succession/types/index.ts