Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Narsa_Reddy
Contributor
Contributor

Talend

1.Can any one please send me how to write while loop condition for job trigger and not trigger

2.So how to write while condition or if else condition

3.If flag value 5 then job should be trigger and if flag value 0 then job should not be trigger

4.I change the value of flag from database table not from talend

Thanks

Narasa,

Labels (2)
1 Reply
Anonymous
Not applicable

You need to give a bit more information here. Which database is this flag value coming from? Do you want the job to run as soon as it is changed or do you want the job to run then check the value of the flag to see if it should continue running (the second will be easier for you to implement)? How often should the job be checking the status of the flag?