Hello,
i started a workflow using a batch file via the Task Scheduler. If the workflow runs without errors, the cmd process and KNIME will also exit cleanly. However, if the workflow has an error, the cmd process and KNIME continue to run. In the log file that I create in the batch file, I see that the workflow was not completed successfully.
In such a case, how can I still ensure that the cmd process and KNIME are terminated?
Does anyone have a solution or at least an approach to a solution?
@Martin2024 one option I could think of is
-launcher.suppressErrors
So the system might not wait for an input with specific error constellations.
You should activate logging to see what is going on.
4 Likes
Hello @mlauber71
that is the solution. After I inserted --launcher.suppressErrors
, the process ended cleanly despite an incorrect workflow. I thank you.
Best regards
Martin
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.