WorkflowRunSummary
Information about a workflow run.
Contents
- id
-
The system-generated unique ID of the workflow run.
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
- startTime
-
The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
. Type: Timestamp
Required: Yes
- status
-
The status of the workflow run.
Type: String
Valid Values:
SUCCEEDED | FAILED | STOPPED | SUPERSEDED | CANCELLED | NOT_RUN | VALIDATING | PROVISIONING | IN_PROGRESS | STOPPING | ABANDONED
Required: Yes
- workflowId
-
The system-generated unique ID of the 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
- workflowName
-
The name of the workflow.
Type: String
Required: Yes
- endTime
-
The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
Type: Timestamp
Required: No
- statusReasons
-
The reasons for the workflow run status.
Type: Array of WorkflowRunStatusReason objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: