[solved] Missing orgValue and newValue from User Operation Log (Historic)

Hey Camunda users,

Today I noticed that the REST API call to the 7.14.0 community engine is missing the orgValue and newValue for the SetVariable operation type of the Variable entity type even when I have restrictUserOperationLogToAuthenticateUsers as false.

This happens for me via REST API calls to the Task or Process to modify variables call as well as when I log in to the Cockpit and manually set a process variable or modify one.

What could explain this behavior? How can I get the orgValue and newValue for when a process/task variable changed via the User Operation Log GET endpoint?

Hmmm… n/m I think I confused the User Operations Log with the History Variable Instance:
https://docs.camunda.org/manual/7.14/reference/rest/history/variable-instance/get-variable-instance-query/

My apologies!