Hello, I’d like to ask, if it is possible to pair records from ACT_HI_DETAIL and ACT_HI_OP_LOG to be able to tell, which process or task variables have changed during executing some operation, e.g. completing a task, sending correlation message, … besides somehow guessing the correct time of record from act_hi_detail.
Hi @tomorrow,
as far as I can see ACT_HI_DETAIL
should contain OPERATION_ID_
so you could join records from ACT_HI_OP_LOG
by this id in order to find out all details.
Does that help you?
Askar
thanks, we have not upgraded to 7.7 yet, so we couldn’t see the column.