cancel
Showing results for 
Search instead for 
Did you mean: 

return message for timeout in BPM

Former Member
0 Kudos

Hey

I have a synchronous scenario using BPM. My question is: If the web service I'm calling is down and I receive a timeout, can I then create a return message from BPM to the sender system that can take attributes from the original message that did not reach it's target? I have read that I can do this in case of an error, but I read someone saying this is not possible when we have a timeout...

Thanks!

regards Ole

Edited by: Ole on Sep 23, 2008 1:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

u can take input parameter into container operation and send dynamic alert to the user, alert can contain dynamic input field.

to implement dynamic alert use this blog:

Former Member
0 Kudos

hi

check the reply given by Udo Martens in this thread

regards

kummari

Former Member
0 Kudos

Hey

Thanks for that. It still does not answer what I need to know. I know that I can send a response back, but can I do that also with a timeout AND can I also add a parameter to the return message that I retrieve from the request?

regards Ole