tom sebastian [
https://community.jboss.org/people/tomsebastian] created the discussion
"Re: Processinstance not continue after restarting application."
To view the discussion, visit:
https://community.jboss.org/message/794248#794248
--------------------------------------------------------------
Hi,
Did u mean the task completed listener as below?
TaskEventKey key = new TaskEventKey(TaskCompletedEvent.class, -1);
TaskCompletedHandler eventResponseHandler = new
TaskCompletedHandler(manager, client);
client.registerForEvent(key, false, eventResponseHandler);
I called this code while starting the application, still it wont continue. But in my code
for every startup of application we create a new StatefulKnowledgeSession and new task
client. Is this a problem?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/794248#794248]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]