Business Rule VS Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 06:18 AM
Hello team, I have a situation where I'm using a Business Rule and a Flow Designer that both run on the same table (sc_task). two are designed to set the assignment group based on a specific condition. However, I've observed that the Business Rule seems to override the Flow Designer, causing conflicts.
What is the best way to resolve this issue and ensure that the assignment group is set correctly without conflicts between the two.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 06:28 AM
why to use BR and flow both to handle same thing?
Either use only BR or only flow
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
‎10-23-2023 06:29 AM
check this link on docs
Execution order of scripts and engines
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
‎10-23-2023 06:38 AM
@yoli1 I recommend you to either use a BR or a flow for setting the assignment group. As there would always be a race condition between both of them and they would override each other's value depending on the order they execute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 06:53 AM - edited ‎10-23-2023 06:54 AM
@Sandeep Rajput @Ankur Bawiskar @fererroroshen The BR sets the assignment group to one group if it was empty. However, the Flow Designer is attached to a catalog item that sets the assignment group to another group if it's empty. Both actions are based on the same condition, but they result in different assignments.