/AWS1/CL_MWSWORKFLOWRUNSUMMARY¶
Summary information about a workflow run, including basic identification and status information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runid TYPE /AWS1/MWSIDSTRING /AWS1/MWSIDSTRING¶
The unique identifier of the workflow run.
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 used for this run.
iv_runtype TYPE /AWS1/MWSRUNTYPE /AWS1/MWSRUNTYPE¶
The type of workflow run.
io_rundetailsummary TYPE REF TO /AWS1/CL_MWSRUNDETAILSUMMARY /AWS1/CL_MWSRUNDETAILSUMMARY¶
Summary details about the workflow run execution.
Queryable Attributes¶
RunId¶
The unique identifier of the 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 |
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 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 |
RunType¶
The type of workflow run.
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 |
RunDetailSummary¶
Summary details about the workflow run execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNDETAILSUMMARY() |
Getter for RUNDETAILSUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKFLOWRUNSUMMARIES¶
TYPES TT_WORKFLOWRUNSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MWSWORKFLOWRUNSUMMARY WITH DEFAULT KEY
.