Represents a mapping of output from a workflow node.
KEY | TYPE | Description |
---|---|---|
name | str | The name of the output. |
description | str | The description of this output. |
variableType | Union[WorkflowNodeOutputType, str] | The type of the output in the form of an enum or a string. |