public interface DeadLetterJobQuery extends BaseJobQuery<DeadLetterJobQuery,Job>
Jobs.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobQuery |
executable()
Only select jobs which are executable, ie.
|
DeadLetterJobQuery |
externalWorkers()
Only select external worker jobs.
|
DeadLetterJobQuery |
messages()
Only select jobs that are messages.
|
DeadLetterJobQuery |
timers()
Only select jobs that are timers.
|
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, withoutScopeTypeDeadLetterJobQuery executable()
DeadLetterJobQuery timers()
messages() or externalWorkers()DeadLetterJobQuery messages()
timers() or externalWorkers()DeadLetterJobQuery externalWorkers()
timers() or messages()Copyright © 2021 Flowable. All rights reserved.