org.jbpm.taskmgmt
Interface TaskInstanceFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultTaskInstanceFactoryImpl

public interface TaskInstanceFactory
extends java.io.Serializable

interface for creating customized task instances.


Method Summary
 TaskInstance createTaskInstance(ExecutionContext executionContext)
          create a new task instance for the given execution context.
 

Method Detail

createTaskInstance

TaskInstance createTaskInstance(ExecutionContext executionContext)
create a new task instance for the given execution context.



Version : jbpm-3.1.1