Shiju John [
https://community.jboss.org/people/shijuj] created the discussion
"Re: Continue process Instance"
To view the discussion, visit:
https://community.jboss.org/message/748192#748192
--------------------------------------------------------------
For human task serveice you should start the human task server before you register the
handler.
Folowing is the code for starting the Mina Task server.
EntityManagerFactory emfTask =
Persistence.+createEntityManagerFactory+("org.jbpm.task");
TaskService taskService = **new**
TaskService(emfTask,SystemEventListenerFactory.+getSystemEventListener+());
TaskServiceSession taskSession = taskService.createSession();
MinaTaskServer +minaTaskServer+ = **new**MinaTaskServer(taskService,9123);
Thread thread = n**ew** Thread(+minaTaskServer+ ));
thread.start();
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/748192#748192]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]