/AWS1/CL_MWSLSTWORKFLOWRUNSRSP¶
ListWorkflowRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_workflowruns TYPE /AWS1/CL_MWSWORKFLOWRUNSUMMARY=>TT_WORKFLOWRUNSUMMARIES TT_WORKFLOWRUNSUMMARIES¶
A list of workflow run summaries for the specified workflow.
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¶
WorkflowRuns¶
A list of workflow run summaries for the specified workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWRUNS() |
Getter for WORKFLOWRUNS, with configurable default |
ASK_WORKFLOWRUNS() |
Getter for WORKFLOWRUNS w/ exceptions if field has no value |
HAS_WORKFLOWRUNS() |
Determine if WORKFLOWRUNS 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 |