hubify task
Manage the task queue. Tasks are the unit of work that agents execute. The orchestrator creates and routes tasks automatically, but you can also manage them directly.Commands
hubify task list
List tasks in the queue:
| Option | Description |
|---|---|
--status <s> | Filter: queued, running, complete, failed, blocked |
--priority <p> | Filter: critical, high, medium, low |
--agent <name> | Filter by assigned agent |
--limit <n> | Number of results (default: 20) |
hubify task create
Create a task manually:
hubify task assign
Reassign a task to a different agent:
hubify task prioritize
Change task priority:
hubify task complete
Manually mark a task as complete:
hubify task block
Mark a task as blocked with a reason:
hubify task info
Get detailed information about a task:
hubify task queue
View the priority queue (what runs next):
Task Dependencies
Tasks can depend on other tasks. Dependent tasks remainblocked until their dependencies complete: