Control Flow - Throw#
The Throw task will bypass further branch execution and abort the execution. The task allow for the user, when a unhappy path is achieved to give a controlled error.
Info
Only available for Control Flow.
Inputs#
| Name | Data Type | Description |
|---|---|---|
| errorObject | Any | Object that wraps the error. |
Outputs#
| Name | Data Type | Description |
|---|---|---|
| Success | Boolean | If there was no problem emits a true |
| Error | Error | Error that occurred during the processing of this task |
Settings#
On the General Tab, you have the usual settings and the following settings:
| Name | Data Type | Default | Description |
|---|---|---|---|
| Error Text | String | Description of the error. |
Behavior#
The task will stop all execution and emit a controlled exception.
Remarks#
There is no particular remark to be made.
