Description - When configuring an error handler in Fusion, I would like an option to have it RETRY the same module again. This is particularly true for Connection errors. Sometimes modules timeout in a search so I would like to have an error handler that just tries it again. I would like to be able to configure the number of times it will retry before it actually becomes an error.
An alternate option would be to just have Fusion do this inherently. If the error type is a connection error, retry up to 3 times. That way I wouldn't even have to add the extra error handler modules.
Why is this feature important to you - I'm frustrated with having to add multiple extra modules to my scenarios because the error handler won't just tell the module to try again.
How would you like the feature to work - see above.
Current Behavior - there is no retry option.