Skip to content

/AWS1/CL_TBDGETSTEPRESPONSE

GetStepResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_stepid TYPE /AWS1/TBDSTEPID /AWS1/TBDSTEPID

The step ID.

iv_name TYPE /AWS1/TBDSTEPNAME /AWS1/TBDSTEPNAME

The name of the step.

iv_lifecyclestatus TYPE /AWS1/TBDSTEPLIFECYCLESTATUS /AWS1/TBDSTEPLIFECYCLESTATUS

The life cycle status of the step.

iv_taskrunstatus TYPE /AWS1/TBDTASKRUNSTATUS /AWS1/TBDTASKRUNSTATUS

The task run status for the job.

it_taskrunstatuscounts TYPE /AWS1/CL_TBDTASKRUNSTATCNTS_W=>TT_TASKRUNSTATUSCOUNTS TT_TASKRUNSTATUSCOUNTS

The number of tasks running on the job.

iv_createdat TYPE /AWS1/TBDCREATEDAT /AWS1/TBDCREATEDAT

The date and time the resource was created.

iv_createdby TYPE /AWS1/TBDCREATEDBY /AWS1/TBDCREATEDBY

The user or system that created this resource.

Optional arguments:

iv_lifecyclestatusmessage TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING

A message that describes the lifecycle status of the step.

iv_taskfailureretrycount TYPE /AWS1/TBDTASKFAILURERETRYCOUNT /AWS1/TBDTASKFAILURERETRYCOUNT

The total number of times tasks from the step failed and were retried.

iv_targettaskrunstatus TYPE /AWS1/TBDSTEPTGTTASKRUNSTATUS /AWS1/TBDSTEPTGTTASKRUNSTATUS

The task status with which the job started.

iv_updatedat TYPE /AWS1/TBDUPDATEDAT /AWS1/TBDUPDATEDAT

The date and time the resource was updated.

iv_updatedby TYPE /AWS1/TBDUPDATEDBY /AWS1/TBDUPDATEDBY

The user or system that updated this resource.

iv_startedat TYPE /AWS1/TBDSTARTEDAT /AWS1/TBDSTARTEDAT

The date and time the resource started running.

iv_endedat TYPE /AWS1/TBDENDEDAT /AWS1/TBDENDEDAT

The date and time the resource ended running.

io_dependencycounts TYPE REF TO /AWS1/CL_TBDDEPENDENCYCOUNTS /AWS1/CL_TBDDEPENDENCYCOUNTS

The number of dependencies in the step.

io_requiredcapabilities TYPE REF TO /AWS1/CL_TBDSTEPREQUIREDCAPA00 /AWS1/CL_TBDSTEPREQUIREDCAPA00

The required capabilities of the step.

io_parameterspace TYPE REF TO /AWS1/CL_TBDPARAMETERSPACE /AWS1/CL_TBDPARAMETERSPACE

A list of step parameters and the combination expression for the step.

iv_description TYPE /AWS1/TBDSTEPDESCRIPTION /AWS1/TBDSTEPDESCRIPTION

The description of the step.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.


Queryable Attributes

stepId

The step ID.

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

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

lifecycleStatus

The life cycle status of the step.

Accessible with the following methods

Method Description
GET_LIFECYCLESTATUS() Getter for LIFECYCLESTATUS, with configurable default
ASK_LIFECYCLESTATUS() Getter for LIFECYCLESTATUS w/ exceptions if field has no val
HAS_LIFECYCLESTATUS() Determine if LIFECYCLESTATUS has a value

lifecycleStatusMessage

A message that describes the lifecycle status of the step.

Accessible with the following methods

Method Description
GET_LIFECYCLESTATUSMESSAGE() Getter for LIFECYCLESTATUSMESSAGE, with configurable default
ASK_LIFECYCLESTATUSMESSAGE() Getter for LIFECYCLESTATUSMESSAGE w/ exceptions if field has
HAS_LIFECYCLESTATUSMESSAGE() Determine if LIFECYCLESTATUSMESSAGE has a value

taskRunStatus

The task run status for the job.

Accessible with the following methods

Method Description
GET_TASKRUNSTATUS() Getter for TASKRUNSTATUS, with configurable default
ASK_TASKRUNSTATUS() Getter for TASKRUNSTATUS w/ exceptions if field has no value
HAS_TASKRUNSTATUS() Determine if TASKRUNSTATUS has a value

taskRunStatusCounts

The number of tasks running on the job.

Accessible with the following methods

Method Description
GET_TASKRUNSTATUSCOUNTS() Getter for TASKRUNSTATUSCOUNTS, with configurable default
ASK_TASKRUNSTATUSCOUNTS() Getter for TASKRUNSTATUSCOUNTS w/ exceptions if field has no
HAS_TASKRUNSTATUSCOUNTS() Determine if TASKRUNSTATUSCOUNTS has a value

taskFailureRetryCount

The total number of times tasks from the step failed and were retried.

Accessible with the following methods

Method Description
GET_TASKFAILURERETRYCOUNT() Getter for TASKFAILURERETRYCOUNT, with configurable default
ASK_TASKFAILURERETRYCOUNT() Getter for TASKFAILURERETRYCOUNT w/ exceptions if field has
HAS_TASKFAILURERETRYCOUNT() Determine if TASKFAILURERETRYCOUNT has a value

targetTaskRunStatus

The task status with which the job started.

Accessible with the following methods

Method Description
GET_TARGETTASKRUNSTATUS() Getter for TARGETTASKRUNSTATUS, with configurable default
ASK_TARGETTASKRUNSTATUS() Getter for TARGETTASKRUNSTATUS w/ exceptions if field has no
HAS_TARGETTASKRUNSTATUS() Determine if TARGETTASKRUNSTATUS has a value

createdAt

The date and time the resource was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

createdBy

The user or system that created this resource.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY, with configurable default
ASK_CREATEDBY() Getter for CREATEDBY w/ exceptions if field has no value
HAS_CREATEDBY() Determine if CREATEDBY has a value

updatedAt

The date and time the resource was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

updatedBy

The user or system that updated this resource.

Accessible with the following methods

Method Description
GET_UPDATEDBY() Getter for UPDATEDBY, with configurable default
ASK_UPDATEDBY() Getter for UPDATEDBY w/ exceptions if field has no value
HAS_UPDATEDBY() Determine if UPDATEDBY has a value

startedAt

The date and time the resource started running.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

endedAt

The date and time the resource ended running.

Accessible with the following methods

Method Description
GET_ENDEDAT() Getter for ENDEDAT, with configurable default
ASK_ENDEDAT() Getter for ENDEDAT w/ exceptions if field has no value
HAS_ENDEDAT() Determine if ENDEDAT has a value

dependencyCounts

The number of dependencies in the step.

Accessible with the following methods

Method Description
GET_DEPENDENCYCOUNTS() Getter for DEPENDENCYCOUNTS

requiredCapabilities

The required capabilities of the step.

Accessible with the following methods

Method Description
GET_REQUIREDCAPABILITIES() Getter for REQUIREDCAPABILITIES

parameterSpace

A list of step parameters and the combination expression for the step.

Accessible with the following methods

Method Description
GET_PARAMETERSPACE() Getter for PARAMETERSPACE

description

The description of the step.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

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