TaskInstanceSummary - Amazon Managed Workflows for Apache Airflow Serverless

TaskInstanceSummary

Summary information about a task instance within a workflow run, including its status and execution details.

Contents

DurationInSeconds

The duration of the task instance execution in seconds. This value is null if the task is not complete.

Type: Integer

Required: No

OperatorName

The name of the Apache Airflow operator used for this task instance.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: .*

Required: No

RunId

The unique identifier of the workflow run that contains this task instance.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9]+[a-zA-Z0-9\.\-_]*

Required: No

Status

The current status of the task instance.

Type: String

Valid Values: QUEUED | FAILED | SCHEDULED | RUNNING | SUCCESS | UP_FOR_RESCHEDULE | UP_FOR_RETRY | UPSTREAM_FAILED | REMOVED | RESTARTING | DEFERRED | NONE | CANCELLED | TIMEOUT

Required: No

TaskInstanceId

The unique identifier of this task instance.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9]+[a-zA-Z0-9\.\-_]*

Required: No

WorkflowArn

The Amazon Resource Name (ARN) of the workflow that contains this task instance.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: arn:aws(?:-(?:cn|us-gov|iso|iso-b|iso-e|iso-f))?:airflow-serverless:([a-z]{2}-[a-z]+-[0-9]{1}):([0-9]{12}):workflow/([a-zA-Z0-9][a-zA-Z0-9\.\-_]{0,254}-[a-zA-Z0-9]{10})

Required: No

WorkflowVersion

The version of the workflow that contains this task instance.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: .+

Required: No

See Also

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