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?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited Property Details
description
The description.
description?: string
Property Value
string
Inherited From WorkflowParameter.description
metadata
The metadata.
metadata?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From WorkflowParameter.metadata
type
value
The value.
value?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From WorkflowParameter.value