Values.CallbackStartedDetailsSourceContains details about a callback operation that has started, including timing information and callback metadata.
type nonrec t = {callbackId : CallbackId.t option;The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.
*)heartbeatTimeout : DurationSeconds.t option;The heartbeat timeout value, in seconds.
*)timeout : DurationSeconds.t option;The timeout value, in seconds.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DurationSeconds.t | `String of CallbackId.t ])
list ]