I have to get a speciffic job (TIMER) from the table ACT_RU_JOB.
The only information I have is a task (the timer is a Timer Boundary Event) and I have the name of the timer specified by the user.
Since I have two Timers in the same Task, I don't know how to get the timer that I want.
Is there a way to know the jobId of a specific timer?
I saw in the table a column named HANDLER_TYPE_, what is this column?
The Id and the Handler_type columns are the only ones that have different values when we have two Timers(jobs) of the same task running at the same time.