Output Node
The output node marks the termination of a program execution. It is facultative, so it is not mandatory to always insert it at the end of every graph. It can be used to make the program output the value returned by any node in the graph.
Inputs
output_resource:
A reference to the node whose output is to be used as the whole program's output.
Allowed types: Node reference
Default value: None
Output
Description: The output of the node specified in the
output_resource
field.Type: Any
Tags
execution control
Last updated