Interface to the work management component of activiti.
This component is responsible for performing all background work ( {@link Job Jobs}) scheduled by activiti.
You should generally only have one of these per Activiti instance (process engine) in a JVM. In clustered situations, you can have multiple of these running against the same queue + pending job list.
@author Daniel Meyer @author Joram BarrezInterface to the component responsible for performing background work ( {@link Job Jobs}).
The {@link JobExecutor} is capable of dispatching to multiple process engines,ie. multiple process engines can share a single Thread Pool for performing Background Work.
In clustered situations, you can have multiple Job Executors running against the same queue + pending job list.
@author Daniel Meyer
|
|
|
|