WorkflowNodeTemplateConfig

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.
name str A unique name of the config.
isRequired bool Indicates whether the config is required. Defaults to False.