Uses of Interface
org.flowable.job.api.DeadLetterJobQuery
-
Uses of DeadLetterJobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return DeadLetterJobQueryModifier 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.