You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Currently, one has to write code in Go for authoring rule conditions
Expected behavior:
What is the motivation / use case for changing the behavior?
For ease of use, it would be nice to support an expression syntax for conditions. For example,
rule.AddCondition ("$customer.name == Bob")
Additional information you deem important (e.g. I need this tomorrow):
The text was updated successfully, but these errors were encountered:
Current behavior:
Currently, one has to write code in Go for authoring rule conditions
Expected behavior:
What is the motivation / use case for changing the behavior?
For ease of use, it would be nice to support an expression syntax for conditions. For example,
rule.AddCondition ("$customer.name == Bob")
Additional information you deem important (e.g. I need this tomorrow):
The text was updated successfully, but these errors were encountered: