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

orch-primitive:priority-queue

Structured · live

Priority Queue json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:priority-queue",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Priority Queue",
    "description": "Prioritize tasks by urgency, importance, or custom scoring before\ndispatch. The primitive maintains a sorted queue of pending tasks\nand dequeues the highest-priority item when a concurrency slot\nbecomes available. Supports priority inversion detection, aging\nto prevent starvation, and dynamic re-prioritization.\n",
    "orchestrationKind": "priority-queue",
    "trigger": "event-driven"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:priority-queue",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:priority-queue",
      "to": "topic:agent-orchestration-products",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:priority-queue",
      "to": "skill-area:project-planning",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:priority-queue",
      "to": "orch-primitive:task-assign",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}