Module Values.ContextOptionsSource

Configuration options for a durable execution context.

Sourcetype nonrec t = {
  1. replayChildren : ReplayChildren.t option;
    (*

    Whether the state data of children of the completed context should be included in the invoke payload and GetDurableExecutionState response.

    *)
}
Sourceval make : ?replayChildren:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ReplayChildren.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t