Search found 4 matches
- Wed Nov 14, 2012 3:38 pm
- Forum: Flows
- Topic: Collect Jobs
- Replies: 7
- Views: 5485
Collect Jobs
After a lot of searching i think there is no solution without scripting. This is what i heave now: D:TestParkplatz function jobArrived( s : Switch, job : Job ) { var parkingLot = "D:TestParkplatz"; var Pagecount = s.getPropertyValue("Startpunkt"); //30 var objParkplatz = new Dir(...
- Wed Nov 14, 2012 2:31 pm
- Forum: Flows
- Topic: Collect Jobs
- Replies: 7
- Views: 5485
Collect Jobs
Thanks for the help, but that is not what i searching for. Sorry, for my bad description. The flow should start the transfer to the ftp when there more than 30 jobs in the queue. Example -> 1. File -> not sent 2. File -> not sent 3. File -> not sent . . . 30 File -> Send all collected files from 1-3...
- Tue Nov 13, 2012 3:37 pm
- Forum: Flows
- Topic: Collect Jobs
- Replies: 7
- Views: 5485
Collect Jobs
I know that i can stop it manually with that option. But i need that automatet by the flow. I mean...start sending when more than 30 Jobs/Files there, like that little script-code: if(fileliste.length > 30) { sendFTP... } else { wait until filelist.length >30 } or is there a other function to do that?
- Tue Nov 13, 2012 1:30 pm
- Forum: Flows
- Topic: Collect Jobs
- Replies: 7
- Views: 5485
Collect Jobs
Hi,
i want to send PDFs to a ftp-server, this works great. But i want to collect 30 or 40 pdfs until the transfers should start. Is this possible without scripting?
Thanks for your help.
i want to send PDFs to a ftp-server, this works great. But i want to collect 30 or 40 pdfs until the transfers should start. Is this possible without scripting?
Thanks for your help.