The Break component breaks a loop, and ends the flow.
When this component executes, any remaining parallel branches and loops are immediately terminated.
The OutputStream property defines whether this component's input stream, or the Exception component's output stream is to be used as this component's output stream.
| Input | Format | All |
|---|---|---|
| Number of Inputs | 1 | |
| Description | Accepts all stream types. | |
| Output | Format | NONE |
| Description |
The input stream is copied to the output stream. |
| Name | Data Type | Mapping | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Transaction | choice | - |
Specifies whether completed transactions are to be committed, or rolled back.
If transactions are disabled, this property is ignored.
|
||||||
| ReturnValue | string | In & Out |
The flow's return value. If the flow is started by an HTTP trigger, the return value is the Status Code returned upon the flow's completion. In this case, the return value is specified as a 3-digit number followed by text of the form "NNN XXXXX". |
||||||
| OutputStream | choice | - |
Specifies whether this component's output stream is to be copied from this component's input stream, or the EndResponse component's output stream.
|
| Commit | Do nothing |
|---|---|
| Rollback | Do nothing |
This component never causes any exceptions.
In the following cases, the flow will complete normally, but when the flow ends an Exception will be thrown.
Exception flow ends with this component, flow will ends with this components and request is also terminated. If you want to return caller flow and continues to process, use ExceptionReturn component.