Hi!
I am creating a validation workflow that runs another workflow within a try-catch statement and logs problems. Often the routine terminates with Error: “Activity timeout exceeded”. Is there anyway to catch this? I dont want the routine to terminate, but rather restart the validation process. I am catching system.TimeoutException in the try-catch statement but it doesn’t seem to help.