Error handling
Last updated
Last updated
When a node fails, it stops the entire workflow. To prevent this, you can add error handling to manage problems smoothly. If a node times out, it also triggers an error.
Enabling the Continue on failed
feature will automatically add an on failed
handler. This handler activates when a node fails and passes an error message as a string to the connected nodes below.