WorkflowParameter interface
The workflow parameters.
Properties
description | The description. |
metadata | The metadata. |
type | The type. |
value | The value. |
Property Details
description
The description.
description?: string
Property Value
string
metadata
The metadata.
metadata?: any
Property Value
any
type
The type.
type?: string
Property Value
string
value
The value.
value?: any
Property Value
any