Node Connectivity

There are 5396 nodes that can be used as predessesor for a node with an input port of type Generic Port.

Container Input (Raw HTTP) 

Reads the body, headers, and the query string from an HTTP request calling the workflow and outputs it in 3 different tables.

Container Input (Row) 

Receives a row from an external caller (i.e. the Call Local/Remote Workflow (Row Based) nodes or via REST)

Container Input (Table) 

Reads the content of a table from an external caller (e.g the Call Workflow (Table Based) node).

Container Input (File) 

Receives an external file (e.g. provided via an upload) and exposes it via a flow variable.

Container Input (Variable) 

Injects flow variables optionally defined by a specification to the workflow.

Container Output (Table) 

Reads the content of a table and makes it available to an external caller (e.g a Call Workflow node).

Container Input (Variable) Deprecated

Injects flow variables to the workflow.

Container Output (Row) 

Reads the content of a table and makes its first row available to an external caller (e.g. a Call Local/Remote Workflow (Row Based) node).

Boolean Configuration 

Provides a boolean configuration option to an encapsulating component's dialog. Outputs an integer flow variable with the set value (boolean).

Credentials Configuration 

Provides a credentials configuration option to an encapsulating component's dialog.