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

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

Open
subashgh234 opened this issue Nov 8, 2023 · 1 comment
Open

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

subashgh234 opened this issue Nov 8, 2023 · 1 comment

Comments

@subashgh234
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants