/AWS1/CL_BDZLSTFLOWEXECEVTSRSP¶
ListFlowExecutionEventsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_flowexecutionevents TYPE /AWS1/CL_BDZFLOWEXECUTIONEVENT=>TT_FLOWEXECUTIONEVENTS TT_FLOWEXECUTIONEVENTS¶
A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDZNEXTTOKEN /AWS1/BDZNEXTTOKEN¶
A token to retrieve the next set of results. This value is returned if more results are available.
Queryable Attributes¶
flowExecutionEvents¶
A list of events that occurred during the flow execution. Events can include node inputs and outputs, flow inputs and outputs, condition results, and failure events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWEXECUTIONEVENTS() |
Getter for FLOWEXECUTIONEVENTS, with configurable default |
ASK_FLOWEXECUTIONEVENTS() |
Getter for FLOWEXECUTIONEVENTS w/ exceptions if field has no |
HAS_FLOWEXECUTIONEVENTS() |
Determine if FLOWEXECUTIONEVENTS has a value |
nextToken¶
A token to retrieve the next set of results. This value is returned if more results are 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 |