Uses of Interface
org.flowable.job.api.DeadLetterJobQuery
-
Uses of DeadLetterJobQuery in org.flowable.job.api
Modifier and TypeMethodDescriptionDeadLetterJobQuery.executable()
Only select jobs which are executable, ie. duedate is null or duedate is in the pastDeadLetterJobQuery.externalWorkers()
Only select external worker jobs.DeadLetterJobQuery.messages()
Only select jobs that are messages.DeadLetterJobQuery.timers()
Only select jobs that are timers.