Values.TaskParameterValueSourceThe data types for the task parameters.
type nonrec t = {int : IntString.t option;A signed integer represented as a string.
*)float : FloatString.t option;A double precision IEEE-754 floating point number represented as a string.
*)string : ParameterString.t option;A UTF-8 string.
*)path : PathString.t option;A file system path represented as a string.
*)chunkInt : String_.t option;A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.
*)}