Throw
The Throw generates an error that can be captured by an Error Handler. Use it when you want to generate business exceptions based on runtime data under certain conditions. It operates together with an Error Handler, ensuring smooth exception handling within the process flow.

Properties
Exception : The expression for the error or the exception to be thrown by the event.
Link properties
Label : The description that is displayed on the canvas element of the link.
Managing the Throw event
To configure a Throw event in your process:
- Select the Throw event and attach it to the desired path in your canvas.
- For the Exception property, write the expression to throw an error or an exception.