II.
OrchestrationPrimitive overview
Reference · liveorch-primitive:dependency-resolution
Dependency Resolution overview
Resolve task dependencies before dispatch. When task B declares a dependency on task A, this primitive holds B in a waiting state until A completes successfully. Supports DAG-shaped dependency graphs, cycle detection, and partial-order scheduling to maximize parallelism while respecting ordering constraints.
Attributes
displayName
Dependency Resolution
description
Resolve task dependencies before dispatch. When task B declares a
dependency on task A, this primitive holds B in a waiting state until
A completes successfully. Supports DAG-shaped dependency graphs,
cycle detection, and partial-order scheduling to maximize parallelism
while respecting ordering constraints.
orchestrationKind
dependency-resolution
trigger
on-state-change
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
supports_orchestration_primitive1
- agent-core-impl:langgraph.core@current·AgentCoreImplLangGraph Graph Core (current)