Quantcast
Channel: KNIME RSS
Viewing all articles
Browse latest Browse all 4157

How can I deal with inactive branch in report designer?

$
0
0

In my workflow I do some checks. if it fails the rest of the workflow should not run and the report should show an error message instead of the normal report. Problem is, I then get an error in the report:

 

org.eclipse.datatools.connectivity.oda.OdaException: Workflow could not be executed; node "2:44 - Data to Report" not executed 

Because that Data to Report node was never executed because it's in an inactive branch. Problem is that between my IF and End IF there is a try/catch and another if block. somehow this messes things up and the last end if is always inactive.

I've had this problem beofre but never got an answer.

It's hard to explain, therefore see attached image of workflow. 

It's IF -> Try/Catch -> IF -> End IF -> End IF.  Last End IF does not work properly.

What are my options to solve this? Can do a check, if a Data to Report was executed and if not ignore it?

 


Viewing all articles
Browse latest Browse all 4157

Trending Articles