Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 680 Bytes

WorkflowDefaultValue.md

File metadata and controls

12 lines (8 loc) · 680 Bytes

WorkflowDefaultValue

Captures default vales for a data type.

Properties

Name Type Description Notes
override bool Override the default value provided for the data type. When true, allow the user to enter value for the data type. [optional]
value object Default value for the data type. If default value was provided and the input was required the default value will be used as the input. [optional]

[Back to Model list] [Back to API list] [Back to README]