Trigger does not pickup old file - is it expected?
Hello,
I have created a trigger based integration. So if I place a file on OIC's SFTP location, the trigger (app driven) integration will start. I have decided to retain the file on SFTP location for testing purposes. I have not selected to delete file once processed.
What I notice is, when the file is placed on SFTP location, the trigger starts. Since the file is left at the same place, the trigger does not start again. I want it to start again. My assumption is somehow the Trigger knows that file has been processed.
With this, I now wonder, what if I place a file on SFTP and an integration runs for 2 hours. An another file comes on the same SFTP location, does another instance of integration starts concurrently or does it get queued?