WorkflowRunDetail
Detailed information about a workflow run execution, including timing, status, error information, and associated task instances. This structure provides comprehensive visibility into the workflow execution lifecycle within the Amazon Managed Workflows for Apache Airflow Serverless serverless environment. The service tracks execution across distributed ECS worker tasks and provides detailed timing information, error diagnostics, and task instance relationships to support effective monitoring and troubleshooting of complex workflow executions.
Types
Properties
The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.
The error message if the workflow run failed. This value is null if the run completed successfully.
The timestamp when the workflow run was last modified, in ISO 8601 date-time format.
The current execution state of the workflow run.
A list of task instance IDs that are part of this workflow run.
The Amazon Resource Name (ARN) of the workflow that contains this run.
The version of the workflow used for this run.