I have a vRO workflow that has an input field of type SecureString. In the vRO Presentation section, I set a default value for this field (set via an Action normally but the same issue happens if I just hard-code it). This works fine when the workflow is run in vRO. The field is shown with **** values that I can either overwrite or leave alone and the value will be passed to the workflow.
If I create an XaaS Blueprint in vRA that points to this workflow, when I request the corresponding catalog item, the input form does not have a default value for the field.
This works fine for input fields of other types - default values appear on the form as expected. It just doesn't work for SecureStrings as far as I can tell.
Is this just not supported or am I doing something wrong?
Thanks