Simply call that workflow from another workflow that uses SecureString. You can bind SecureString to String - you'll get validation warning, but not error so the workflow will run just fine. This is the approach I have taken. You can then store the password as a SecureString as a Configuration Element Attribute and map that to your custom workflow.
↧