A batch command question

Hi,

Is there a way to run a .kwf in batch? What I have read from documentation (and this is working fine), I need a workflow directoriy (this is what I tried and what is working well):
-workflowDir=… => directory with a ready-to-execute workflow

Nevertheless, how can I create just one file to execute this:

-workflowFile=… => ZIP file with a ready-to-execute workflow in the root
of the ZIP

Is it a zipping of the workflow directory or is is it the exported .kwf?

Hi @knimerin

A .knwf file is just a zip file containing the zipped workflow directory, it has a different extension to mark it as an exported KNIME workflow. So in this case the documentation is not 100% up to date, you can just use a knfw file.

best,
Gabriel

2 Likes