nextBlock in Java step not working
nextBlock in Java step not working when that step is part of nested loop. I have nested steps inside a loop. One of the steps is a Java step. In that Java step I have a try-catch block. In the catch block, I am logging an error and setting nextBlock = "Log". My Log step is few steps below the Java step in the same nested loop, but when I take an exception during run time, tracer shows that I never hit the Log step. Anyone know why that is?