How to completely exit the engine execution? #330
Answered
by
newm4n
eduard-nomi
asked this question in
Q&A
-
Is there a way to stop execution from the rule?
|
Beta Was this translation helpful? Give feedback.
Answered by
newm4n
Oct 18, 2022
Replies: 1 comment 4 replies
-
Function Complete() will stop the engine execution loop and thus stops grule. https://github.com/hyperjumptech/grule-rule-engine/blob/master/docs/en/Function_en.md#complete On this line ( grule-rule-engine/engine/GruleEngine.go Line 208 in 6cbdf38 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
eduard-nomi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Function Complete() will stop the engine execution loop and thus stops grule.
https://github.com/hyperjumptech/grule-rule-engine/blob/master/docs/en/Function_en.md#complete
On this line (
grule-rule-engine/engine/GruleEngine.go
Line 208 in 6cbdf38