Want to stop execution of a workflow if certain condition doesn't match

@tamzid89 one way I would do this is use the

or if it is indeed just the incoming data try use

Also a construct with a CASE Switch Start – KNIME Community Hub could work.

Maybe you start by constructing a sample workflow that would represent your case. Would this workflow do something else besides stopping. Could a loop be involved? Are there other branches in the workflow that might need handling?

More general there is the

https://docs.knime.com/latest/analytics_platform_flow_control_guide/index.html#introduction

4 Likes