[jboss-dev-forums] [jBPM Development] - Re: how to handle human task events
edsdev
do-not-reply at jboss.com
Fri Sep 28 11:23:15 EDT 2012
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&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120928/c1d45f9a/attachment.html
More information about the jboss-dev-forums
mailing list