Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 613 Bytes

WorkflowEnumEntry.md

File metadata and controls

12 lines (8 loc) · 613 Bytes

WorkflowEnumEntry

Captures a single enum entry which has a label and value.

Properties

Name Type Description Notes
label str Label for the enum value. A user friendly short string to identify the enum value. [optional]
value str Enum value for this enum entry. Value will be passed to the workflow as string type for execution. [optional]

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