Values.CallbackOptionsSourceConfiguration options for callback operations in durable executions, including timeout settings and retry behavior.
type nonrec t = {timeoutSeconds : DurationSeconds.t option;The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.
*)heartbeatTimeoutSeconds : DurationSeconds.t option;The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.
*)}