/AWS1/CL_LMDGETDURABLEEXSTAT01¶
The response from the GetDurableExecutionState operation, containing the current execution state for replay.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_operations TYPE /AWS1/CL_LMDOPERATION=>TT_OPERATIONS TT_OPERATIONS¶
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
If present, indicates that more operations are available. Use this value as the
Markerparameter in a subsequent request to retrieve the next page of results.
Queryable Attributes¶
Operations¶
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONS() |
Getter for OPERATIONS, with configurable default |
ASK_OPERATIONS() |
Getter for OPERATIONS w/ exceptions if field has no value |
HAS_OPERATIONS() |
Determine if OPERATIONS has a value |
NextMarker¶
If present, indicates that more operations are available. Use this value as the
Markerparameter in a subsequent request to retrieve the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |