Hi In the Saga pattern using option() you can transfer values between completion/compensation when declaring the saga route.
But are there any ways to transfer values obtained within the route, such as Exceptions or error codes, and transfer them to the compensation route? /M