Mauricio Salatino [
https://community.jboss.org/people/salaboy21] created the discussion
"Re: How to return the history of user tasks in JBPM5"
To view the discussion, visit:
https://community.jboss.org/message/730646#730646
--------------------------------------------------------------
ProcessEventListener will not help because what you need is a custom listener for the
human task component not for the process engine. Are you using the Mina human task
component? JMS? local?
The "Pluggable strategies for task cleanup" will not affect that it will only
affect the runtime data, meaning that if you want to keep logs of the interactions you
should do it in different tables, so internally the component can clean up itself to not
keep information forever. The Pluggable strategies for task cleanup is something optional
that you can include with basically a ProcessEventListener.
Cheers
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/730646#730646]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]