Values.WorkflowStateSourceA group of fields that describe the current status of workflow.
type nonrec t = {status : WorkflowStatus.t option;The current state of the workflow.
*)reason : NonEmptyString.t option;Describes how or why the workflow changed state.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]