Mike Wilson wrote:
3) Invocation id
...
The invocationId needs to uniquely identify each
call to the server and basing off the scriptSessionId we would just have to
add a sequential call index number that we can keep locally in the client
layer.
I should mention that we already have this
sequential number as well; the batch id. So, the combination of scriptSessionId
and batchId uniquely identifies every call to the server, including file
uploads.
Best regards
Mike