Get the remaining time of the timer boundary event

Hi Flowable team,
how to get the remaining time of the timer boundary event


Best regards,

Hey @Aicha,

You’ll need to get the TimerJob through the ManagementService#createTimerJobQuery() and then you can get the duedate and calculate the remaining time.

Cheers,
Filip