/AWS1/CL_MWSLISTWORKFLOWSRSP¶
ListWorkflowsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workflows TYPE /AWS1/CL_MWSWORKFLOWSUMMARY=>TT_WORKFLOWSUMMARIES TT_WORKFLOWSUMMARIES¶
A list of workflow summaries for all workflows in your account.
Optional arguments:¶
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¶
Workflows¶
A list of workflow summaries for all workflows in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWS() |
Getter for WORKFLOWS, with configurable default |
ASK_WORKFLOWS() |
Getter for WORKFLOWS w/ exceptions if field has no value |
HAS_WORKFLOWS() |
Determine if WORKFLOWS 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 |