Node Connectivity

There are 2885 nodes that can be used as successor for a node with an output port of type Table.

Empty Table Switch 

Sends input data to first output if and only if it is not empty.

Java IF (Table) 

Java IF Switch on tables

Catch Errors (Data Ports) Modern UI

End of Try-Catch construct. Use second input if execution leading to first input failed.

Catch Errors (Generic Ports) Modern UI

End of Try-Catch construct. Use second input if execution leading to first input failed.

Try (Data Ports) 

Start of Try-Catch construct.

Call Local Workflow (Row Based) Deprecated

Calls other local workflows.

Call Remote Workflow (Row Based) Deprecated

Calls other remote workflows on a KNIME server.

Call Workflow (Row Based) Deprecated

Calls a remote or local workflow for each row in the input table, passing a JSON object and appending results as new columns.

Call Workflow (Table Based) Deprecated

Calls workflows

Workflow Input Modern UI

Receives an input from another KNIME workflow that executes this workflow using the Call Workflow Service node.