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

Demian Calcaprina do-not-reply at jboss.com
Fri Apr 26 10:23:50 EDT 2013


Demian Calcaprina [https://community.jboss.org/people/calca] created the discussion

"Re: JBPM5 Error Handling"

To view the discussion, visit: https://community.jboss.org/message/810575#810575

--------------------------------------------------------------
Well, I think there are two types of errors. 
Business errors should be handled at process level, using Error Events in should BPMN process.
Technical exception are different. If you are using persistence, and and exception is thrown by one node, it will roll it back until the last safe state, so the process will not be corrupted. You can catch the exception in the code calling the process (start proess, complete task), and make your own logging and you could also retry. In this case, it can be helpful to use a JMS layer to give orders to the process. As JMS can do the retry, the persistence, etc.

My 2 cents!

Demian
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/810575#810575]

Start a new discussion in jBPM at Community
[https://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/20130426/68d3d3ae/attachment-0001.html 


More information about the jboss-user mailing list