Rule Types
Nected supports the following three types of rules:
SimpleRule – A simple if/then/else statement-based rule that is easy to create.
DecisionTable – A table of conditions, results, and actions that comprise multiple scenarios.
Ruleset – A group of predefined simple rules that work together to decide and take action.
Last updated