Hello there I have a KNIME workflow that executes an API GET call to get some data, but sometimes the data is not there. When this happens, webportal reports: “Workflow did not fully execute”. I am trying to give the user a more descriptive error as to why the workflow did not fully executed.
Basically I am trying to catch the warning and give feedback. But since a warning is not an error I don’t see how to do this: