Hi there,
I’m encountering an error which I can’t wrap my head around.
I’ve got a workflow (“subworkflow_1”) that uses an empty table switch to basically skip the cell splitter node since it can’t ignore empty tables and thus stops my workflow.
This works just fine as a stand-alone but it breaks a loop that happens in another workflow (“main_workflow”) which I use to loop through several subworkflows, all very similar to “subworkflow_1”.
Console: ERROR Loop End 0:125 Active Scope End node in inactive branch not allowed.
KNIME version: 4.4.2 (compatibility, might change soon but that’s not up to me)
workflow sharing is difficult due to confidentiality
Is this behavior intended? How could I ensure the loop on my main_workflow continues running (AKA ignores the inactive port of the Empty Table Switch node)?
Thanking you in advance!
Simon