/AWS1/CL_LMDLSTDURABLEEXSBYF01¶
The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_durableexecutions TYPE /AWS1/CL_LMDEXECUTION=>TT_DURABLEEXECUTIONS TT_DURABLEEXECUTIONS¶
List of durable execution summaries matching the filter criteria.
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
Pagination token for retrieving additional results. Present only if there are more results available.
Queryable Attributes¶
DurableExecutions¶
List of durable execution summaries matching the filter criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURABLEEXECUTIONS() |
Getter for DURABLEEXECUTIONS, with configurable default |
ASK_DURABLEEXECUTIONS() |
Getter for DURABLEEXECUTIONS w/ exceptions if field has no v |
HAS_DURABLEEXECUTIONS() |
Determine if DURABLEEXECUTIONS has a value |
NextMarker¶
Pagination token for retrieving additional results. Present only if there are more results available.
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 |