Hi.
I am having a problem that seams to relate to this issue…
I am trying to explore the retry property in a trigger.
I have already manage to create a trigger that retries ten times when the service called throws the exception.
The service only does one thing: pub.flow.throwExceptionForRetry
This works. Now I am trying to change the service to do a bit more.
I am trying to add a structure (TRY-CATCH) by using a sequence with 2 inner sequences.
1.Main_Sequence (exit on SUCCESS)
a) Try_Sequence (exit on FAILURE)
b) Catch_Sequence (exit on DONE)
I was trying to place the pub.flow.throwExceptionForRetry on the Catch sequence so that when an error occured in the Try_Sequence, the Catch would raise the exception and the trigger would try again until it reached the maximum retry count.
This is not working, and my first guess is that it has something to do with error handling…
Any ideias? 
Thanks!
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods