Values.WorkflowRunSummarySourceInformation about a workflow run.
type nonrec t = {id : Uuid.t option;The system-generated unique ID of the workflow run.
*)workflowId : Uuid.t option;The system-generated unique ID of the workflow.
*)workflowName : String_.t option;The name of the workflow.
*)status : WorkflowRunStatus.t option;The status of the workflow run.
*)statusReasons : WorkflowRunStatusReasons.t option;The reasons for the workflow run status.
*)startTime : SyntheticTimestamp_date_time.t option;The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)endTime : SyntheticTimestamp_date_time.t option;The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
*)lastUpdatedTime : SyntheticTimestamp_date_time.t option;The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Structure of 'a list ] list
| `String of Uuid.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]