I have a synchornous (request,response and fault) send step in BPM. If the target system sends fault I raise an exception in BPM. In the exception branch I have a seperate mapping(transformation step) to send an alert email to target audience.
The question is how do I pass the fault message field content to this transformation step. Can that be done using parametrized mapping? or any other way?