The IT Onboarding 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/onboarding) is the IT department’s queue for managing onboarding provisioning instances — one per new employee. It shows status, priority, target date, SLA status, and task progress for each onboarding workflow.
Overview
The page queriesuseOnboardingInstances with workflow_type: 'onboarding' and optional status / priority filters. A client-side search filters by employee name or template name. Each row shows employee name, template, status badge, priority badge, target date, OnboardingSLAIndicator, and compact OnboardingProgressCard. A Manage Templates link navigates to /it/jml/templates.
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 onboarding requires it.onboarding.manage.
Before you start
- Provisioning templates must exist at
/it/jml/templatesbefore workflows can be created. - Confirm your role includes IT onboarding management permissions.
Steps
Filter the queue
Use the search box to find a specific employee or template. Use the Status and Priority dropdowns to narrow results.
Review SLA and progress
The SLA Status column indicates whether a workflow is on track or overdue relative to its target date. The Progress column shows task completion.
Open an onboarding instance
Click the eye icon to navigate to
/it/onboarding/:id for full workflow details.Key concepts
| Concept | Description |
|---|---|
ITOnboardingInstance | Represents one provisioning run for a specific employee |
OnboardingSLAIndicator | Shows green/amber/red based on target date vs. current date and status |
OnboardingProgressCard | Compact checklist progress view |
| Provisioning templates | Define the set of tasks that make up an onboarding workflow |
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/OnboardingDashboardPage.tsx
- src/cores/it/hooks/useOnboardingInstances.ts
- src/cores/it/types/onboarding.ts