Hi, I have to configure transfer file activity for "Test to see if file
exists" in SFTP server with configure several retries. if file doesn't
exist, wait for 15 min and re-run 5 timesAfter 5 times, if file doesn't
exist, end the workflow.In between if file is uploaded in sftp and it is
available, we should not end the workflow and load activity To achieve
this, i have configured "configure several retries"option. But if file
doesn't exist, workflow is finished at first try itself and it is not
...