Rule Builder > Ruleflows > Working With the Ruleflow Task Property Sheet > Adding an Agenda Filter to a Task |
Adding an Agenda Filter to a Task |
PREVIOUS NEXT |
You can create an agenda filter on a task. To add an agenda filter you must add the filter to the advancedProperties
field as follows:
advancedProperties
field and enter the following agendafilter
code in the value field.
agendafilter = filter( ?theRule ){
return ?theRule.getRule().getProperties().getBoolean("activation",true);
};
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |