/AWS1/CL_SFNACTIVITYSCHDEVTD00¶
Contains details about an activity scheduled during an execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resource TYPE /AWS1/SFNARN /AWS1/SFNARN¶
The Amazon Resource Name (ARN) of the scheduled activity.
Optional arguments:¶
iv_input TYPE /AWS1/SFNSENSITIVEDATA /AWS1/SFNSENSITIVEDATA¶
The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
io_inputdetails TYPE REF TO /AWS1/CL_SFNHISTORYEVTEXDATA00 /AWS1/CL_SFNHISTORYEVTEXDATA00¶
Contains details about the input for an execution history event.
iv_timeoutinseconds TYPE /AWS1/SFNTIMEOUTINSECONDS /AWS1/SFNTIMEOUTINSECONDS¶
The maximum allowed duration of the activity task.
iv_heartbeatinseconds TYPE /AWS1/SFNTIMEOUTINSECONDS /AWS1/SFNTIMEOUTINSECONDS¶
The maximum allowed duration between two heartbeats for the activity task.
Queryable Attributes¶
resource¶
The Amazon Resource Name (ARN) of the scheduled activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
input¶
The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUT() |
Getter for INPUT, with configurable default |
ASK_INPUT() |
Getter for INPUT w/ exceptions if field has no value |
HAS_INPUT() |
Determine if INPUT has a value |
inputDetails¶
Contains details about the input for an execution history event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTDETAILS() |
Getter for INPUTDETAILS |
timeoutInSeconds¶
The maximum allowed duration of the activity task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUTINSECONDS() |
Getter for TIMEOUTINSECONDS, with configurable default |
ASK_TIMEOUTINSECONDS() |
Getter for TIMEOUTINSECONDS w/ exceptions if field has no va |
HAS_TIMEOUTINSECONDS() |
Determine if TIMEOUTINSECONDS has a value |
heartbeatInSeconds¶
The maximum allowed duration between two heartbeats for the activity task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEARTBEATINSECONDS() |
Getter for HEARTBEATINSECONDS, with configurable default |
ASK_HEARTBEATINSECONDS() |
Getter for HEARTBEATINSECONDS w/ exceptions if field has no |
HAS_HEARTBEATINSECONDS() |
Determine if HEARTBEATINSECONDS has a value |