NodeInputExecutionChainItem¶
Structure Class¶
NodeInputExecutionChainItem
dataclass
¶
Represents an item in the execution chain for node input tracking.
Attributes¶
index
class-attribute
instance-attribute
¶
index: int | None = None
The index position of this item in the execution chain.
type
instance-attribute
¶
type: FlowControlNodeType
The type of execution chain item. Supported values are Iterator and Loop.