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

Filewatcher implementation and running job infinite

Hi, My requirement is to run my talend job infinite without using scheduler infinite and whenever file exist in directory process get triggered otherwise print message file not exist.

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hello

 

You have many options :

 

1. you use tWaitForFile : the job will run onlay when a file is created, 

 

2. tInfiniteLoop : the job will run almost continuously (you can configure it to run after 1 milisecond or 100 or 10000000 depending on your need)

 

3. tLoop: by puting a condition that will olways be true