Replies: 1 comment
|
Priority determines the order on which the conditions are assessed - the higher the number, the higher the priority: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It looks from the type definitions as though facts and conditions both accept a
priorityfield. 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?All reactions