aws.codecatalyst.get_workflow_run
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_workflow_runWHERE"space_name" = 'VALUE'AND "id" = 'VALUE'AND "project_name" = 'VALUE';Description
Returns information about a specified run of a workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the workflow run. | VARCHAR |
| 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 |
| _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 |
| last_updated_time The date and time the workflow run status 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 Information about the reasons for the status of the workflow run. | BOOLEAN[] |
Show child fields
| |
| workflow_id The ID of the workflow. | VARCHAR |