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