Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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