WorkflowSummary
Summary information about a workflow, including basic identification and metadata.
Contents
- WorkflowArn
-
The Amazon Resource Name (ARN) of the workflow.
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: Yes
- CreatedAt
-
The timestamp when the workflow was created, in ISO 8601 date-time format.
Type: Timestamp
Required: No
- Description
-
The description of the workflow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.+Required: No
- ModifiedAt
-
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
Type: Timestamp
Required: No
- Name
-
The name of the workflow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9]+[a-zA-Z0-9\.\-_]*Required: No
- TriggerMode
-
The trigger mode for the workflow execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*Required: No
- WorkflowStatus
-
The current status of the workflow.
Type: String
Valid Values:
READY | DELETINGRequired: No
- WorkflowVersion
-
The version identifier of the workflow.
Type: String
Length Constraints: Fixed length of 32.
Pattern:
[a-z0-9]{32}Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: