Class LocalTaskServiceFactory
- java.lang.Object
-
- org.jbpm.runtime.manager.impl.factory.LocalTaskServiceFactory
-
- All Implemented Interfaces:
org.kie.internal.runtime.manager.TaskServiceFactory
public class LocalTaskServiceFactory extends Object implements org.kie.internal.runtime.manager.TaskServiceFactory
A regularTaskServiceFactory
implementation that is intended to be used in non CDI environments. This creates a newTaskService
instance for every call to the factory. TheTaskService
instance will be equipped with aJbpmJTATransactionManager
for transaction management. This is mandatory as it must participate in already active transaction if such exists.
-
-
Constructor Summary
Constructors Constructor Description LocalTaskServiceFactory(org.kie.api.runtime.manager.RuntimeEnvironment runtimeEnvironment)
-