Values.SendDurableExecutionCallbackSuccessRequestSourceSends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.
type nonrec t = {callbackId : CallbackId.t;The unique identifier for the callback operation.
*)result : BinaryOperationPayload.t option;The result data from the successful callback operation. Maximum size is 256 KB.
*)}val of_header_and_body :
((string, CallbackId.t) Awso.Import.List.Assoc.t * BinaryOperationPayload.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of BinaryOperationPayload.t | `String of CallbackId.t ])
list ]