Error End

image0 The Error End Event element is located in the Event & Gateway drawer of the process editor palette.

Element Details

The Error End Event can be used to leave the happy path of a process by throwing an error (e.g. if an approval is denied). It can also be used to re-throw previously caught errors.

See the Error Handling concept for sample use cases.

Inscription

Name Tab

The Name Tab is included in the mask of all process elements and contains the name and a description of the element.

Error Tab

On this tab you can configure the Error Code of the error that will be thrown or the error object that should be re-thrown.

image2

Code Tab

On the Code Tab you can execute any script, e.g. define output data of this element.

Note

Additionally to the regular variables of the Code Tab you have the following variable available:

error

References the BpmError which will be thrown.