cancel
Showing results for 
Search instead for 
Did you mean: 

Fault message in synchronous send step in BPM

Former Member
0 Kudos

Hi,

When executing a synchronous send step in BPM it is possible to handle application errors (fault messages) with an exception branch. But how do you get hold of the actual data in the Fault message(faultText, faultURL, faultDetail etc) for further processing (mapping)?

Kind regards Johan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Naveen,

You contradict yourself in your answer. You imply that it is possible, but the thread you supply say it is impossible...

I'm starting to think that it is not possible if anybody does not have any more ideas...

rgds Johan

henrique_pinto
Active Contributor
0 Kudos

You can thrown an exception if the fault message is sent back to BPM, but cannot use its data in the BPM.

Maybe (hopely) they will change that in future SPs...

Regards,

Henrique.

Former Member
0 Kudos

Hi All,

Is in any current SP level,can we use the fault message details inside the BPM alert message?

Any comments from the experts.

Regards,

Sunil.

Answers (2)

Answers (2)

henrique_pinto
Active Contributor
0 Kudos

If you want to use the fault data sent from Inbound system I'm afraid that's impossible to do within BPM.

Regards,

Henrique.

Former Member
0 Kudos

Johan,

u have to define another container element in integration process.

For that container element an Async Abstract interface has to created with falult message as the message.

Do u have the fault message defined already...

Also go through this thread.

-Naveen.