Hi,
for my scripting needs I have defined a set of Configuration Elements, which allows easy access to some common variables, like SMTP information. I have also created a new attribute "Password" of the type SecureString, which, paired with a string attribute "Username" is used to run test scripts with the VM Guest Operations Package. The problem is, when I try to bind the attribute value of "Password" to an attribute in the workflow I get a validation error "configuration was not set for this attribute". The "Username" value is also passed down to the attribute from the configuration element without problems.
Is it not possible to use a configuration element of the type SecureString in you workflows?