Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have following tjava code which I need to implement in tjavaflex component. The reason is tJava component is not connecting to tRestClient component.
if ( ((Integer)globalMap.get("tLoop_2_CURRENT_ITERATION")) > 10){
context.continueLooping = false;}
else{context.continueLooping = true;}
just put your code in a midle part of tJavaFlex.
top part - run before any iterations
middle - run for each row, what you are really want
bottom part - run after all iterations