Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

MultiProcessing and run if trigger

Hello!

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?
Labels (2)
1 Reply
fdenis
Master
Master

the if is like a OnComponentOk so it's run after each iteration.