Values.ExecutionStartedDetailsSourceDetails about a durable execution that started.
type nonrec t = {input : EventInput.t option;The input payload provided for the durable execution.
*)executionTimeout : DurationSeconds.t option;The maximum amount of time that the durable execution is allowed to run, in seconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DurationSeconds.t
| `Structure of
(string * [> `Boolean of Truncated.t | `String of InputPayload.t ])
list ])
list ]