I have a lot of workflows that output directly to Excel on overnight schedules. Some have worked and have not been touched for months. Recently (maybe related to server upgrade 2020.3? two weeks ago) some workflows (e.g. those that email previously output files to colleagues) have started failing because the xlsx outputs from earlier workflows do not always exist. Alteryx is creating the expected .xlsx.bak file but the .xlsx file itself is missing from the directory. If I later run the same workflow manually (either through Designer or from the Gallery) with the exact same data, the .xlsx.bak AND the .xlsx are created as expected. And, to be clear, the scheduled workflow that creates the .xlsx.bak and xlsx shows in the Gallery that it ran successfully.
Thought it might be schedules running into each other and unable to write to the same directory at the same time but even after separating schedules for multiple minutes (most workflows take less than 15 seconds to run), the .xlsx is there somedays and randomly not there other days. The net net result is somedays the emails send with the xlsx attachments and other days they don't send at all due to "The system cannot find the file specified." Have I found a file output bug?