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
I would like to try wongi-engine but I get some problems to set it.
I am used to ruleby where I can easily access fields in the OpenStruct objects I want to put in the facts base and do some comparison on them to trigger rules.
I want to be able to see if a node has already recorded an error , and from there trigger an action, and depending on the type of error, remove the facts.
I wonder how I can write the "has" or other matchers.
Each object has a box method so I would like to do obj1.box == obj2.box
and also some other comparisons on other fields too
Thanks
René
The text was updated successfully, but these errors were encountered:
I would like to try wongi-engine but I get some problems to set it.
I am used to ruleby where I can easily access fields in the OpenStruct objects I want to put in the facts base and do some comparison on them to trigger rules.
I want to be able to see if a node has already recorded an error , and from there trigger an action, and depending on the type of error, remove the facts.
I wonder how I can write the "has" or other matchers.
Each object has a box method so I would like to do obj1.box == obj2.box
and also some other comparisons on other fields too
Thanks
René
The text was updated successfully, but these errors were encountered: