/AWS1/CL_LMDEXECSTARTEDDETAILS¶
Details about a durable execution that started.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_input TYPE REF TO /AWS1/CL_LMDEVENTINPUT /AWS1/CL_LMDEVENTINPUT¶
The input payload provided for the durable execution.
iv_executiontimeout TYPE /AWS1/LMDDURATIONSECONDS /AWS1/LMDDURATIONSECONDS¶
The maximum amount of time that the durable execution is allowed to run, in seconds.
Queryable Attributes¶
Input¶
The input payload provided for the durable execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUT() |
Getter for INPUT |
ExecutionTimeout¶
The maximum amount of time that the durable execution is allowed to run, in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONTIMEOUT() |
Getter for EXECUTIONTIMEOUT, with configurable default |
ASK_EXECUTIONTIMEOUT() |
Getter for EXECUTIONTIMEOUT w/ exceptions if field has no va |
HAS_EXECUTIONTIMEOUT() |
Determine if EXECUTIONTIMEOUT has a value |