📄️ Decisions
A decision is a method of executing rules with defined inputs and outputs, and a specific starting point.
📄️ Rules structure and diagram
Rules overview
📄️ Independent Rule sets
Independent rule sets are used when rules need to run without an entity context, so any required data must be passed in as parameters at execution time.
📄️ Using the Rule Editor in irAuthor Web
We currently support the following rule types:
📄️ Expression editor
You can use the expression editor to add an expression as a condition of a rule.
📄️ Decision tables
Add a decision table
📄️ 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.