I have the following scheduled workflow. This workflow runs every 5 minutes on the folder /Temp
I perform a "For Each" for every entry in the /Temp folder.
Everthing in the workflow appears to process correctly; however, it does not always move the file. Sometimes it will, sometimes it will not.
Example
At 1:15 PM Workflow processes entries, 2812, 2814, 2816, 2818, 2820. (As it processes each entry it should be moving it out to folder.)
At 1:20 PM Workflow processes entries, 2812, 2814, 2816, 2818, 2820. (Notice it did not move any of the entries this time.)
At 1:25 PM Workflow processes entries, 2820. (It finally moved 2812, 2814, 2816, 2818 to their folders)
At 1:30 PM Workflow processes entries, 2820. (This time it finally moves 2820 out to its folder)
When I check the workflow activities it shows that the Route Entry to Folder has completed for each entry.
Any idea why the workflow would decide if / when it wants to actually move the files?