WorkflowOutputParameter Class
The workflow output parameter.
Constructor
WorkflowOutputParameter(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
str or
ParameterType
The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject". |
|
value
|
The value. |
|
metadata
|
The metadata. |
|
description
|
The description. |
|
error
|
Gets the error. |
Attributes
error
Gets the error.
error: Any | None