/tasks.

Concept
A task is one piece of work:- Subject (short title)
- Description (optional)
- Subject anchor (polymorphic): customer / deal / company
- Assignee — a user in the org.
null= pool task, anyone can pick it up. - Due date (optional)
- Status:
pending,in_progress,done,canceled
Kanban view
4 columns = 4 statuses. Drag a task card between columns to change its status.| Column | Status |
|---|---|
| Pending | pending |
| In progress | in_progress |
| Done | done |
| Canceled | canceled |
Create a task
Pool task
A task with no assignee = “pool”. Use cases:- Autoreply escalation: bot can’t answer → creates a pool task
- New inbound with unclear owner → goes to the pool
View filters (My / Pool / All), one-click claim from the UI, overdue-due-date highlighting, an automation node that creates tasks, task lifecycle audit log — coming soon or partial.