Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if(context.ftp.equals("success")){
break;
}
((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE"))==null
context.ftp = "success";
Hi Andross,
In the real time you will not be running the job from the talend IDE. Rather you would probably export it, may be as a .bat or a .war file (or what ever).
So, one way of solving your issue would be to create an operating system schedule to call your exported job every 10 minutes.