Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

Catching the error when workflow breaks at runtime

vasudeva1997
5 - Atom

I have a existing workflow where I want to catch any errors that occurs during run-time of the workflow.

I want to implement something like

try{

Tool:1

Tool:2

Tool:3

Tool:4

}

catch{

// Do the handle part

0 REPLIES 0