II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:poll-tick
Poll Tick json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:poll-tick",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Poll Tick",
"description": "Periodic poll of an issue tracker or task source for new eligible work\nitems. The orchestrator queries the tracker at a configurable interval,\nfilters for actionable issues matching the workflow policy, and feeds\nthem into the task-create pipeline. Poll cadence is typically seconds\nto minutes depending on the deployment.\n",
"orchestrationKind": "polling",
"trigger": "periodic"
},
"outgoingEdges": [
{
"from": "orch-primitive:poll-tick",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:poll-tick",
"to": "topic:event-driven-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:poll-tick",
"to": "skill-area:operations-automation",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:poll-tick",
"to": "orch-primitive:task-create",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:symphony.core@current",
"to": "orch-primitive:poll-tick",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:sweep-ai.core@current",
"to": "orch-primitive:poll-tick",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}