📄️ Rules structure and diagram
Rules overview
📄️ Decisions
A decision is a method of executing rules with defined inputs and outputs, and a specific starting point.
📄️ Independent Rule sets
Independent rule sets have been deprecated in irAuthor Web as we recommend using Decisions over Independent rule sets. However, Independent rule sets created on a rule application in irAuthor Desktop will be visible and editable in irAuthor Web.
📄️ Using the Rule Editor in irAuthor Web
We currently support the following rule types:
📄️ Decision tables
Add a decision table
📄️ Expression editor
You can use the expression editor to add an expression as a condition of a rule.
📄️ User defined functions (UDFs)
InRule provides users with a way to create helper functions inline in a rule application.
📄️ Vocabulary templates
Vocabulary allows rule-writing experts to define reusable linguistic templates called vocabulary templates. These templates standardize how rules can be written in natural language.
📄️ Actions
Actions are the tasks the engine executes if the conditions of a rule evaluate to TRUE. Rules can also contain only actions if required.