/AWS1/CL_GLUGETWORKFLOWRUNSRSP¶
GetWorkflowRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_runs TYPE /AWS1/CL_GLUWORKFLOWRUN=>TT_WORKFLOWRUNS TT_WORKFLOWRUNS¶
A list of workflow run metadata objects.
iv_nexttoken TYPE /AWS1/GLUGENERICSTRING /AWS1/GLUGENERICSTRING¶
A continuation token, if not all requested workflow runs have been returned.
Queryable Attributes¶
Runs¶
A list of workflow run metadata objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNS() |
Getter for RUNS, with configurable default |
ASK_RUNS() |
Getter for RUNS w/ exceptions if field has no value |
HAS_RUNS() |
Determine if RUNS has a value |
NextToken¶
A continuation token, if not all requested workflow runs have been returned.
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 |