Hi,
i’m facing an issue where i need to verify (manually in cockpit or just query in data base, doesn’t matter) what modification on process did particular user made manually in cockpit. I couldn’t find such option in cockpit, maybe i missed it somewhere?
I’m interested in information:
time stamp + user id + process instance id + Operation type + property + old value + new value + activity ID
I’m aware that i need to join both runtime and history tables but i’m not sure which ones should be joined with OP_LOG and on which attribute should i match them.
Hi Yana,
by modification on process i mean moving activity token from one activity to another, as a result i would like to see which activity was canceled and which started by particular user.
About this query you linked, when i searched for particular user operations, it caused NPE (i’m logged in as admin):