[jboss-user] [jBPM] - Re: JBPM5 Exception Handling

Mauricio Salatino do-not-reply at jboss.com
Fri Jan 21 12:25:33 EST 2011


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110121/5833e56c/attachment.html 


More information about the jboss-user mailing list