cancel
Showing results for 
Search instead for 
Did you mean: 

multiple exception branches in a single block?

Former Member
0 Kudos

whats the use of making multiple exception branches in a single block inside BPM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

We can have multiple exception handlers in BPM, say for example , if you have nested blocks and the respective exceptions can be maitined , similarly , for a block also we can have multiple exceptions , may one is for alert processing and another is for deadline handling or sonthing related to system error ,, similar kind of handling , we can have each exception handler name in each send step..

Regards

Chilla

Former Member
0 Kudos

hi all, thanks but pls clarify

if i have a block , i can define one exception(in the blocks attributes), and then how can i select multiple exceptions for each of my exception branches...

case: suppose block1 has exception as myError,

it has two exception branches, if i select myError for one branch, i cant select anything for the second exception branch....(the drop down list doesnt show anything)

null