CompiledNode
junjo.CompiledNode
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”CompiledNode(node_runtime_id: str, node_structural_id: str, node_type_name: str, node_label: str, node_runtime_ref: Node | _NestableWorkflow, is_concurrent_subgraph: bool = False, is_subflow: bool = False, child_node_runtime_ids: tuple[str, ...] = (), compiled_subflow_graph: CompiledGraph | None = None)A normalized structural node within a compiled graph snapshot.
Compiled nodes capture the graph-facing metadata Junjo needs for validation, serialization, and rendering while preserving the original runtime node or subflow reference for execution-time operations.
Members
Section titled “Members”node_runtime_id
Section titled “node_runtime_id”node_runtime_id: strPublic attribute.
node_structural_id
Section titled “node_structural_id”node_structural_id: strPublic attribute.
node_type_name
Section titled “node_type_name”node_type_name: strPublic attribute.
node_label
Section titled “node_label”node_label: strPublic attribute.
node_runtime_ref
Section titled “node_runtime_ref”node_runtime_ref: Node | _NestableWorkflowPublic attribute.
is_concurrent_subgraph
Section titled “is_concurrent_subgraph”is_concurrent_subgraph: boolPublic attribute.
is_subflow
Section titled “is_subflow”is_subflow: boolPublic attribute.
child_node_runtime_ids
Section titled “child_node_runtime_ids”child_node_runtime_ids: tuple[str, ...]Public attribute.
compiled_subflow_graph
Section titled “compiled_subflow_graph”compiled_subflow_graph: CompiledGraph | NonePublic attribute.