/AWS1/CL_R5AWORKFLOW¶
Represents a workflow in a Region switch plan. A workflow defines a sequence of steps to execute during a Region switch.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_workflowtargetaction
TYPE /AWS1/R5AWORKFLOWTARGETACTION
/AWS1/R5AWORKFLOWTARGETACTION
¶
The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.
Optional arguments:¶
it_steps
TYPE /AWS1/CL_R5ASTEP=>TT_STEPS
TT_STEPS
¶
The steps that make up the workflow.
iv_workflowtargetregion
TYPE /AWS1/R5AREGION
/AWS1/R5AREGION
¶
The Amazon Web Services Region that the workflow targets.
iv_workflowdescription
TYPE /AWS1/R5ASTRING
/AWS1/R5ASTRING
¶
The description of the workflow.
Queryable Attributes¶
steps¶
The steps that make up the workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPS() |
Getter for STEPS, with configurable default |
ASK_STEPS() |
Getter for STEPS w/ exceptions if field has no value |
HAS_STEPS() |
Determine if STEPS has a value |
workflowTargetAction¶
The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWTARGETACTION() |
Getter for WORKFLOWTARGETACTION, with configurable default |
ASK_WORKFLOWTARGETACTION() |
Getter for WORKFLOWTARGETACTION w/ exceptions if field has n |
HAS_WORKFLOWTARGETACTION() |
Determine if WORKFLOWTARGETACTION has a value |
workflowTargetRegion¶
The Amazon Web Services Region that the workflow targets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWTARGETREGION() |
Getter for WORKFLOWTARGETREGION, with configurable default |
ASK_WORKFLOWTARGETREGION() |
Getter for WORKFLOWTARGETREGION w/ exceptions if field has n |
HAS_WORKFLOWTARGETREGION() |
Determine if WORKFLOWTARGETREGION has a value |
workflowDescription¶
The description of the workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWDESCRIPTION() |
Getter for WORKFLOWDESCRIPTION, with configurable default |
ASK_WORKFLOWDESCRIPTION() |
Getter for WORKFLOWDESCRIPTION w/ exceptions if field has no |
HAS_WORKFLOWDESCRIPTION() |
Determine if WORKFLOWDESCRIPTION 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_WORKFLOWLIST
¶
TYPES TT_WORKFLOWLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AWORKFLOW WITH DEFAULT KEY
.