Hi,
I am working on File polling integrations in wM 6.5. The flow service gets triggered when the file is being submitted and the service gets processed. But when another file is submitted in a few minutes after the first file, the processing on first file gets interrupted and the second file processing starts. The first remains in the working directory (stopped)and the second file gets processed and moves to the completion directory.
My first question: can’t a service process multiple files?
Second Question: if no, then is there any possible way of keeping the incoming files in the monitoring directory and moving it to the working directory as soon as the processing of first is completed?(I mean can we queue the files and process) and how to do this?
I have increased the number of invocation threads from 3 to 10(Max). But still the same issue.:mad: The Polling interval is 10 seconds
Have any one come across such issue If so, please help me to sort this issue.
Regards,
Venkatesh