Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowExecutionEvent

FlowExecutionEvent

Union Type

FlowExecutionEvent module-attribute

Represents an event that occurred during an flow execution. This is a union type that can contain one of several event types, such as node input and output events; flow input and output events; condition node result events, or failure events.

Note

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Union Member Types

FlowExecutionEventFlowInputEvent dataclass

Contains information about the inputs provided to the flow at the start of execution.

Attributes

value instance-attribute

FlowExecutionEventFlowOutputEvent dataclass

Contains information about the outputs produced by the flow at the end of execution.

Attributes

value instance-attribute

FlowExecutionEventNodeInputEvent dataclass

Contains information about the inputs provided to a specific node during execution.

Attributes

value instance-attribute

FlowExecutionEventNodeOutputEvent dataclass

Contains information about the outputs produced by a specific node during execution.

Attributes

value instance-attribute

FlowExecutionEventConditionResultEvent dataclass

Contains information about a condition evaluation result during the flow execution. This event is generated when a condition node in the flow evaluates its conditions.

Attributes

value instance-attribute

FlowExecutionEventNodeFailureEvent dataclass

Contains information about a failure that occurred at a specific node during execution.

Attributes

value instance-attribute

FlowExecutionEventFlowFailureEvent dataclass

Contains information about a failure that occurred at the flow level during execution.

Attributes

value instance-attribute

FlowExecutionEventNodeActionEvent dataclass

Contains information about an action (operation) called by a node during execution.

Attributes

value instance-attribute

FlowExecutionEventNodeDependencyEvent dataclass

Contains information about an internal trace of a specific node during execution.

Attributes

value instance-attribute

FlowExecutionEventUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str