Claim a task will change act_hi_taskinst?

hi
everyone
i guess claim a task will set owner in act_hi_taskinst be a value ,but when we getTaskService().claim,found nothing changed in act_hi_taskinst ,
so we want to know if claim a task will set owner in act_hi_taskinst,if so ,will debug the code,if not ,so will change what table data ?
so if we know this ,we will get data in table to determine if should ask a user to claim or not
thank you in advance

Hi @dtbdtb,

Have you set the authenticated user before calling the the claim method ofJava API?

https://camunda.com/best-practices/securing-camunda/#_understanding_strong_authentication_strong

When directly using Camunda’s Java API, this must be done for each thread by issueing e.g.

identityService.setAuthenticatedUserId("fozzie");