edsdev [
https://community.jboss.org/people/edsdev] created the discussion
"Re: how to handle human task events"
To view the discussion, visit:
https://community.jboss.org/message/762236#762236
--------------------------------------------------------------
Try the code below. please note that there are other events you can use.
ksession.addEventListener(new DefaultProcessEventListener() {
@Override
public void afterProcessCompleted(ProcessCompletedEvent pce) {
//Do my work here
}
});
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/762236#762236]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]