FlowExecutionEvent

sealed class FlowExecutionEvent

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.

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

Inheritors

Types

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Functions

Link copied to clipboard