JBoss Community

Re: To use or not to use MinaTaskService

created by gigazhang in jBPM - View the full discussion

TaskService service = new TaskService(jbpmTaskEntityManagerFactoryJbpmTask, null);

 

The constructor of TaskService like: TaskService(EntityManagerFactory emf,SystemEventListener systemEventListener)

how i to set the SystemEventListener?

 

TaskServiceSession session = new TaskServiceSession(service, jbpmTaskEntityManagerFactoryJbpmTask.createEntityManager());

LocalTaskService taskService = new LocalTaskService(session);

Reply to this message by going to Community

Start a new discussion in jBPM at Community