Represents a WorkflowNode template config.
| KEY | TYPE | Description |
|---|---|---|
| defaultValue | str | Default value of the config to be used if value is not provided during node initialization. |
| description | str | The description of this config. |
| isRequired | bool | Indicates whether the config is required. Defaults to False. |
| name | str | A unique name of the config. |