I tried to use the function in a BRL editor in Guvnor.
In the consequence part how do I correctly call the function?
when I enter it as
yn( $status) in the text box for that field in the BRL editor, it takes it
as a string and thus tries to read the whole as a string. when I click on
view source for the BRL rule, it shows it as
fact0.setField1( "yn( $status)" );
instead of
fact0.setField1( yn( $status) );
How do I correctly specify the function in the BRL text editor for the field
value ?
--
View this message in context:
http://drools.46999.n3.nabble.com/setting-different-value-in-consequence-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.