What is difference between synchronous and asynchronous Business Rules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
What is difference between synchronous and asynchronous Business Rules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi
In Business rule
Synchronous - runs immediately when record changes.
Asynchronous - runs in background (better for heavy logic).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
Hi @kishorchika ,
Synchronous business rules execute immediately and halt user action until they complete, providing instant feedback crucial for validation, while asynchronous business rules run in the background, releasing the user to continue their task without delay and are better for non-critical, time-consuming processes like sending emails. The key difference is blocking behavior: synchronous rules block the user, and asynchronous rules don't.
Check here:-
Check this youtube video:-
youtu.be/ILMemKPPRf0?si=M5aRYtl-OyHIfZ3X
Regards,
Nikhil Bajaj
ServiceNow Rising Star-2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
You can easily get answer to your question by doing a google search.
It will save a lot of time and effort.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Synchronous - Executes immediately and waits for the operation to complete before processing next steps
Asynchronous - Run in the background and proceed with next steps. This will be useful when you want to process resource extensive actions and do not want to wait for an action to complete
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan