/AWS1/CL_BDZINVOKEFLOWRESPONSE¶
InvokeFlowResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_responsestream TYPE REF TO /AWS1/IF_BDZFLOWRSPSTREAM_OS /AWS1/IF_BDZFLOWRSPSTREAM_OS¶
The output of the flow, returned as a stream. If there's an error, the error is returned.
Optional arguments:¶
iv_executionid TYPE /AWS1/BDZFLOWEXECUTIONID /AWS1/BDZFLOWEXECUTIONID¶
The unique identifier for the current flow execution.
Queryable Attributes¶
responseStream¶
The output of the flow, returned as a stream. If there's an error, the error is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSESTREAM() |
Getter for RESPONSESTREAM |
executionId¶
The unique identifier for the current flow execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONID() |
Getter for EXECUTIONID, with configurable default |
ASK_EXECUTIONID() |
Getter for EXECUTIONID w/ exceptions if field has no value |
HAS_EXECUTIONID() |
Determine if EXECUTIONID has a value |