We are developing a workflow in which some steps will only run if a custom option is set to True.
When creating a custom option (Administration > Application Settings > Options), you can set the Data Type to Text, Integer, Floating Point, Date+Time, or Long Text. However, Boolean is not a possible Data Type for an Option.
It would be helpful to have a Boolean as a possible Data Type for Options. This would allow for the definition of Yes/No or True/False options without needing to rely on a convention such as 1/0, Y/N, or T/F in a Text or Integer field. The option could then be used in queries inside workflows to act as an if/then condition.