Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: JBPM5 Exception Handling"
To view the discussion, visit:
http://community.jboss.org/message/582409#582409
--------------------------------------------------------------
Hi there.. it's a very simple mechanism. You need to implement the WorkItemHandler
interface and put your logic inside the execute() method.
Then you need to register you implementation in the workItemManager inside the session:
ksession.getWorkItemManager().registerWorkItemHandler( "MyWorkItemManager",
myImplementation );
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/582409#582409]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]