RunDetailSummary - Amazon Managed Workflows for Apache Airflow Serverless

RunDetailSummary

Summary information about a workflow run's execution details, including status and timing information.

Contents

CreatedOn

The timestamp when the workflow run was created, in ISO 8601 date-time format.

Type: Timestamp

Required: No

EndedAt

The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.

Type: Timestamp

Required: No

StartedAt

The timestamp when the workflow run started execution, in ISO 8601 date-time format.

Type: Timestamp

Required: No

Status

The current status of the workflow run.

Type: String

Valid Values: STARTING | QUEUED | RUNNING | SUCCESS | FAILED | TIMEOUT | STOPPING | STOPPED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: