We have a job that triggers on a file create once it has been released. It has a single File Copy task, with two copy steps copying the same file to two different destinations. The 2nd step also has the 'Delete source file after copy' box ticked.
We have other jobs that do similar copies, and have noticed that files sometimes go missing. What happens is that the file is in the location for the 2nd copy, but not in the location for the 1st copy, which does not have the delete command. No error is generated, and the output shows that the files were copied.
Does VisualCron execute these file copies in parallel perhaps, which means that the 2nd copy sometimes deletes the file before the 1st copy has completed, and causes it to silently fail?
Would like to hear if other users have similar Copy tasks with multiple steps copying the same file, and have similar issues.