global variables in workflows

Is it a good practice to use global variables in workflows..if not ..why not?
[84 byte] By [yash@IDMa] at [2007-11-27 4:26:47]
# 1

I think you'll get dramatically different answers to this question depending on who you ask. You'll need to examine how you are using attributes and what expectations you have around attribute propagation to determine how appropriate globals are.

When our IdM implementation was first rolled out by a consulting group, they used globals very sparingly. We have since retooled most of the workflows to use globals and seen dramatical simplication of form management and addition of new resources. It is important that you distinguish variables in a resource that you might not want affected by globals with unique names.

punka at 2007-7-12 9:35:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hi,As per my experiance we use global with any variable that value we want to access in reource adapter.ThanxShant
Shanta at 2007-7-12 9:35:21 > top of Java-index,Web & Directory Servers,Directory Servers...