/AWS1/CL_BDNLSTWORKFLOWRUNSRSP¶
ListWorkflowRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workflowrunsummaries TYPE /AWS1/CL_BDNWORKFLOWRUNSUMMARY=>TT_WORKFLOWRUNSUMMARIES TT_WORKFLOWRUNSUMMARIES¶
A list of summary information for workflow runs.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDNNEXTTOKEN /AWS1/BDNNEXTTOKEN¶
The token for retrieving the next page of results, if available.
Queryable Attributes¶
workflowRunSummaries¶
A list of summary information for workflow runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWRUNSUMMARIES() |
Getter for WORKFLOWRUNSUMMARIES, with configurable default |
ASK_WORKFLOWRUNSUMMARIES() |
Getter for WORKFLOWRUNSUMMARIES w/ exceptions if field has n |
HAS_WORKFLOWRUNSUMMARIES() |
Determine if WORKFLOWRUNSUMMARIES has a value |
nextToken¶
The token for retrieving the next page of results, if available.
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 |