cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic xml messages in alerts

Former Member
0 Kudos

Hi,

I have a ccBPM where I throw an alert on an application exception.

I want to include the entire xml message in the alert and email it to assigned users. I tried doing a document-to-string conversion of the xml message and putting the string in alert message as &messagestring& but the value gets stripped after first 80 characters or so.

Does anyone have experience in having dynamic xml messages in alerts? Is there any other way of doing it?Any insights are appreciated.

Thanks and Regards,

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The way we did is, before raising the alert we sent the whole message in an email (mail adapter) to the group email id.

Sudhir /Michal can answer this best.

regards

SKM

Former Member
0 Kudos

Thanks buddy. That is one of my backup options - to use a mail adapter to send out an email. Let us see if Michal or Sudhir or any one else has better suggestions.

Answers (1)

Answers (1)

Former Member
0 Kudos

Check this weblog on dynamic messages for alerts

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

Regards

Anand

Former Member
0 Kudos

This weblog talks about using variables of simple type in the alert. But I want the entire xml message (without being truncated) in the alert.