FlowTraceNodeInputExecutionChainItem¶
Structure Class¶
FlowTraceNodeInputExecutionChainItem
dataclass
¶
Represents an item in the execution chain for flow trace 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.