I have a workflow that runs correctly when I manually open and execute it in KNIME. However, it fails to execute properly when I run it as a scheduled task using a .bat file.
It connects successfully to the db, but it doesn’t execute the google auth node.
Why isn’t the Google Authentication node re-executing correctly in batch mode? Is there a workaround to fix this?