Uses of Interface
org.flowable.job.api.TimerJobQuery
-
Uses of TimerJobQuery in org.flowable.job.api
Modifier and TypeMethodDescriptionTimerJobQuery.executable()
Only select jobs which are executable, ie. duedate is null or duedate is in the pastTimerJobQuery.handlerType
(String handlerType) Select jobs which have given job handler typeTimerJobQuery.messages()
Only select jobs that are messages.TimerJobQuery.timers()
Only select jobs that are timers.