Currently, the user-passed arguments are root properties in the context object ; this makes it to get to them and only them, separated from the keys added by the default processors.
To address this while maintaining the ability of processors to add on the full context object, including the value of these arguments, they will be moved wthin a messageDetails root property.
None of the default processors modify the arguments, but custom-written processors could do so, and will need to be updated for this new format.
Currently, the user-passed arguments are root properties in the context object ; this makes it to get to them and only them, separated from the keys added by the default processors.
To address this while maintaining the ability of processors to add on the full context object, including the value of these arguments, they will be moved wthin a
messageDetails
root property.None of the default processors modify the arguments, but custom-written processors could do so, and will need to be updated for this new format.