Bedrock Agent Runtime > Structures > FlowTraceNodeOutputNext FlowTraceNodeOutputNext¶ Structure Class¶ FlowTraceNodeOutputNext dataclass ¶ Represents the next node that receives output data from a flow trace. Attributes¶ input_field_name instance-attribute ¶ input_field_name: str The name of the input field in the next node that receives the data. node_name instance-attribute ¶ node_name: str The name of the next node that receives the output data.