cancel
Showing results for 
Search instead for 
Did you mean: 

Find pending timer events

zaiteki
Champ in-the-making
Champ in-the-making
Hello,

Is there a way to list (using activiti DB direct query?) the pending timer events with the respective timer value? e.g. "broadcastTimeEnd" value for the "broadcastTimeEnd" events

<boundaryEvent id="broadcastTimeEnd" name="Broadcast time end" cancelActivity="true" attachedToRef="broadcastAction">
            <timerEventDefinition>
                <timeDate>${timer.broadcastTimeEnd}</timeDate>
            </timerEventDefinition>
        </boundaryEvent>


I have a problem that some timer events are not triggered, so I would like to check if there are some pending timer events with invalid fire dates (e.g. in the past)

Thank you,
Andrei
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Andrei,

Try to use

ManagementService.createJobQuery

Regards
Martin

Hello Martin,

But is there a way to get it using direct SQL queries?

Thank you,
Andrei

martin_grofcik
Confirmed Champ
Confirmed Champ