Final Output Node

vellum.workflows.nodes.FinalOutputNode

Used to directly reference the output of another node. This provides backward compatibility with Vellum’s Final Output Node functionality. In most cases, you should reference the Workflow Output directly to the output of a particular node, without adding a Final Output Node.

Attributes

value
_OutputTypeRequired

The value to be output. The type is inferred by the type of the node connected to this attribute.

Outputs

value
_OutputType

The output value, with the same type as the input value