While Loop and Error handling
Summary
Orchestration not looping thru after Invoke failsContent
Hi
I have an orchestration with a while loop until the flag is set to success.
Within the while loop I have the a scope with an invoke to a service. I also added a fault handler to the scope. If the invoke is successful the integration continues on to the next step. If it fails it should wait then loop thru the process again and try the invoke again, until it is successful or the max loop count is reached.
Unfortunately after the invoke fails it does not loop back thru the process. It gets out of the loop and sends a notification.
Tagged:
1