Why cannot we use any type of input file or input step in the loop?
Hi Priyanka,
The steps in the loop will be executed as a single thread. The other input rows are paused to enter inside the loop until a continue signal is received from the loop continue step to start loop step. And input files or input steps generally generate multiple rows, so input files/steps are not allowed in between the loop.
1 Like