/AWS1/CL_MWSLSTWORKFLOWVRSSRSP¶
ListWorkflowVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_workflowversions TYPE /AWS1/CL_MWSWORKFLOWVRSSUMMARY=>TT_WORKFLOWVERSIONSUMMARIES TT_WORKFLOWVERSIONSUMMARIES¶
A list of workflow version 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¶
WorkflowVersions¶
A list of workflow version summaries for the specified workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWVERSIONS() |
Getter for WORKFLOWVERSIONS, with configurable default |
ASK_WORKFLOWVERSIONS() |
Getter for WORKFLOWVERSIONS w/ exceptions if field has no va |
HAS_WORKFLOWVERSIONS() |
Determine if WORKFLOWVERSIONS 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 |