Defining Monitoring Logic Using Decision Tables - Gnorion/BizVR GitHub Wiki

Defining Monitoring Logic Using Decision Tables

  • Monitor tables are executed immediately any time a monitored object is created, modified or deleted
  • A table can monitor multiple attributes
  • Syntax: monitor(name1,name2…)

Example: Rule authors are free to add any rules to set discount to anything they want, but the monitor table will limit the value. In this case by imposing a cap.

__image