/AWS1/CL_BDNWORKFLOWDEFNSUMM¶
Summary information about a workflow definition, used in list operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workflowdefinitionarn TYPE /AWS1/BDNWORKFLOWDEFINITIONARN /AWS1/BDNWORKFLOWDEFINITIONARN¶
The Amazon Resource Name (ARN) of the workflow definition.
iv_workflowdefinitionname TYPE /AWS1/BDNWORKFLOWDEFNNAME /AWS1/BDNWORKFLOWDEFNNAME¶
The name of the workflow definition.
iv_createdat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP¶
The timestamp when the workflow definition was created.
iv_status TYPE /AWS1/BDNWORKFLOWDEFNSTATUS /AWS1/BDNWORKFLOWDEFNSTATUS¶
The current status of the workflow definition.
Queryable Attributes¶
workflowDefinitionArn¶
The Amazon Resource Name (ARN) of the workflow definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWDEFINITIONARN() |
Getter for WORKFLOWDEFINITIONARN, with configurable default |
ASK_WORKFLOWDEFINITIONARN() |
Getter for WORKFLOWDEFINITIONARN w/ exceptions if field has |
HAS_WORKFLOWDEFINITIONARN() |
Determine if WORKFLOWDEFINITIONARN has a value |
workflowDefinitionName¶
The name of the workflow definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWDEFINITIONNAME() |
Getter for WORKFLOWDEFINITIONNAME, with configurable default |
ASK_WORKFLOWDEFINITIONNAME() |
Getter for WORKFLOWDEFINITIONNAME w/ exceptions if field has |
HAS_WORKFLOWDEFINITIONNAME() |
Determine if WORKFLOWDEFINITIONNAME has a value |
createdAt¶
The timestamp when the workflow definition was created.
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 |
status¶
The current status of the workflow definition.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORKFLOWDEFINITIONSUMMARIES¶
TYPES TT_WORKFLOWDEFINITIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDNWORKFLOWDEFNSUMM WITH DEFAULT KEY
.