cancel
Showing results for 
Search instead for 
Did you mean: 

BPM exceptionhandling

Former Member
0 Kudos

hi experts,

i want to use one exception to handle all my transformation steps and another exception to handle all my send step,

so i was wondering whether in the BPM is it possible to define 2 exception handler in one single block?,or we have give a block inside another block to define these 2 exceptions?

Please advice

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, you can define as many exception handlers in one block as you like as long as each handles a different exception. That means in your case say you've got MappingException and TransportException. Both exceptions could be thrown by multiple steps, however the exception handler for all steps throwing mapping exception would be the same and the exception handler for all steps throwing transport exception would be the same.

If you would like to have a different exception handler for each mappingException, you would need different blocks.

Best regards

Christine

Answers (0)