Are Async business rules always consistent

Kumar38
Kilo Sage

I have a simple Async Business rule with filter Changes to and value IS. It tries to update a value on different table. When I run filter on table that was defined in conditions , I see the existing results from last few years are in consistent

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Kumar38  Async business rules are queued and executed by the system scheduler. If the system crashes, is restarted, or if there are significant issues in the instance, the async business rules may not be executed.

 

Async business rules may not run immediately after the triggering action. They are placed in a queue and run when the system resources allow. The order in which they execute relative to other async business rules is not guaranteed.