Inside Activate
Workflow and Approval
How to use the catch node in Activate workflows
1 min
the catch node in activate workflows is an error handler, any scripts that raise exceptions that are not handled will cause the workflow to skip to the catch node this is useful for sending notifications on an error in the script, or rolling back changes the catch node can be configured to either end the job in an error or complete state steps to end the job in an error state, add an end node to the catch node like this to end the job in a complete state, remove any end nodes from the catch node and the job will continue from after the catch until the end of the workflow