Hi, this one should not be that complicated...
I have a workflow that send an email at the end using the Library / Mail action.
I have the binnding done .. i.e for toAddress, smtpHost, smtpPort, etc...
However there are by default the username and password, etc.. that are also correctly bind.
The problem is that I created a configuration element with all the value that I need there... and it is linked on the workflow.
When I validate the workflow... sometimes I get an "Attribute <attribute_name> configuration not set" error.
Now,.. most of the time is the password one.. so these are optional and we do not use them, so they are not set to any value in the configuration element.
To have the validation to succeed, I go in the configuration element, edit it, double click in the value field, and I do not change anything, just save and closed.
Rerun the validation on the workflow and it passes.
However the same happen again shortly after when I try to rerun the workflow.
Is there a way to avoid having these validation to fail because of empty configuration elements?
Thanks for any inputs that could help.