public interface SuspendedJobQuery extends BaseJobQuery<SuspendedJobQuery,Job>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
SuspendedJobQuery |
executable()
Only select jobs which are executable, ie.
|
SuspendedJobQuery |
externalWorkers()
Only select external worker jobs.
|
SuspendedJobQuery |
messages()
Only select jobs that are messages.
|
SuspendedJobQuery |
noRetriesLeft()
Only select jobs which have no retries left
|
SuspendedJobQuery |
timers()
Only select jobs that are timers.
|
SuspendedJobQuery |
withRetriesLeft()
Only select jobs which have retries left
|
caseDefinitionId, caseInstanceId, category, categoryLike, correlationId, duedateHigherThan, duedateLowerThan, elementId, elementName, exceptionMessage, executionId, handlerType, handlerTypes, jobId, jobTenantId, jobTenantIdLike, jobWithoutTenantId, orderByExecutionId, orderByJobCreateTime, orderByJobDuedate, orderByJobId, orderByJobRetries, orderByProcessInstanceId, orderByTenantId, planItemInstanceId, processDefinitionId, processInstanceId, scopeDefinitionId, scopeId, scopeType, subScopeId, withException, withoutProcessInstanceId, withoutScopeId, withoutScopeTypeSuspendedJobQuery withRetriesLeft()
SuspendedJobQuery noRetriesLeft()
SuspendedJobQuery executable()
SuspendedJobQuery timers()
messages() or externalWorkers()SuspendedJobQuery messages()
timers() or externalWorkers()SuspendedJobQuery externalWorkers()
timers() or messages()Copyright © 2021 Flowable. All rights reserved.