Can't run KNIME workflow via batch mode on windows

Hey @hellomingxing,

your workflowDir parm is in error. It took me 6 hrs to get this running under windows.
See my example below:

knime.exe -consoleLog -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“c:/Users/pfindeis/knime-workspace/YourWorkflow/”

Apparently, you need to adapt the complete workflowDir parm to your environment. Please note that the path is with slashes (/), not backslashes ()!

See this forum thread for more infos: KNIME and batch mode

Let me know if this was helpful.

Kind regards,

Patrick

1 Like