Are Async business rules always consistent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 07:36 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 07:40 AM
@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.