A prob running workflow in batch mode using Win Task Scheduler

Hello, everybody!

I stuck with such a problem: there is a workflow I made. I run it in KNIME interface (I use KNIME 3.0.0 x64), and it works fine. Then I run it in batch mode starting bat file interactively, and it still works fine. Then I try to use Win Task Scheduler to start bat file and see nothing happens. There is nothing in knime.log and my own log my workflow is writing, but the hystory in Task Scheduler shows it succesfully starts Tasks.... I don't know what to do actually> please help

My bat file:

cd C:\Program Files\KNIME64
knime.exe -consoleLog -reset -noexit -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile="U:\Streams\TEST2.zip"
exit

 

Hi PWF,

does the bat file run as expected when you start it manually?
Would somehow expect an “start” before knime.exe