I have a quick fields session set up to do the following:
1. retrieve PDFs from outside a repository, generate images for the PDFs, extract text from the PDFs, and keep the PDF file
2. Identify the document based on a pattern in the name
3. Send unidentified documents to a directory in the repository.
When the session is set to immediately store documents, any unidentified documents will store to the repository, but not in any directory in the repository. When I close the session out and open it back up again, the document still appears under unidentified documents. I can then manually sent it to the repository, and it will write to the correct directory.
This does not seem to happen when the session is set to store documents manually. This also doesn't seem to happen when the session doesn't keep the PDF and documents are stored immediately. I think I can come up with a workaround, but I would like to know why this is happening. Any ideas?