-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
As a user I would like to use predefined value list to set parametrize specific input parameters
By enhancing the customizable UI form, based on the input schema of a workflow, a user would like to render different set of parameters. E.g. when the field type in the schema is properties (type object). When the properties for this field are conditionally shown based on the user's selection. For example:
Based on selected values for a field named "template type" with values GO or Java, then for each selection a different set of parameters should be rendered:
GO: "go version" [1.20, 1.21] module name: "free text"
and for the second selection:
Java: Java version: [17, 21] package name: "free text" maven artifacts values: "additional properties"