WorkflowSummary
Information about a workflow.
Contents
- createdTime
-
The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
Type: Timestamp
Required: Yes
- definition
-
Information about the workflow definition file.
Type: WorkflowDefinitionSummary object
Required: Yes
- id
-
The system-generated unique ID of a workflow.
Type: String
Pattern:
[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
Required: Yes
- lastUpdatedTime
-
The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
Type: Timestamp
Required: Yes
- name
-
The name of the workflow.
Type: String
Required: Yes
- runMode
-
The run mode of the workflow.
Type: String
Valid Values:
QUEUED | PARALLEL | SUPERSEDED
Required: Yes
- sourceBranchName
-
The name of the branch of the source repository where the workflow definition file is stored.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- sourceRepositoryName
-
The name of the source repository where the workflow definition file is stored.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
(?!.*[.]git$)[\w\-.]*
Required: Yes
- status
-
The status of the workflow.
Type: String
Valid Values:
INVALID | ACTIVE
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: