Hi
I have a correlation in the BPM which is failing because of wrong messages coming into BPM. Can i setup an exception to bypass the error message and send the error message to target and incase of correct correlation, send the actual message to the target ? Currently I am trying to setup this scenario using a deadline branch in combination with exception branch. So in the block i will have the actual correct branch, deadline branch and the exception branch. In the deadline branch i am trying to throw the exception and the exception i am trying to capture in the exception branch and send the error message to the target. Will this work?