Workflow Template Parameter
data class WorkflowTemplateParameter(val description: String? = null, val fields: List<String>, val name: String, val validation: WorkflowTemplateParameterValidation? = null)
Constructors
Link copied to clipboard
fun WorkflowTemplateParameter(description: String? = null, fields: List<String>, name: String, validation: WorkflowTemplateParameterValidation? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Required. Parameter name. The parameter name is used as the key, and paired with the parameter value, which are passed to the template when the template is instantiated. The name must contain only capital letters (A-Z), numbers (0-9), and underscores (_), and must not start with a number. The maximum length is 40 characters.