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