Historic Variable Updates

Hi,

Is it possible to determine the user that performed a Variable Update using a historicDetailquery for VariableUpdates? I can see the variable name, value and time of the update as part of the HistoricDetailVariableInstanceUpdateEntity which gets returned but I don’t see any details about the user who performed the update.

Thanks,
Dan

Hey Dan,

Your observation is correct, there user who performed the update is not stored on the HistoricDetailVariableInstanceUpdateEntity.

In case you need that you would need to write some custom logic to persist that.

Cheers,
Filip