Unless Constraints
Define conditions that prevent rule execution as exceptions or safety interlocks.

Unless Constraints define conditions that prevent a rule from executing. Even if the when conditions are met, the rule will not execute if any unless constraints are active. Use this to create exception cases, safety interlocks, or conditional logic that blocks rule execution during specific states.
This post is licensed under CC BY 4.0 by the author.