I am encountering an issue while running KNIME batch scripts, and I would appreciate your assistance in resolving it.
Specifically, when I run the following command to execute a workflow from a directory:
"E:\knime_5.2.3\knime.exe" -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir="E:\knime_workspace\workflow1" -reset
I experience the following issues:
- Error messages (I can provide the exact error if needed).
- Some nodes disappear without reason after execution, causing the workflow to not complete as expected.
However, when I run the workflow manually, everything works fine without any issues.
Additionally, when I export the workflow to a .knwf
file and run the following command:
"E:\knime_5.2.3\knime.exe" -nosave -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile="E:\bat_script\work.knwf"
The script executes successfully without any errors, and the nodes do not disappear.
Could you please advise what might be causing this issue and how to resolve it? Is there any configuration I might be missing or steps I should follow to prevent the nodes from disappearing in batch execution? Your help would be greatly appreciated!
Looking forward to your response.
Best regards