We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taking inspiration from the comment on r/golang:
https://www.reddit.com/r/golang/comments/6nyqlg/a_failed_attempt_at_creating_a_rules_engine_dsl/dkf7pft/?utm_content=permalink&utm_medium=front&utm_source=reddit&utm_name=golang
try this xml format:
<or> <eq> <types:Person field="Designation"/> <R:Get>currRole</R:Get> </eq> <ge> <types:Person field="Perfscore"/> <R:Get>promoteScore</R:Get> </ge> <result:Put> <promoteEmployee> <R:Get>promotedRole</R:Get> <types:Person field="ID"/> </promoteEmployee> </result:Put> </or>
The text was updated successfully, but these errors were encountered:
adnaan
No branches or pull requests
Taking inspiration from the comment on r/golang:
https://www.reddit.com/r/golang/comments/6nyqlg/a_failed_attempt_at_creating_a_rules_engine_dsl/dkf7pft/?utm_content=permalink&utm_medium=front&utm_source=reddit&utm_name=golang
try this xml format:
The text was updated successfully, but these errors were encountered: