Uses of Interface
org.flowable.job.api.SuspendedJobQuery
-
Uses of SuspendedJobQuery in org.flowable.job.api
Modifier and TypeMethodDescriptionSuspendedJobQuery.executable()
Only select jobs which are executable, ie. retries > 0 and duedate is null or duedate is in the pastSuspendedJobQuery.externalWorkers()
Only select external worker jobs.SuspendedJobQuery.messages()
Only select jobs that are messages.SuspendedJobQuery.noRetriesLeft()
Only select jobs which have no retries leftSuspendedJobQuery.timers()
Only select jobs that are timers.SuspendedJobQuery.withRetriesLeft()
Only select jobs which have retries left