Find pending timer events
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2014 08:13 AM
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
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
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
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2014 03:02 AM
Hi Andrei,
Try to use
Regards
Martin
Try to use
ManagementService.createJobQuery
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2014 03:35 AM
Hello Martin,
But is there a way to get it using direct SQL queries?
Thank you,
Andrei
But is there a way to get it using direct SQL queries?
Thank you,
Andrei
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2014 03:03 AM
Hi,
yes,
http://www.activiti.org/userguide/#queryAPI - native queries
or
http://www.activiti.org/userguide/#advanced.custom.sql.queries
Regards
Martin
yes,
http://www.activiti.org/userguide/#queryAPI - native queries
or
http://www.activiti.org/userguide/#advanced.custom.sql.queries
Regards
Martin
