II.
OrchestrationPrimitive overview
Reference · liveorch-primitive:priority-queue
Priority Queue overview
Prioritize tasks by urgency, importance, or custom scoring before dispatch. The primitive maintains a sorted queue of pending tasks and dequeues the highest-priority item when a concurrency slot becomes available. Supports priority inversion detection, aging to prevent starvation, and dynamic re-prioritization.
Attributes
displayName
Priority Queue
description
Prioritize tasks by urgency, importance, or custom scoring before
dispatch. The primitive maintains a sorted queue of pending tasks
and dequeues the highest-priority item when a concurrency slot
becomes available. Supports priority inversion detection, aging
to prevent starvation, and dynamic re-prioritization.
orchestrationKind
priority-queue
trigger
event-driven
Outgoing edges
orch_applies_to1
- topic:agent-orchestration-products·TopicAgent Orchestration Products
orch_requires_skill_area1
- skill-area:project-planning·SkillAreaProject Planning
orch_triggers1
- orch-primitive:task-assign·OrchestrationPrimitiveTask Assign
realizes1
- layer:13-orchestration·LayerOrchestration
Incoming edges
None.