Don't save workflow in batch mode

hi,

I'm executing workflow in batch mode - everything is ok. However the workflow is always saved after execution. I would like to prevent it. Is there any way to do it?

 

best wishes,

Filip

Use the -nosave option.

Filip,

Add the option -nosave to your command calling the batch execution.

(You can see a full list of options by just running the command knime -consoleLog -noexit -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION  without any further options)

Steve

Great! Thanks!