Skip to content

/AWS1/CL_MWSSTRTWORKFLOWRUNRSP

StartWorkflowRunResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_runid TYPE /AWS1/MWSIDSTRING /AWS1/MWSIDSTRING

The unique identifier of the newly started workflow run.

iv_status TYPE /AWS1/MWSWORKFLOWRUNSTATUS /AWS1/MWSWORKFLOWRUNSTATUS

The initial status of the workflow run. This is typically STARTING when you first create the run.

iv_startedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

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


Queryable Attributes

RunId

The unique identifier of the newly started workflow run.

Accessible with the following methods

Method Description
GET_RUNID() Getter for RUNID, with configurable default
ASK_RUNID() Getter for RUNID w/ exceptions if field has no value
HAS_RUNID() Determine if RUNID has a value

Status

The initial status of the workflow run. This is typically STARTING when you first create the 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

StartedAt

The timestamp when the workflow run was started, 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