Documents HowTo Featured Hot Topic

Tasks System (Work Items): End-to-End Guide

Tasks System (Work Items): End-to-End Guide

Work Items are your operational action queue. Use them to capture work, assign ownership, and track completion without losing context.


Standard Lifecycle

  1. Capture tasks (manual entry or transcript intake)
  2. Stage and review for quality
  3. Approve into active work
  4. Assign to owners
  5. Track status and priority
  6. Complete or cancel with clean closure notes

Intake Methods

Transcript-Driven Intake

Use Analyze Transcript to extract task candidates from meeting or call content. Review extracted items before promoting them.

Manual / Staged Creation

Create staged tasks directly when you already know the action items. Bulk staged creation is useful for larger imports.


Status Management

Typical status flow:

  • Unaddressed - captured but not triaged
  • Pending - ready but not started
  • In Progress - active execution
  • On Hold - blocked or deferred
  • Completed - finished
  • Canceled - intentionally dropped

Keep statuses current so dashboards and filters reflect reality.


Assignment Best Practices

  • Assign every active task to a clear owner
  • Reassign quickly when ownership changes
  • Use assignable-user lookups for valid assignments
  • Separate final statuses (Completed/Canceled) from active queues

Operational Discipline

  • Keep titles outcome-focused
  • Add enough context for handoff
  • Use priority and status filters daily
  • Close stale items during weekly cleanup

API Integration Notes

Work Item endpoints are available under /api/tasks/*.

Common scopes:

  • tasks:read
  • tasks:write
  • tasks:approve
  • users:read

Common endpoint families:

  • /api/tasks/transcripts and /api/tasks/transcripts/analyze
  • /api/tasks/staged and /api/tasks/staged/bulk
  • /api/tasks/search
  • /api/tasks/users

Was this article helpful?
Thank you for your feedback!

Your input helps us improve our documentation.