WorkflowNodeTemplateConfig

Represents a WorkflowNode template config.

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