Decision Object's Boolean Input column

Hi,

I have created a decision object with 3 inputs and 1 output columns.

in those 3 inputs i used one column type as Boolean, when I tested this from the decision designer window its working fine

but when i Called it from any Rule or interface, the Boolean input column is not working.

I am calling decision from expression rule as below..

 

Please let me know what will be the root cause for this?

rule!SDB_determineInsurancePremium(Age:27,State:"New Jersey",IsMarried:true())

  Discussion posts and replies are publicly visible