Skip to content

/AWS1/CL_MWSRUNDETAILSUMMARY

Summary information about a workflow run's execution details, including status and timing information.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/MWSWORKFLOWRUNSTATUS /AWS1/MWSWORKFLOWRUNSTATUS

The current status of the workflow run.

iv_createdon TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

The timestamp when the workflow run was created, in ISO 8601 date-time format.

iv_startedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

The timestamp when the workflow run started execution, in ISO 8601 date-time format.

iv_endedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.


Queryable Attributes

Status

The current status of the workflow run.

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

CreatedOn

The timestamp when the workflow run was created, in ISO 8601 date-time format.

Accessible with the following methods

Method Description
GET_CREATEDON() Getter for CREATEDON, with configurable default
ASK_CREATEDON() Getter for CREATEDON w/ exceptions if field has no value
HAS_CREATEDON() Determine if CREATEDON has a value

StartedAt

The timestamp when the workflow run started execution, in ISO 8601 date-time format.

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 timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.

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