iiRecord
Agentic AI Atlas · Priority Queue
orch-primitive:priority-queuea5c.ai
II.
OrchestrationPrimitive overview

orch-primitive:priority-queue

Reference · live

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.

OrchestrationPrimitiveOutgoing · 4Incoming · 0

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
orch_requires_skill_area1
orch_triggers1
realizes1

Incoming edges

None.