Values.WorkflowParameterSourceA workflow parameter.
type nonrec t = {description : WorkflowParameterDescription.t option;The parameter's description.
*)optional : Boolean.t option;Whether the parameter is optional.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of WorkflowParameterDescription.t ])
list ]