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 regularTaskServiceFactoryimplementation that is intended to be used in non CDI environments. This creates a newTaskServiceinstance for every call to the factory. TheTaskServiceinstance will be equipped with aJbpmJTATransactionManagerfor 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)
-