Execute Workflow in Batch Mode Windows 10

Hello @hdonga,

I don’t know if you still have the error or the need to correct this issue, but i was struggling and find out a solution :

  • use of --launcher.suppressErrors
  • put the workflow directory path before “-application org.knime.product.KNIME_BATCH_APPLICATION”
  • use of slashes for the workflow directory instead of backslashes
"C:\Program Files\KNIME\knime.exe" -nosave -consoleLog -noexit -nosplash -reset -workflowDir="C:/Users<username>/knime-workspace/Test" --launcher.suppressErrors -application org.knime.product.KNIME_BATCH_APPLICATION

Hope it helps anyone :smiley:

Br,
Samir

3 Likes