cancel
Showing results for 
Search instead for 
Did you mean: 

BPM ALERT

Former Member
0 Kudos

Hi All,

I have configured Alert in alertcatdef, checked everything in RWB , everything works fine till now. But in my BPM scenario two steps in our Integration Process: Container operation and Control step are defined.No errrors in BPM,when i executed it. When I tested with a fault message the alert should be thrown,which is not working.

I' ve gone thru all blogs and forums here but couldn't find a solution,

when i executed the program rsalerttest, iam getting an alert in RWB.But it is not working with actual BPM.

Could anyone please help me ..

Cheers,

Paul.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Paul,

Cross Check all the steps with this blog . Make sure Dynamic Text is selected in ALRTCATDEF.

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

Regards

Bhavesh

Former Member
0 Kudos

Paul,

Place all you steps in a block and select the block, right click and say exception branch and in that exception branch place your control and select the option throw alert with rest of the info.

And in rest of your steps simply give the exception name you want to raise.

You need to define the exception name intially in block defintion.

or...

Use the switch case and check some value and depending on that in one branch place the container operation and in another branch the control step with throw alert.

Hope this helps you.

Regards,

Ravi