/AWS1/CL_PPTWAITACTIVITY¶
Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nextactivity
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the next activity to perform, after performing the wait activity.
io_waittime
TYPE REF TO /AWS1/CL_PPTWAITTIME
/AWS1/CL_PPTWAITTIME
¶
The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.
Queryable Attributes¶
NextActivity¶
The unique identifier for the next activity to perform, after performing the wait activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTACTIVITY() |
Getter for NEXTACTIVITY, with configurable default |
ASK_NEXTACTIVITY() |
Getter for NEXTACTIVITY w/ exceptions if field has no value |
HAS_NEXTACTIVITY() |
Determine if NEXTACTIVITY has a value |
WaitTime¶
The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WAITTIME() |
Getter for WAITTIME |