II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:task-complete
Task Complete json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:task-complete",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Task Complete",
"description": "Mark a task as completed and trigger downstream actions such as PR creation,\nhuman review requests, or status updates to the issue tracker. The primitive\ntransitions the task to a terminal state and releases any workspace or\nconcurrency slots held by the agent.\n",
"orchestrationKind": "task-lifecycle",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:task-complete",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:task-complete",
"to": "topic:agent-run-lifecycle",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:task-complete",
"to": "orch-primitive:pr-creation",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:babysitter.core@current",
"to": "orch-primitive:task-complete",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:paperclip.core@current",
"to": "orch-primitive:task-complete",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-core-impl:symphony.core@current",
"to": "orch-primitive:task-complete",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "orch-primitive:result-validation",
"to": "orch-primitive:task-complete",
"kind": "orch_triggers",
"attributes": {}
},
{
"from": "agent-core-impl:sweep-ai.core@current",
"to": "orch-primitive:task-complete",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "agent-ui-impl:vibe-kanban.ui@current",
"to": "orch-primitive:task-complete",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}