microsoft / RulesEngine

A Json based Rules Engine with extensive Dynamic expression support
https://microsoft.github.io/RulesEngine/
MIT License
3.6k stars 543 forks source link

How to bypass rule execution and perform action execution? #550

Open subashgh234 opened 10 months ago

subashgh234 commented 10 months ago

I have executed my rule against an input in App-1 and pushed the rule and action information to App-2 for the execution of the action alone. In App-2, while I execute the action, I found two methods: ExecuteActionWorkflowAsync and ExecuteAllRulesAsync. These methods require workflow/rule information along with input parameters to execute the rule and then the action. Is there any way to skip the rule execution check and directly proceed to action execution?

abbasc52 commented 10 months ago

why are you looking for only action execution? is it only to evaluate expression?