Try-Catch
This activity creates two branches: the "Try" branch will execute, and the workflow will continue with the "Catch" branch if an error is encountered. This allows you to add error handling to your script.
| Parameters | Description |
|---|---|
Exception |
Object with information about the exception occurring if an exception is caught. |
↑