/AWS1/CL_MHOGETWORKFLOWSTEPRSP¶
GetWorkflowStepResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The name of the step.
iv_stepgroupid
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The ID of the step group.
iv_workflowid
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The ID of the migration workflow.
iv_stepid
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The ID of the step.
iv_description
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
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.
iv_owner
TYPE /AWS1/MHOOWNER
/AWS1/MHOOWNER
¶
The owner of the step.
io_workflowstepautomationc00
TYPE REF TO /AWS1/CL_MHOWORKFLOWSTEPAUTO00
/AWS1/CL_MHOWORKFLOWSTEPAUTO00
¶
The custom script to run tests on source or 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 the 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.
iv_statusmessage
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The status message of the migration workflow.
iv_scriptoutputlocation
TYPE /AWS1/MHOSTRING
/AWS1/MHOSTRING
¶
The output location of the script.
iv_creationtime
TYPE /AWS1/MHOTIMESTAMP
/AWS1/MHOTIMESTAMP
¶
The time at which the step was created.
iv_laststarttime
TYPE /AWS1/MHOTIMESTAMP
/AWS1/MHOTIMESTAMP
¶
The time at which the workflow was last started.
iv_endtime
TYPE /AWS1/MHOTIMESTAMP
/AWS1/MHOTIMESTAMP
¶
The time at which the step ended.
iv_noofsrvcompleted
TYPE /AWS1/MHOINTEGER
/AWS1/MHOINTEGER
¶
The number of servers that have been migrated.
iv_noofsrvfailed
TYPE /AWS1/MHOINTEGER
/AWS1/MHOINTEGER
¶
The number of servers that have failed to migrate.
iv_totalnoofsrv
TYPE /AWS1/MHOINTEGER
/AWS1/MHOINTEGER
¶
The total number of servers that have been migrated.
Queryable Attributes¶
name¶
The name of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
stepGroupId¶
The ID of the step group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPGROUPID() |
Getter for STEPGROUPID, with configurable default |
ASK_STEPGROUPID() |
Getter for STEPGROUPID w/ exceptions if field has no value |
HAS_STEPGROUPID() |
Determine if STEPGROUPID has a value |
workflowId¶
The ID of the migration workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWID() |
Getter for WORKFLOWID, with configurable default |
ASK_WORKFLOWID() |
Getter for WORKFLOWID w/ exceptions if field has no value |
HAS_WORKFLOWID() |
Determine if WORKFLOWID has a value |
stepId¶
The ID of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPID() |
Getter for STEPID, with configurable default |
ASK_STEPID() |
Getter for STEPID w/ exceptions if field has no value |
HAS_STEPID() |
Determine if STEPID has a value |
description¶
The description of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPACTIONTYPE() |
Getter for STEPACTIONTYPE, with configurable default |
ASK_STEPACTIONTYPE() |
Getter for STEPACTIONTYPE w/ exceptions if field has no valu |
HAS_STEPACTIONTYPE() |
Determine if STEPACTIONTYPE has a value |
owner¶
The owner of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
workflowStepAutomationConfiguration¶
The custom script to run tests on source or target environments.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWSTEPAUTOMATION00() |
Getter for WORKFLOWSTEPAUTOMATIONCONF |
stepTarget¶
The servers on which a step will be run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPTARGET() |
Getter for STEPTARGET, with configurable default |
ASK_STEPTARGET() |
Getter for STEPTARGET w/ exceptions if field has no value |
HAS_STEPTARGET() |
Determine if STEPTARGET has a value |
outputs¶
The outputs of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |
previous¶
The previous step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PREVIOUS() |
Getter for PREVIOUS, with configurable default |
ASK_PREVIOUS() |
Getter for PREVIOUS w/ exceptions if field has no value |
HAS_PREVIOUS() |
Determine if PREVIOUS has a value |
next¶
The next step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXT() |
Getter for NEXT, with configurable default |
ASK_NEXT() |
Getter for NEXT w/ exceptions if field has no value |
HAS_NEXT() |
Determine if NEXT has a value |
status¶
The status of the step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The status message of the migration workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
scriptOutputLocation¶
The output location of the script.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCRIPTOUTPUTLOCATION() |
Getter for SCRIPTOUTPUTLOCATION, with configurable default |
ASK_SCRIPTOUTPUTLOCATION() |
Getter for SCRIPTOUTPUTLOCATION w/ exceptions if field has n |
HAS_SCRIPTOUTPUTLOCATION() |
Determine if SCRIPTOUTPUTLOCATION has a value |
creationTime¶
The time at which the step was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastStartTime¶
The time at which the workflow was last started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTSTARTTIME() |
Getter for LASTSTARTTIME, with configurable default |
ASK_LASTSTARTTIME() |
Getter for LASTSTARTTIME w/ exceptions if field has no value |
HAS_LASTSTARTTIME() |
Determine if LASTSTARTTIME has a value |
endTime¶
The time at which the step ended.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
noOfSrvCompleted¶
The number of servers that have been migrated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOOFSRVCOMPLETED() |
Getter for NOOFSRVCOMPLETED, with configurable default |
ASK_NOOFSRVCOMPLETED() |
Getter for NOOFSRVCOMPLETED w/ exceptions if field has no va |
HAS_NOOFSRVCOMPLETED() |
Determine if NOOFSRVCOMPLETED has a value |
noOfSrvFailed¶
The number of servers that have failed to migrate.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOOFSRVFAILED() |
Getter for NOOFSRVFAILED, with configurable default |
ASK_NOOFSRVFAILED() |
Getter for NOOFSRVFAILED w/ exceptions if field has no value |
HAS_NOOFSRVFAILED() |
Determine if NOOFSRVFAILED has a value |
totalNoOfSrv¶
The total number of servers that have been migrated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOTALNOOFSRV() |
Getter for TOTALNOOFSRV, with configurable default |
ASK_TOTALNOOFSRV() |
Getter for TOTALNOOFSRV w/ exceptions if field has no value |
HAS_TOTALNOOFSRV() |
Determine if TOTALNOOFSRV has a value |