aws.codecatalyst.list_workflow_runs
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_workflow_runsWHERE"space_name" = 'VALUE'AND "project_name" = 'VALUE';Description
Retrieves a list of workflow runs of a specified workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| space_name Required Input Column The name of the space. | VARCHAR |
| sort_by Input Column Information used to sort the items in the returned list. | BOOLEAN[] |
Show child fields
| |
| workflow_id Input Column The system-generated unique ID of the workflow. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| end_time The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 | TIMESTAMP_S |
| id The system-generated unique ID of the workflow run. | VARCHAR |
| last_updated_time The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 | TIMESTAMP_S |
| start_time The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| status The status of the workflow run. | VARCHAR |
| status_reasons The reasons for the workflow run status. | BOOLEAN[] |
Show child fields
| |
| workflow_name The name of the workflow. | VARCHAR |