-
Notifications
You must be signed in to change notification settings - Fork 509
-
It looks from the type definitions as though facts and conditions both accept a priority field. In the context of a rule, priority seems to determine the order in which events will be emitted. What does it do on a fact or a condition?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Priority determines the order on which the conditions are assessed - the higher the number, the higher the priority:
Priority 1 = event will get triggered second
Priority 2 = event will get triggered first
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment