Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 857 Bytes

WorkflowBaseDataType.md

File metadata and controls

15 lines (11 loc) · 857 Bytes

WorkflowBaseDataType

The base data type that is used to derive all the other data types for inputs and outputs.

Properties

Name Type Description Notes
default WorkflowDefaultValue [optional]
description str Provide a detailed description of the data type. [optional]
label str Descriptive name for the data type. [optional]
name str Pick a descriptive name for the data type. [optional]
required bool Specifies whether this parameter is required. The field is applicable for task and workflow. [optional]

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