diff --git a/pyiron_workflow/node.py b/pyiron_workflow/node.py index a4751550..133ea757 100644 --- a/pyiron_workflow/node.py +++ b/pyiron_workflow/node.py @@ -183,6 +183,7 @@ class Node(HasToDict, ABC, metaclass=AbstractHasPost): owning this, if any. ready (bool): Whether the inputs are all ready and the node is neither already running nor already failed. + root (Node): The parent-most node in this graph. run_args (dict): **Abstract** the argmuments to use for actually running the node. Must be specified in child classes. running (bool): Whether the node has called :meth:`run` and has not yet