We have a need to add a new process variables to the existing running processes. I'm able to add it to the ACT_RU_VARIABLE table and see it as the process variable but I'm not sure how the id_ column is set. There are no sequences used so I'm assuming the code either has a built in sequence or is doing a max+1 insertion.