Hi Tom, You can make use of the minimum file age property on ListFile to ignore a file until it has reached the desired 10 minute buffer.
On Fri, Oct 12, 2018 at 9:59 AM Tomislav Novosel <[email protected]> wrote: > Hi Nifi team, > > my usecase is to list files and fetch files using ListFile and FetchFile > processors from intermediate folder which is also destination of my > external .exe script. > > Fetching from that folder has completion strategy to delete files. > > How can I wait for let's say 10 minutes before files are fetched from that > folder to avoid conflict between two processes (Nifi and external script) > and exceptions like Access denied etc. > > Thanks, > Tom >
