TaskQueue
stableOrdered task list with status tracking and priority
import { TaskQueue } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tasksreq | Task[] | — | Array of tasks ({ id, name, agent, status, dependencies?, duration? }) |
tasksrequiredType
Task[]Default —Array of tasks ({ id, name, agent, status, dependencies?, duration? })
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?