Hi,
I am looking for a way to retrieve the due dates for all currently active timer events, along with the names of the associated timer event. This is so that when my process is waiting on a timer, I am able to show the user the absolute time that that timer will fire.
I have found I can get jobs via the management service jobquery and that has the duedate, but I can't find any way to associate that back to the actual event (be it an intermediateCatchEvent or a boundaryEvent) so that I can get the name attribute.
And pointers in the right direction would be much appreciated!