Replies: 1 comment
-
RulesEngine is thread safe. It is intended to be used anywhere including API where thread safety is a must. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General question really. As in the title I just want to know if RulesEngine.ExecuteAllRulesAsync is thread safe?
So can I initialise one instance of the rules engine with all my workflows with all my rules in them and then safely execute the rules against one particular workflow without worrying about any other potential executions against other workflows?
Beta Was this translation helpful? Give feedback.
All reactions