Posted: Thu Sep 23, 2010 3:08 am Post subject: Handling Exception
Centurion
Joined: 27 Mar 2007 Posts: 142
Hi guys..
my question is
Once exception occurs in a msg flow.. I don't want it(exception) to terminate the flow, i want to continue further processing..
is the task is achivable...?
can any once suggest me plz...
It is possible ... depends on the kind of exception and how you want to process it further ( I mean the design of the flow and corresponding logic ) ..
one of the way would be at places where exceptions are expected , use try catch nodes and one can suitably modify message flow design to handle different situations ..
By using transaction properties provided by some of the nodes one can design their flows to excecute completely only if no exceptions occur or take exceptions as normal and keep processing the trasactions ( Message Flows ) ...
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
MB_Naveen_Kumar wrote:
one of the way would be at places where exceptions are expected , use try catch nodes and one can suitably modify message flow design to handle different situations ..
Or wire up Failure or Catch terminals on existing nodes (if applicable) _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum