Workflowlibraryformfields
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| description | (optional) string | Description of the form field | [default to undefined] |
| helpText | (optional) string | Describes the form field in the UI | [default to undefined] |
| label | (optional) string | A human readable name for this form field in the UI | [default to undefined] |
| name | (optional) string | The name of the input attribute | [default to undefined] |
| required | (optional) boolean | Denotes if this field is a required attribute | [default to false] |
| type | (optional) string | The type of the form field | [default to undefined] |