SuspendedJobEntity back to an AbstractRuntimeJobEntity (i.e.AsyncHistoryJobMessageReceiver instance.HistoryJobEntity when the
CommandContext closes and adds them to the list of entities that will
be inserted to the database.TimerJobEntity instances to become async JobEntity instances
(the timer is deleted and a new async job is inserted).TimerJobEntity, typically when a timer is used in a repeating way.AsyncExecutor specifically for a tenant.JobInfo to this AsyncExecutor instance to execute.HistoryJob directly (not through the async history executor).AsyncExecutor that has one AsyncExecutor per tenant.EntityManager responsible for the ExternalWorkerJobEntity class.HistoryJobEntityManager.findHistoryJobsByQueryCriteria(HistoryJobQueryImpl), but only returns a count and not the instances itself.HistoryJobQueryImpl and returns the matching HistoryJobEntity instances.DeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl), but only returns a count and not the instances itself.ExternalWorkerJobEntityManager.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl), but only returns a count and not the instances itself.JobEntityManager.findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself.SuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl), but only returns a count and not the instances itself.TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl), but only returns a count and not the instances itself.DeadLetterJobEntity instances related to an execution id.JobEntity instances related to on ExecutionEntity.SuspendedJobEntity instances related to an execution id.DeadLetterJobEntity instances related to a process instanceJobEntity instances related to one process instance ExecutionEntity.SuspendedJobEntity instances related to an execution id.JobQueryImpl and returns the matching DeadLetterJobEntity instances.ExternalWorkerJobQueryImpl and returns the matching ExternalWorkerJobEntity instances.JobQueryImpl and returns the matching JobEntity instances.JobQueryImpl and returns the matching SuspendedJobEntity instances.JobQueryImpl and returns the matching TimerJobEntity instances.ExternalWorkerJobEntity for the given scope and subscope.TimerJobEntity for the given scope and subscope.TimerJobEntity for a given process definition.TimerJobEntityManager.findJobsByTypeAndProcessDefinitionId(String, String), but by key and for a specific tenantId.TimerJobEntityManager.findJobsByTypeAndProcessDefinitionId(String, String), but by key and specifically for the 'no tenant' mode.JobEntity that are eligible to be executed.FlowableEvent implementations.HistoryJob directly (not through the async history executor).EntityManager responsible for the HistoryJobEntity class.HistoryJobProcessor.HistoryJobProcessorContext implementation used in the HistoryJobProcessor.ExternalWorkerJobEntity, similar to insert(ExternalWorkerJobEntity), but returns a boolean in case the insert did not go through.JobEntity, similar to insert(JobEntity), but returns a boolean in case the insert did not go through.TimerJobEntity, similar to insert(TimerJobEntity), but returns a boolean in case the insert did not go through.true if the HistoryJobProcessorContext is in the specified phase, false otherwise.true if the JobProcessorContext is in the specified phase, false otherwise.EntityManager responsible for the JobEntity class.JobProcessor.JobProcessorContext implementation used in the JobProcessor.JobQuery.JobEntity subtypes, as enum.HistoryJobHandler under the provided type and checks for
existing default and internal HistoryJobHandler instances to be of the same class.DeadLetterJobEntity to a Job, thus making it executable again.DeadLetterJobEntity to a HistoryJob, thus making it executable again (by the async history executor).ExternalWorkerJobEntity to become an async JobEntity.AbstractRuntimeJobEntity to a DeadLetterJobEntity.AbstractRuntimeJobEntity to become a SuspendedJobEntity, such that the AsyncExecutor won't pick it up anymore for execution.AbstractRuntimeJobEntity to become a TimerJobEntity.TimerJobEntity to become an async JobEntity.HistoryJobProcessorContext.JobProcessorContext.Job entities periodically for 'expired' jobs.HistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time.AsyncExecutor.AcquireAsyncJobsDueRunnable by setting the 'tenant' context before executing.AcquireTimerJobsRunnable by setting the 'tenant' context before executing.AsyncExecutor implementations used in conjunction with the MultiSchemaMultiTenantProcessEngineConfiguration.ExecutorPerTenantAsyncExecutor async executor.ExecuteAsyncRunnable by setting the 'tenant' context before executing.EntityManager responsible for TimerJobEntity instances.TransactionListener that will, typically on post-commit, trigger
the async history executor to execute the provided list of HistoryJobEntity instances.Copyright © 2021 Flowable. All rights reserved.