I have a workflow running on the gallery to generate two output files into a windows directory every month. The pattern is that a new file with the same name overwrites last month's version every time.
An event exists in the workflow to email the new files once the workflow has completed. This workflow consistently sends the prior month's files and not the brand new files. This leads me to believe the event caches in the file(s) as the workflow begins, rather than waiting for "after" the run without errors.
Have others encountered and if so, how do you avoid this issue?