multiple exceptions leads lead to ivy:error:loop
Hi there
We get an "ivy:error:loop" exception by Ivy in a loop. In this loop, we send some ws calls in a Callable Sub. Possibles exceptions are not handled in the Callable Process, but are caught by a "Inscribe Error Boundary Event" on the Callable Sub Element. The loop-exception occurs when we receive an exception (ivy:error:webservice:exception) in this Callable Sub twice.
From our point of view one task could easily receive more than one identical exception during its execution. Ivy should not send a loop-exception in this case.
Why does Ivy react like that? Have we done something wrong?<br>
Is there a solution or workaround for our problem?