WorkflowParameter interface 
The workflow parameters.
Properties
| description | The description. | 
| metadata | The metadata. | 
| type | The type. | 
| value | The value. | 
Property Details
description
The description.
description?: stringProperty Value
string
metadata
The metadata.
metadata?: Record<string, unknown>Property Value
Record<string, unknown>
type
The type.
type?: stringProperty Value
string
value
The value.
value?: Record<string, unknown>Property Value
Record<string, unknown>