Multiple BR with same order and priorty - order of execution?

Nisar3
Giga Guru

If I've 2 BRs:

 

BR Foo (order 100, Priority 100, insert = true)

BR Bar (order 100, Priority 100, insert = true)

 

Will system always follow the same order of execution (if yes, how is execution order determined)? or will it be random since order and priorty is same for both.

1 ACCEPTED SOLUTION

nowitsvashu
Tera Guru

if two Business Rules (BRs) have the same order and priority, the system does not guarantee a consistent execution order between them.

If my response was helpful, please consider marking it as "Accept as Solution" and "Helpful." This will support both the community and myself. Thank you!

View solution in original post

1 REPLY 1

nowitsvashu
Tera Guru

if two Business Rules (BRs) have the same order and priority, the system does not guarantee a consistent execution order between them.

If my response was helpful, please consider marking it as "Accept as Solution" and "Helpful." This will support both the community and myself. Thank you!