There is no error that i receive .
I can see files moved from Working_dir to completion_dir .
Actually ,i my processing service is as follows :
Reads file from completion_dir
insert file into DB
Copy file to Archive_dir
Delete file from Completion_dir
Here files are niether moved to Archive and deleted from completion_dir after processing .
Hence i assume that issue if flow service is executing the get file even before it has actually reached the completion_dir.
To solve this issue i do a pub-sub.
Please suggest if any other better approach
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB