The IT Offboarding 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.
/it/offboarding) is the IT department’s queue for managing offboarding deprovisioning instances for departing employees. It includes an overdue alert banner and supports filtering by status and priority.
Overview
The page queriesuseOnboardingInstances with workflow_type: 'offboarding'. Overdue count is computed client-side: instances where target_date < today and status is not completed or cancelled. An alert banner appears when overdueCount > 0. Each row shows employee name, template, status badge, priority badge, target date (red if overdue), OnboardingSLAIndicator, and compact OnboardingProgressCard.
Status options: pending, in_progress, completed, cancelled.Priority options:
low, normal, high, urgent.
Who it’s for
No explicit secondary permission gate beyond the outerITViewGuard (it.view). Managing offboarding requires it.offboarding.manage.
Before you start
- IT offboarding workflows require provisioning templates at
/it/jml/templates. - Overdue workflows should be addressed promptly to ensure timely access revocation.
Steps
Check for overdue items
If an orange/red banner appears at the top, there are overdue offboarding workflows requiring immediate attention.
Filter the queue
Use the search box, Status dropdown, and Priority dropdown to find specific offboarding instances.
Open an offboarding instance
Click the eye icon on a row to navigate to
/it/offboarding/:id for full workflow details.Key concepts
| Concept | Description |
|---|---|
| Overdue | An instance is overdue when target_date < today and status is neither completed nor cancelled |
| Deprovisioning | The process of revoking system access, retrieving assets, and de-assigning licenses for a departing employee |
OnboardingSLAIndicator | Visual indicator of on-track vs. overdue status relative to the target date |
Related
IT Service Management
IT Service Management 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/it.tsx
- src/cores/it/pages/onboarding/OffboardingDashboardPage.tsx
- src/cores/it/hooks/useOnboardingInstances.ts
- src/cores/it/types/onboarding.ts