Hi ,
While execute the KNIME workflow using Batch Executor, I’m getting below error
Noted:Same workflow working as expected while execute from KNIME Studio
ERROR : main : : BatchExecutor : : : Unknown option ‘-clear’
org.knime.core.node.workflow.BatchExecutor$IllegalOptionException: Unknown option ‘-clear’
at org.knime.core.node.workflow.BatchExecutor.handleCommandlineArgument(BatchExecutor.java:595)
at org.knime.core.node.workflow.BatchExecutor.parseConfigFromArguments(BatchExecutor.java:462)
at org.knime.core.node.workflow.BatchExecutor.processArguments(BatchExecutor.java:443)
at org.knime.core.node.workflow.BatchExecutor.(BatchExecutor.java:413)
at org.knime.core.node.workflow.BatchExecutor.mainRun(BatchExecutor.java:670)
at org.knime.product.headless.KNIMEBatchApplication.runBatchExecutor(KNIMEBatchApplication.java:127)
at org.knime.product.headless.KNIMEBatchApplication.start(KNIMEBatchApplication.java:80)
Below the Bat execute comment: