I have a need to schedule a IPA flow to run every 15 minutes. Simple flow that checks for some condition and does an AGS call to a GL Screen to change status, Most of the time it will just kick off, find condition not met and end. The sysadmin is concerned that just running it 96 times daily and the WU's created and other overheads will bring the landmark server to its knees. V10. Anybody does this kind of high frequency scheduling? Thanks.
Ragu
I use an external process to create a separate file and then use a File Channel to kick off. I am thinking that you could also use a "sleep" timer to loop and re-check --- therefore to only kick off the AGS call when there is something to change -- AND only have 1 work unit running.
BTW - just now debugging another users flow that inconsistently fails. Uses a sleep node and then a system node. When it does fail, it's right after the sleep.