What is the best way to delay an activity?

That error means that it used up all its retries, so it failed. Make sure you also rename the Retry Scope to say what it’s doing, so when an error occurs, you know that the file failed to move successfully.

I suggest, checking manually that the file successfully moved as intended. If it’s not, then you will get this error since it used up all its retries (assuming you have it set to retry long enough (10-15secs). If the file takes longer than that, then checking it manually while it’s running would confirm this.

If the file is being moved correctly and you still get the error, please show the code you have in the ‘Is True’ and that the file matches the new filename which you are moving the file to. (feel free to block out the username or any other info you’d like.

Regards.

1 Like