WorkflowStepSummary - Migration Hub Orchestrator

WorkflowStepSummary

The summary of the step in a migration workflow.

Contents

description

The description of the step.

Type: String

Required: No

name

The name of the step.

Type: String

Required: No

next

The next step.

Type: Array of strings

Length Constraints: Minimum length of 0. Maximum length of 500.

Required: No

noOfSrvCompleted

The number of servers that have been migrated.

Type: Integer

Required: No

noOfSrvFailed

The number of servers that have failed to migrate.

Type: Integer

Required: No

owner

The owner of the step.

Type: String

Valid Values: AWS_MANAGED | CUSTOM

Required: No

previous

The previous step.

Type: Array of strings

Length Constraints: Minimum length of 0. Maximum length of 500.

Required: No

scriptLocation

The location of the script.

Type: String

Required: No

status

The status of the step.

Type: String

Valid Values: AWAITING_DEPENDENCIES | SKIPPED | READY | IN_PROGRESS | COMPLETED | FAILED | PAUSED | USER_ATTENTION_REQUIRED

Required: No

statusMessage

The status message of the migration workflow.

Type: String

Required: No

stepActionType

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.

Type: String

Valid Values: MANUAL | AUTOMATED

Required: No

stepId

The ID of the step.

Type: String

Required: No

totalNoOfSrv

The total number of servers that have been migrated.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: