refresh
The
refresh keyword requests a refresh
of the agenda.
Purpose
This keyword is used in the modify or update statement
to request a refresh of the agenda after an update.
Context
Functions or rule actions
Syntax
modify [refresh] object {statement1 ... statementn};
update [refresh] object;
Description
If you specify the refresh keyword,
the rules that remain true or become true after the modification of
the object are reinserted into the agenda. If you do not specify the refresh keyword,
only the rules that become true as a result of the modification are
inserted into the agenda.
Note: In the decision engine you must add the
com.ibm.rules.engine.repeatable property.