Skip to main content

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.

The IT Onboarding page (/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 queries useOnboardingInstances 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 outer ITViewGuard (it.view). Managing onboarding requires it.onboarding.manage.

Before you start

  • Provisioning templates must exist at /it/jml/templates before workflows can be created.
  • Confirm your role includes IT onboarding management permissions.

Steps

1

Open the IT Onboarding queue

Navigate to /it/onboarding.
2

Filter the queue

Use the search box to find a specific employee or template. Use the Status and Priority dropdowns to narrow results.
3

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.
4

Start a pending workflow

Click the Play icon on a pending row to begin the provisioning workflow.
5

Open an onboarding instance

Click the eye icon to navigate to /it/onboarding/:id for full workflow details.
6

Manage templates

Click Manage Templates to navigate to the provisioning templates page at /it/jml/templates.

Key concepts

ConceptDescription
ITOnboardingInstanceRepresents one provisioning run for a specific employee
OnboardingSLAIndicatorShows green/amber/red based on target date vs. current date and status
OnboardingProgressCardCompact checklist progress view
Provisioning templatesDefine the set of tasks that make up an onboarding workflow

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.
  • src/routes/it.tsx
  • src/cores/it/pages/onboarding/OnboardingDashboardPage.tsx
  • src/cores/it/hooks/useOnboardingInstances.ts
  • src/cores/it/types/onboarding.ts