New Issue:
My Message class has an int field (status) and several "public static final int" values representing possibile statuses. I am trying to use the directed rules editor to create a rule when clause: There is a Message with status equal to Message.SOME_STATUS.
I don't see any way to do this. I can put in a constant value, or a free-form formula - neither is what I want. I tried to use the 'expression' editor, but all I got was an empty drop-down with the directive 'Choose.."
Where do I go from here?