I want to iterate the complete process ( tJava----if ---->tRunJob--- if---->tJava----if----tRunJob). Currently it's not working as expected. If one my tJava component has exception then for next iterate(record) the flow from the java component is not executing.
I have one doubt, Is iterate will work if I have the connection with if condition?