WorkflowOutputParameter interface

The workflow output parameter.

Extends

Properties

error

Gets the error. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

description

The description.

metadata

The metadata.

type

The type.

value

The value.

Property Details

error

Gets the error. NOTE: This property will not be serialized. It can only be populated by the server.

error?: any

Property Value

any

Inherited Property Details

description

The description.

description?: string

Property Value

string

Inherited From WorkflowParameter.description

metadata

The metadata.

metadata?: any

Property Value

any

Inherited From WorkflowParameter.metadata

type

The type.

type?: string

Property Value

string

Inherited From WorkflowParameter.type

value

The value.

value?: any

Property Value

any

Inherited From WorkflowParameter.value