以批处理模式执行 Knime 时出错:未知选项“-workflow”

Error Execute Knime in Batch Mode: Unknown option '-workflow'

我正在以批处理模式 (win10 PowerShell) 执行 Knime,但出现以下错误:

ERROR    main BatchExecutor      Unknown option '-workflow'
ERROR    KNIME-ConfigurationArea-Checker ConfigurationAreaChecker        Can't check integrity of configuration area ("C
:\Users\username\Downloads\knime_3.6.0\configuration"): The process cannot access the file because another process has 
locked a portion of the file

我使用的命令是:

PS C:\Users\username\Downloads\knime_3.6.0> . .\knime.exe -consoleLog -noexit -nosplash -reset -application org.knime.p
roduct.KNIME_BATCH_APPLICATION -workflowFile="C:\Users\username\Desktop\knime_research\cmd_test2.knwf" -workflow.variab
le=input_csv_path,C:\Users\username\Desktop\knime_research\temp.csv,String

我浏览的来源: https://forum.knime.com/t/workflow-cannot-be-saved-anymore/1173/7

如有任何帮助,我们将不胜感激。谢谢你。

我刚刚从 Knime 社区得到了答复。 “.”有问题workflow.variable 中的(点)。

Here是论坛的link。

感谢您的帮助。