-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Context:
When performing update requests, we pass an `updateItemIdentifier`, which is used to log information to identify what entity is being updated (for example "InstanceID [someID]").
In at least one case, the running process instance import, we only pass the name of the identifying field, which is not very helpful (the resulting log is just "Could not update process instance with [processInstanceId]" instead of printing the actual ID).
AT:
- Pass more informative updateItemIdentitfier
- Check other methods using this log to ensure these are also passing the correct information