你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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