Back to FAQ library

What happens with scope timeout vs. errors in specific routes of a scatter gather? When errors do occur, how do you access the messages of successful routes?

Scatter Gather timeouts or errors on any routes stop flow processing, however it's possible to extract successful routes using the embedded error.exception.routingResult.successfulRoutesResultMap, which could be combined with On Error Continue in a Try scope with interesting results!

Diagram