I'm not able to use custom type as a parameter when executing rules #537
Unanswered
Lusine Torosyan (lustoro)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I've created facts with some custom type in (my example each fact have the Employee type) and created rules for it. then I'm using those facts to pass as a RuleParameter for executing rules and get mached rules, but after execution I'm not getting any mached rules. Here you can check the example - RulesEngine custom type example when I'm converting my facts to ExpandoObject , I'm getting rule execution result properly. I want to now is it possible to pass object of custom type as a rule parameter or I should always convert it to ExpandoObject ?
Best Regards,
Lusine
All reactions