Throw Exception Action
Throw Exception Action intentionally throws a custom exception to handle error conditions in a workflow. It is commonly used for validation, business rule enforcement, or to trigger error handling branches.
Appearance
In Talos, Throw Exception Action appears as a hexagonal node with an error icon, indicating exception generation. It shows details like the kind of erro and the message to show.
Properties
As all Actions, Throw Exception Action has a few unique properties that are essential for it's functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Exception TypeEnum
The type of exception to throw. Enums: Playback Error, Recording Error, Detection Error, System Error, Interface Error, Type Error, Parse Error, Syntax Error
Exception MessageString
The exception message describing the error.