Skip to content

/AWS1/CL_MWSGETWORKFLOWRUNRSP

GetWorkflowRunResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_workflowarn TYPE /AWS1/MWSWORKFLOWARN /AWS1/MWSWORKFLOWARN

The Amazon Resource Name (ARN) of the workflow that contains this run.

iv_workflowversion TYPE /AWS1/MWSVERSIONID /AWS1/MWSVERSIONID

The version of the workflow that is used for this run.

iv_runid TYPE /AWS1/MWSIDSTRING /AWS1/MWSIDSTRING

The unique identifier of this workflow run.

iv_runtype TYPE /AWS1/MWSRUNTYPE /AWS1/MWSRUNTYPE

The type of workflow run. Values are ON_DEMAND (manually triggered) or SCHEDULED (automatically triggered by schedule).

it_overrideparameters TYPE /AWS1/CL_RT_DOCUMENT=>TT_MAP TT_MAP

Parameters that were overridden for this specific workflow run.

io_rundetail TYPE REF TO /AWS1/CL_MWSWORKFLOWRUNDETAIL /AWS1/CL_MWSWORKFLOWRUNDETAIL

Detailed information about the workflow run execution, including timing, status, and task instances.


Queryable Attributes

WorkflowArn

The Amazon Resource Name (ARN) of the workflow that contains this run.

Accessible with the following methods

Method Description
GET_WORKFLOWARN() Getter for WORKFLOWARN, with configurable default
ASK_WORKFLOWARN() Getter for WORKFLOWARN w/ exceptions if field has no value
HAS_WORKFLOWARN() Determine if WORKFLOWARN has a value

WorkflowVersion

The version of the workflow that is used for this run.

Accessible with the following methods

Method Description
GET_WORKFLOWVERSION() Getter for WORKFLOWVERSION, with configurable default
ASK_WORKFLOWVERSION() Getter for WORKFLOWVERSION w/ exceptions if field has no val
HAS_WORKFLOWVERSION() Determine if WORKFLOWVERSION has a value

RunId

The unique identifier of this 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

RunType

The type of workflow run. Values are ON_DEMAND (manually triggered) or SCHEDULED (automatically triggered by schedule).

Accessible with the following methods

Method Description
GET_RUNTYPE() Getter for RUNTYPE, with configurable default
ASK_RUNTYPE() Getter for RUNTYPE w/ exceptions if field has no value
HAS_RUNTYPE() Determine if RUNTYPE has a value

OverrideParameters

Parameters that were overridden for this specific workflow run.

Accessible with the following methods

Method Description
GET_OVERRIDEPARAMETERS() Getter for OVERRIDEPARAMETERS, with configurable default
ASK_OVERRIDEPARAMETERS() Getter for OVERRIDEPARAMETERS w/ exceptions if field has no
HAS_OVERRIDEPARAMETERS() Determine if OVERRIDEPARAMETERS has a value

RunDetail

Detailed information about the workflow run execution, including timing, status, and task instances.

Accessible with the following methods

Method Description
GET_RUNDETAIL() Getter for RUNDETAIL