Hi All,
I have a workflow which connects to a database, but sometimes the connection does not work (the reason is not important).
What I need is an exception handler which checks the connection first and if that fails an alternate solution applies (gets a connection from an alternate site, etc.)
I hope there is a way otherwise I need to write a new wf unnecesarily.
Thanks,