List the different execution statements used in Drools

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the commonly used execution control statements used in Drools include:

  • Rule flow group: It is generally utilized for rules from the JBoss business project management process
  • Agenda – group: It is an optional keyword that is assigned to all the rules available in the database
  • Activation – group: It is a reserved keyword found in all Drools DRL files. Activation – the group can consist of either a single rule or multiple rules. The rules in this group are run using “if…else if...else” statements

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Drools Interview Questions

    What do you mean by “Drool”?

    Drool is a Business Rule Management System that is produced and distributed by the JBoss Community...

    Drools Interview Questions

    How is Drool different from other programming languages?

    Other programming languages work on a certain set pattern and do not offer many modifications to be applied for the coding...

    Drools Interview Questions

    List the essential components of the JBoss enterprise.

    Some of the essential components of the JBoss enterprise include:..