/AWS1/CL_MWSLISTTASKINSTSRSP¶
ListTaskInstancesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_taskinstances TYPE /AWS1/CL_MWSTASKINSTSUMMARY=>TT_TASKINSTANCESUMMARIES TT_TASKINSTANCESUMMARIES¶
A list of task instance summaries for the specified workflow run.
iv_nexttoken TYPE /AWS1/MWSSTRING /AWS1/MWSSTRING¶
The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.
Queryable Attributes¶
TaskInstances¶
A list of task instance summaries for the specified workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKINSTANCES() |
Getter for TASKINSTANCES, with configurable default |
ASK_TASKINSTANCES() |
Getter for TASKINSTANCES w/ exceptions if field has no value |
HAS_TASKINSTANCES() |
Determine if TASKINSTANCES has a value |
NextToken¶
The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |