I have a job, that uses tFlowIterate to execute job1 in parallel with different initial parameters. And based on the result I need to fun job2 or log the error.
I was wondering whether or not the if trigger is checked on every iteration of the tFlowToiterate or is it checked only after all iterations are completed?