/AWS1/CL_LMDCONTEXTDETAILS¶
Details about a durable execution context.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_replaychildren TYPE /AWS1/LMDREPLAYCHILDREN /AWS1/LMDREPLAYCHILDREN¶
Whether the state data of child operations of this completed context should be included in the invoke payload and
GetDurableExecutionStateresponse.
iv_result TYPE /AWS1/LMDOPERATIONPAYLOAD /AWS1/LMDOPERATIONPAYLOAD¶
The response payload from the context.
io_error TYPE REF TO /AWS1/CL_LMDERROROBJECT /AWS1/CL_LMDERROROBJECT¶
Details about the context failure.
Queryable Attributes¶
ReplayChildren¶
Whether the state data of child operations of this completed context should be included in the invoke payload and
GetDurableExecutionStateresponse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLAYCHILDREN() |
Getter for REPLAYCHILDREN, with configurable default |
ASK_REPLAYCHILDREN() |
Getter for REPLAYCHILDREN w/ exceptions if field has no valu |
HAS_REPLAYCHILDREN() |
Determine if REPLAYCHILDREN has a value |
Result¶
The response payload from the context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
Error¶
Details about the context failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |