WorkflowOutputParameter Class

The workflow output parameter.

Constructor

WorkflowOutputParameter(*args: Any, **kwargs: Any)

Variables

Name Description
type

The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

error
any

Gets the error.

Attributes

error

Gets the error.

error: Any | None