Skip to content

Bedrock Agent Runtime  >  Structures  >  ConditionResultEvent

ConditionResultEvent

Structure Class

ConditionResultEvent dataclass

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

Note

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

Attributes

node_name instance-attribute
node_name: str

The name of the condition node that evaluated the conditions.

satisfied_conditions instance-attribute
satisfied_conditions: list[SatisfiedCondition]

A list of conditions that were satisfied during the evaluation.

timestamp instance-attribute
timestamp: datetime

The timestamp when the condition evaluation occurred.