Skip to content

/AWS1/CL_MHO=>UPDATEWORKFLOWSTEP()

About UpdateWorkflowStep

Update a step in a migration workflow.

Method Signature

IMPORTING

Required arguments:

IV_ID TYPE /AWS1/MHOSTEPID /AWS1/MHOSTEPID

The ID of the step.

IV_STEPGROUPID TYPE /AWS1/MHOSTEPGROUPID /AWS1/MHOSTEPGROUPID

The ID of the step group.

IV_WORKFLOWID TYPE /AWS1/MHOMIGRATIONWORKFLOWID /AWS1/MHOMIGRATIONWORKFLOWID

The ID of the migration workflow.

Optional arguments:

IV_NAME TYPE /AWS1/MHOSTEPNAME /AWS1/MHOSTEPNAME

The name of the step.

IV_DESCRIPTION TYPE /AWS1/MHOSTEPDESCRIPTION /AWS1/MHOSTEPDESCRIPTION

The description of the step.

IV_STEPACTIONTYPE TYPE /AWS1/MHOSTEPACTIONTYPE /AWS1/MHOSTEPACTIONTYPE

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.

IO_WORKFLOWSTEPAUTOMATIONC00 TYPE REF TO /AWS1/CL_MHOWORKFLOWSTEPAUTO00 /AWS1/CL_MHOWORKFLOWSTEPAUTO00

The custom script to run tests on the source and target environments.

IT_STEPTARGET TYPE /AWS1/CL_MHOSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The servers on which a step will be run.

IT_OUTPUTS TYPE /AWS1/CL_MHOWORKFLOWSTEPOUTPUT=>TT_WORKFLOWSTEPOUTPUTLIST TT_WORKFLOWSTEPOUTPUTLIST

The outputs of a step.

IT_PREVIOUS TYPE /AWS1/CL_MHOSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The previous step.

IT_NEXT TYPE /AWS1/CL_MHOSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The next step.

IV_STATUS TYPE /AWS1/MHOSTEPSTATUS /AWS1/MHOSTEPSTATUS

The status of the step.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MHOUPDWORKFLOWSTEPRSP /AWS1/CL_MHOUPDWORKFLOWSTEPRSP