Skip to content
New issue

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

Is it possible to get the RulesEngine instance in the custom Action? #564

Open
daxnet opened this issue Dec 12, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@daxnet
Copy link

daxnet commented Dec 12, 2023

Currently, in the custom Actions, within the Run method, there is no way of getting the instance of the RulesEngine, ActionContext also doesn't supply a property/method of referencing the RulesEngine instance.
Is it possible to do that?

@abbasc52
Copy link
Contributor

abbasc52 commented Jan 3, 2024

@daxnet Currently it is not possible to pass same RulesEngine instance to a custom action but it is possible to pass a different instance.

Can you share your requirement? it will help us identify the need to access RulesEngine instance in an action.

@abbasc52 abbasc52 added the enhancement New feature or request label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants