24-07-20 06:05 PM
25-07-20 08:34 AM
Hi Shakirat,
A simple way to achieve this is to add the case to a Work Queue in the Item Data collection. Set the scheduler to read from the queue every 5 minutes. Read from the queue for the first time and when the file is not present set a counter in the Item Data collection to 1 and 'Defer' the case on the work queue for 15 minutes. The schedule will try again twice without reading the case off the queue and after the 15 mins have elapsed it will try again the same case. No file again, increment the counter and defer. Put some logic in to check the counter is greater than 5 and send an email.
good luck.
25-07-20 11:47 AM
26-07-20 01:28 PM
27-07-20 06:28 AM