Values.ExecutionDetailsSourceDescribes the details of the flow run, including the timestamp, status, and message.
type nonrec t = {mostRecentExecutionMessage : MostRecentExecutionMessage.t option;Describes the details of the most recent flow run.
*)mostRecentExecutionTime : Date.t option;Specifies the time of the most recent flow run.
*)mostRecentExecutionStatus : ExecutionStatus.t option;Specifies the status of the most recent flow run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MostRecentExecutionMessage.t
| `Timestamp of Date.t ])
list ]