Discussion
2
Replies
836
Views
LANIT-BPM
Posted: March 11, 2016
Last activity: June 8, 2016
Closed
Does File Listener wait till file is completely loaded?
We have a network file integration, the file is loaded to the directory by external system and is processed by File Listener on Pega side. We must be show that if the file is really large and copying takes much time File Listener won't start processing it before the copying is completely finished. Is it considered in File Listener implementation?
Thanks in advance.
File listener starts processing the file once the file is completely available. Partially copied files won't get processed by File Listener.
Hope this answers your query.