Skip to Content
0
Former Member
May 04, 2010 at 01:02 PM

BPM not entering exception branch

57 Views

Hi,

In BPM I have a timeout problem. I am calling asynchronously a JDBC receiver inside my BPM. This step is in a block. And I put there an exception and an exception branch. Now when my jdbc failes (in RWB I see the error) my bpm still continues without entering exception branch. After that I set the Acknowledgment in the sender step of the JDBC to Transport. This time it starts to wait and again doesn't enters the exception branch.

How can I get that the process enters the exception branch?

Thanks.