Container Output (Row)

Reads the first row of an input table and makes it available to an external caller (i.e. the Call Workflow (Row Based)) nodes or an application consuming the workflow as a REST service. A configured parameter enables the external caller to fetch the row from the Container Output (Row) node.

If a data table is connected to the input port, the node will simply forward the first row of this table to the output port.

Options

Parameter name
A name for the output parameter (preferably unique). This name is exposed in the REST interface. It must start with a letter, followed by letters and digits and single minus signs or dashes and must end with a letter. Pattern: ^[a-zA-Z](?:[-_]?[a-zA-Z0-9]+)*(?<![0-9])$
Append unique ID to parameter name
If checked, the name set above will be amended by the node's ID "{Parameter Name}-{Relative node ID}" to guarantee unique parameter names. Usually it's a good idea to have this box not checked and instead make sure to use meaningful and unique names in all container nodes present in a workflow.
Description
The description for the output parameter. It is currently not shown in the API specification of the REST interface but it's used for example when using this workflow as a tool for an AI Agent or when extracting the workflow summary.

Input Ports

Icon
The table which defines the output of the workflow. Only the first row is made available to external callers.

Output Ports

Icon
The first row of the input table is directly forwarded to the output port.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.