Task management
Create, assign and track operational work across the Root platform
Task management
Task management is an operational work-tracking system built into the Root platform. It lets your team create, assign, track, and complete units of work — called tasks — for manual reviews, follow-ups, and everyday operational to-dos.
Each task can be linked to a specific insurance entity such as a policy, claim, application, quote, or complaint, so the work always carries its context. A team member reviewing a claim, for example, can see the open tasks attached to that claim and pick up exactly where someone else left off.
AvailabilityTask management is gated behind a feature flag (
task_management). Speak to your Root representative to enable it for your organisation.
How tasks are created
Tasks can be raised in three ways:
- Manually — a team member creates a task from the admin portal, optionally linking it to an entity and assigning it to a person or group.
- On a schedule — a recurring template generates task instances automatically at a set frequency (for example, a weekly reconciliation check). See Assignment & scheduling.
- Automatically — product module code raises a task in response to an event in a policy or claim's lifecycle, so that the right work reaches a human at the right moment. See Automated tasks.
Core concepts
| Concept | Description |
|---|---|
| Task | A single unit of work, with a name, description, status, priority and an auto-assigned, human-friendly task number. |
| Type | How the task was created: ad_hoc (manual), scheduled (from a recurring template) or automated (raised by product module code). |
| Status | Where the task sits in its lifecycle. Statuses are configurable per organisation. See Task concepts. |
| Priority | The urgency of the task (for example low, medium, high), each with a default SLA. |
| Assignment | The person and/or group responsible for the task. |
| Reference | The entity the task relates to — a policy, claim, application, quote or complaint. |
| Checklist | Optional structured sub-items for guided manual review. |
| Notes | Free-text notes on a task, with support for pinning the important ones. |
What's next
- Task concepts — statuses, priorities, SLAs, checklists and configuration.
- Automated tasks — raising tasks from product module code.
- Assignment & scheduling — assigning tasks and generating them on a recurring schedule.
Updated about 2 hours ago