Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tõnis1
Contributor
Contributor

Implement if else statement in Talend workflow (TOS)

Hello!

How to implement such workflow:

if condition is true then do_one_thing else do_other_thing -> do a common thing

Or just if condition is true then do_something -> do a common thing

I can use RunIf conditions (RunIf when condition is true and other RunIf when condition is false)

But how to join these workflows to do a third thing after if statement?

Labels (2)
1 Reply
gjeremy1617088143

Hi, use on subjob ok on the first component of the subjob wich contain the if statement, and link it to the component you want to execute after the if statement.