Module Values.WorkflowRunStatusSource
Sourcetype nonrec t = | SUCCEEDED| FAILED| STOPPED| SUPERSEDED| CANCELLED| NOT_RUN| VALIDATING| PROVISIONING| IN_PROGRESS| STOPPING| ABANDONED| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]