-
New Feature Request
-
Resolution: Unresolved
-
Minor
-
3.4.0alpha1
Performance of action condition evaluation can be improved by implementing short circuit.
Expected:
In action with 3 conditions A and B and C if A is false then B and C is not evaluated.
Actual:
Currently all conditions will get evaluated.