FlowExecutionSummary¶
Structure Class¶
FlowExecutionSummary
dataclass
¶
Contains summary information about a flow execution, including its status, timestamps, and identifiers.
Note
Flow executions is in preview release for Amazon Bedrock and is subject to change.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the flow execution was created.
ended_at
class-attribute
instance-attribute
¶
ended_at: datetime | None = None
The timestamp when the flow execution ended. This field is only populated when the execution has completed, failed, timed out, or been aborted.
execution_arn
instance-attribute
¶
execution_arn: str
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
flow_alias_identifier
instance-attribute
¶
flow_alias_identifier: str
The unique identifier of the flow alias used for the execution.
status
instance-attribute
¶
status: FlowExecutionStatus
The current status of the flow execution.
Flow executions time out after 24 hours.