Attention
This project is still in an early phase of development.
The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.
cstar.orchestration.orchestration.Orchestrator.get_open_nodes#
- Orchestrator.get_open_nodes(*, mode: RunMode) Mapping[str, Status] | None#
Retrieve the set of task nodes with a non-terminal state that are executing or ready to execute.
- Returns:
dict[str] | None –
Set of open nodes ready for some processing actions.
An empty set indicates no actions are currently possible.
Null indicates all nodes are closed (traversal is complete).