There is an option in loop operator which allows to limit the duration of a loop step. But when the the duration of the process exceeds the time limit it aborts the entire loop. Is there a solution, workaround to just skip that loop step and continue from the next step of the loop?
Edit: I just thought something. Will putting a loop which has one iteration with a time limit inside the real loop work?