For general rule help see Rule Engine Introduction
The rule engine supports two types of comments.
Line comments start with // and run to the end of the line.
Block comments look like /* this */ and may be multi-line.
Notes:
- Comments are parsed and removed from the rule before any other parsing is performed
- Block comments may be used anywhere in a rule, including inside interpolated strings
- Identity Panel has a number of rule inputs that are single-line. A line comment may only be used in such a value if it's at the end of the rule.
Comments
0 comments
Please sign in to leave a comment.