You say
currentInput contains the input map produced by the handler the last time it was invoked, or an empty map if this is the initial invocation.
But handlers don't produce the input param. Do you mean this contains the input param as it was on the previous invocation?
You say
But handlers don't produce the
inputparam. Do you mean this contains theinputparam as it was on the previous invocation?