...
Code Block |
---|
|
if (color.value === 'red') {
color.value = 'blue';
} |
No execution error will be logged in server log files (see rule debugging ). The rule will simply not be executed.The rule will simply not be executed and you will find these errors in the frevvo.log file.
Code Block |
---|
21:41:42.812 |-INFO [RuleProcessor] - [set color blue] rule dependency 'color.value' because the same control property is also being assigned: 'color.value = 'blue';'
21:41:42.812 |-WARN [RuleProcessor] - [set color blue] This rule will never be triggered in this form because no valid dependencies were found! |