/AWS1/CL_MWSWORKFLOWSUMMARY¶
Summary information about a workflow, including basic identification and metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workflowarn TYPE /AWS1/MWSWORKFLOWARN /AWS1/MWSWORKFLOWARN¶
The Amazon Resource Name (ARN) of the workflow.
Optional arguments:¶
iv_workflowversion TYPE /AWS1/MWSWORKFLOWVERSION /AWS1/MWSWORKFLOWVERSION¶
The version identifier of the workflow.
iv_name TYPE /AWS1/MWSNAMESTRING /AWS1/MWSNAMESTRING¶
The name of the workflow.
iv_description TYPE /AWS1/MWSDESCRIPTIONSTRING /AWS1/MWSDESCRIPTIONSTRING¶
The description of the workflow.
iv_createdat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE¶
The timestamp when the workflow was created, in ISO 8601 date-time format.
iv_modifiedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE¶
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
iv_workflowstatus TYPE /AWS1/MWSWORKFLOWSTATUS /AWS1/MWSWORKFLOWSTATUS¶
The current status of the workflow.
iv_triggermode TYPE /AWS1/MWSGENERICSTRING /AWS1/MWSGENERICSTRING¶
The trigger mode for the workflow execution.
Queryable Attributes¶
WorkflowArn¶
The Amazon Resource Name (ARN) of the workflow.
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 identifier of the workflow.
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 |
Name¶
The name of the workflow.
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 |
Description¶
The description of the workflow.
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 |
CreatedAt¶
The timestamp when the workflow was created, in ISO 8601 date-time format.
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 |
ModifiedAt¶
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT has a value |
WorkflowStatus¶
The current status of the workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWSTATUS() |
Getter for WORKFLOWSTATUS, with configurable default |
ASK_WORKFLOWSTATUS() |
Getter for WORKFLOWSTATUS w/ exceptions if field has no valu |
HAS_WORKFLOWSTATUS() |
Determine if WORKFLOWSTATUS has a value |
TriggerMode¶
The trigger mode for the workflow execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERMODE() |
Getter for TRIGGERMODE, with configurable default |
ASK_TRIGGERMODE() |
Getter for TRIGGERMODE w/ exceptions if field has no value |
HAS_TRIGGERMODE() |
Determine if TRIGGERMODE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKFLOWSUMMARIES¶
TYPES TT_WORKFLOWSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MWSWORKFLOWSUMMARY WITH DEFAULT KEY
.