Hi everyone!
We have a daily triggered workflow that uploads a list on an SFTP (daily or twice a day) and this is done via File Mapping. The lists are uploaded fine, but when the workflow reaches the "END" activity, it stays in Pause mode. This makes that the file mapping process stays in "In progress" and so the next file is never uploaded. The logs of the error in the END activity are the following 3:
3: SCR-160012 Javascript error while evaluating script
2: Unable to move file 'XXX' (-52)
1: BAS-010015 Cannot open file 'XXX' with write access (errno=2, No such file or directory)
The javascript seems to be fine (it works just as it is in other worfklows). Any ideas on what is happening?
Thank you all!