Rule Types

Nected supports the following three types of rules:

  1. SimpleRule – A simple if/then/else statement-based rule that is easy to create.

  2. DecisionTable – A table of conditions, results, and actions that comprise multiple scenarios.

  3. Ruleset – A group of predefined simple rules that work together to decide and take action.

Last updated