Skip to Content
0
Former Member
Nov 30, 2009 at 02:35 PM

Exception handling of Transport acknowledgement in asynchronous send in BPM

26 Views

HI,

A silly question, but your help would be greatly appreciated..

- I have a asynch send step in a BPM for sending data to the target system through RFC

- It has acknoweledgement property of this send step is set to transport acknowledgement

- The exception property of this send step is set to throw a 'RFCException'

- This send step is inside a block

- This block also has an Exception branch which catches this 'RFCException'

- now my RFC channel failed for some known reason, but the flow never went into the Exception branch

IS this behaviour of the 'transport acknowledgement' property of an asynch send step in BPM expected ?

What should I take care so that if my RFC receiver channel throws an exception, the flow of my BPM goes to the exception branch ??