Has anyone here successfully used Enum in the guided editor in Guvnor?<br><br>I am trying to build a patter with the following pseudo condition but could not get the Enum list displayed in the drop down of the Enum:<br><br>
&quot;There is an Event with Event.type (Enum EventType) equal to EventType.someType&quot;.<br><br>Here, someType is one of the enum defined in EventType.java.<br><br>Event.java has getType() method returns EventType.<br>
<br>Everything seems working fine, exception in the drop down of EventType, there is no enum defined. It only has the standard API from Enum listed there.<br><br>Any input is appreciated.<br><br>Thanks<br><br>Sean<br>