When using a Boolean variable in a SharePoint 2010 Designer Workflow is Yes/No suppose to synonymous with true/false?
My workflow uses the "Set Variable" action to set my boolean and then later tests to see if it is Yes or No. However, the designer only shows yes/no options so I am not sure if this is setting it to true false properly.
I am confused because when testing the variable only yes/no options are again available and the test always allows me code to execute even when the variable is false. I know the value is false on account of the "log to history" action which outputs the value of the variable.
Thanks