- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 06:44 AM
Which one execute first:
> Before update Business Rule
>Wait for condition activity in workflow
What I found in web is "wait for condition" activity will evaluate every time when current record is updated. I think workflow activity will be evaluated after update is done in database(After Before Update BR executed).
I have scenario implemented in prod in which after "wait for condition" activity it set assignment group to "P". And One Business rule (type: Before Update) which also set the assignment group to "L".
And final result in assignment group is "L". Can someone Help me understand on this?
I also used field watcher on Assignment group field, found below logs.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 07:01 AM
Hi,
This should be helpful here
Execution order of scripts and engines | ServiceNow Docs
The Before BR would run first!!
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 07:01 AM
Hi,
This should be helpful here
Execution order of scripts and engines | ServiceNow Docs
The Before BR would run first!!
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2022 10:26 PM
Thanks Anurag