cancel
Showing results for 
Search instead for 
Did you mean: 

to hold the value of a container in BPM

Former Member
0 Kudos

Hi,

How to access the value of the counter outside an infinite loop in the BPM, i have to use the counter calculated in the first infinite loop in the next while loop.

Let me know if any one has done this..

thankx,

Shree

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Shree,

Make the Local Variable a <b>Process Variable</b> istead of a Block Variable. This way youi will be able to access it anywhere in your BPM.

Regards,

Bhavesh

henrique_pinto
Active Contributor
0 Kudos

You mean inside the same BPM?

If that's so, you can use the local container you are using as counter wherever you want in the BPM. So, you can change the container in a step and use the same container (read its value) in any steps after that.

Regards,

Henrique.