Page 1 of 1

How do you handle exceptions in workflow?

PostPosted:Thu Mar 28, 2013 5:40 am
by burneey
How do you handle exceptions in workflow?
Exception handling in a workflow is somewhat different from how we do in normal .NET applications. Below is the numbered snapshot of how we can handle exceptions in a workflow.

Re: How do you handle exceptions in workflow?

PostPosted:Sun Mar 31, 2013 4:32 pm
by jllort
Should be similar the typicla try {} catch clausule. Look in google for "java try catch finally"

Re: How do you handle exceptions in workflow?

PostPosted:Mon Apr 01, 2013 4:21 pm
by pavila
Also you can check the jBPM documentation about exception handling http://docs.jboss.com/jbpm/v3/userguide ... onhandling