Skip to content

NodeEvaluationResult

junjo.NodeEvaluationResult

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

NodeEvaluationResult(run_id: str, node_definition_id: str, state: StateT)

View source

Detached result of one Node executed through Junjo’s normal lifecycle.

Name Type Description Default
run_id str Runtime ID of the generated one-Node evaluation Workflow.
node_definition_id str Definition ID of the evaluated Node instance.
state StateT Detached state snapshot after successful execution.

run_id: str

View source

Public attribute.

node_definition_id: str

View source

Public attribute.

state: StateT

View source

Public attribute.