Uses of Interface
org.flowable.job.api.ExternalWorkerJobQuery
-
Uses of ExternalWorkerJobQuery in org.flowable.job.api
Modifier and TypeMethodDescriptionExternalWorkerJobQuery.forUserOrGroups
(String userId, Collection<String> groups) Only select jobs for the given user or groups.ExternalWorkerJobQuery.locked()
Only return jobs that are locked (i.e. they are acquired by an executor).Only return jobs with the given lock owner.ExternalWorkerJobQuery.unlocked()
Only return jobs that are not locked.