GlobalParameter expression evaluation/execution #476
Unanswered
bmasotta-lcg
asked this question in
Q&A
Replies: 2 comments
-
Also facing the same issue... is there any way to have the global parameters evaluate once and then have each rule just use the result? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@abbasc52 |
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
-
I found that GlobalParameter expressions are evaluated (executed) one time for each rule, no matter if that rule uses it or not
This can lead to problems when GlobalParameters are tied to calculations (performance problems) or to operations that can generate side effects
I need to use global parameters for parameters that are used in more than one rule
Is There a way for changing this behavior?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions