Skip to content

Bedrock Agent Runtime  >  Structures  >  NodeInputExecutionChainItem

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.

node_name instance-attribute
node_name: str

The name of the node in the execution chain.

type instance-attribute

The type of execution chain item. Supported values are Iterator and Loop.