| Class | Description | 
|---|---|
| CdiProcessApplicationElResolver | 
 Exposes the CdiResolver in a multiple-applications, shared process engine context. 
 | 
| ManagedJobExecutor | 
JobExecutor implementation that utilises an application server's
 managed thread pool to acquire and execute jobs. | 
| NamedProcessEngineServicesProducer | 
 This bean provides producers for the process engine services such
 that the injection point can choose the process engine it wants to
 inject by its name: 
 | 
| ProcessEngineExtension | |
| ProcessEngineServicesProducer | 
 Makes the managed process engine and the provided services available for injection 
 | 
| ProcessVariableLocalMap | 
 Allows to expose the local process variables of the current business process as a
 java.util.Map 
BusinessProcess.setVariableLocal(String, Object) and
 BusinessProcess.getVariableLocal(String), so that they are not flushed
 prematurely. | 
| ProcessVariableMap | 
 Allows to expose the process variables of the current business process as a
 java.util.Map 
BusinessProcess.setVariable(String, Object) and
 BusinessProcess.getVariable(String), so that they are not flushed
 prematurely. | 
Copyright © 2021. All rights reserved.