# HG changeset patch
# User Alain Mazy <am@osimis.io>
# Date 1666250917 -7200
# Node ID f633b835c5bd2ded2decfe8ecf59da41b761e98e
# Parent  f4e828607f0216c39821443d87e1ee10e11ecf81
doc

diff -r f4e828607f02 -r f633b835c5bd NEWS
--- a/NEWS	Wed Oct 19 21:12:57 2022 +0200
+++ b/NEWS	Thu Oct 20 09:28:37 2022 +0200
@@ -5,7 +5,10 @@
   ("sender-transfer-id") in every outgoing request that relates to this transfer and can be used 
   e.g, by a load balancer to route all requests from a single transfer to the same Orthanc.
   If no "SenderTransferID" is provided, a UUID is generated by the plugin.  This header is only 
-  used in PushMode
+  used in PushMode.
+  Note that, when generated by the plugin, the "sender-transfer-id" is NOT the job id (the job id
+  does not exists yet at this time) and is NOT the transaction id that is actually generated on the
+  receiver side.
 
 Version 1.2 (2022-07-12)
 ========================