v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Update a step in a migration workflow.

post/workflowstep/{id}

Path parameters

idstring required

The ID of the step.

Request body

stepGroupIdstring required

The ID of the step group.

workflowIdstring required

The ID of the migration workflow.

namestring

The name of the step.

descriptionstring

The description of the step.

stepActionType'MANUAL' | 'AUTOMATED'

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.

stepTargetStringListMember[]

The servers on which a step will be run.

previousStringListMember[]

The previous step.

nextStringListMember[]

The next step.

status'AWAITING_DEPENDENCIES' | 'SKIPPED' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'USER_ATTENTION_REQUIRED'

The status of the step.

Response

Success

idstring

The ID of the step.

stepGroupIdstring

The ID of the step group.

workflowIdstring

The ID of the migration workflow.

namestring

The name of the step.