I have a service in Livecycle ES that processes PDF files, via a
WatchedFolderEndpoint. When the process is complete the original files
are no longer needed. I have the watched folder endpoint configured to
only preserve on failure, and that is working correctly. The issue is
that the files that are in the stage folder never get deleted, even
after they have been processed. I know that the files have been
processed because I can see them in the database, which is the last step
of the service. Th...