cancel
Showing results for 
Search instead for 
Did you mean: 

Value of Container Variable is not reflecting inside the control step

Former Member
0 Kudos

Value of Container variable is not reflecting inside the control step

I have defined a container variable that holds the field in the input payload message.

I want to trigger an alert using control step if any error occurs and in the alert message i want to use this container variable.But its value is not reflecting inside the control step.What will be the reason for this?

Regards

Divia

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

While creating the alert catergory, make sure that Dynamic text is checked.

Regards,

Sreenivas.

former_member200962
Active Contributor
0 Kudos

Hi,

For your requirement you can proceed as follows:

1) define a container variable as string (not abstract)....say var1

2) use a container operation step in your BPM before the control step.

3) in this step assign the container variable (string) with the value that you want to send in the alert message.

4) then have your control step (Throw alert).

5) have the alert message as: The error is &var1&

6) give the name of an alert in the control step.

Use this blog for more info:

Regards,

Abhishek.

Edited by: abhishek salvi on Dec 8, 2008 9:59 AM

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Look this thread might help u.