aws.migrationhuborchestrator.list_workflow_steps
Example SQL Queries
SELECT * FROMaws.migrationhuborchestrator.list_workflow_stepsWHERE"workflow_id" = 'VALUE'AND "step_group_id" = 'VALUE';Description
List the steps in a workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| step_group_id Required Input Column The ID of the step group. | VARCHAR |
| workflow_id Required Input Column The ID of the migration 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
| |
| description The description of the step. | VARCHAR |
| name The name of the step. | VARCHAR |
| next The next step. | VARCHAR[] |
Show child fields
| |
| no_of_srv_completed The number of servers that have been migrated. | BIGINT |
| no_of_srv_failed The number of servers that have failed to migrate. | BIGINT |
| owner The owner of the step. | VARCHAR |
| previous The previous step. | VARCHAR[] |
Show child fields
| |
| script_location The location of the script. | VARCHAR |
| status The status of the step. | VARCHAR |
| status_message The status message of the migration workflow. | VARCHAR |
| step_action_type The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step. | VARCHAR |
| step_id The ID of the step. | VARCHAR |
| total_no_of_srv The total number of servers that have been migrated. | BIGINT |