OOB Flow/Logic Responsible for Approval Updates in RITM Activity (Work Notes)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi All,
I’m trying to understand the out-of-box (OOB) functionality in ServiceNow that adds approval-related updates to the Activity stream (Work Notes) on a Requested Item (RITM).
Specifically, when an approval is requested, approved, or rejected, entries automatically appear in the Activities section.
Which OOB Flow Designer flow, workflow, or engine is responsible for this behavior?
Are there specific business rules, script includes, or approval engine components involved in writing these updates to Work Notes?
Have added ss of RITM for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Damayanti Sarod ,
Please refer to the attached image for more details.
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Huynh Loc ,
Scenario:
- My RITM has two approvals , one is manager approval and other is group approval.
- When the first manager approval is approved, the Approval field on the RITM changes from Requested → Approved in activity of worknote.
- When the second approval is generated, the same field changes again from Approved → Requested.
- After the second group approval gets approved, it changes again from Requested → Approved.
But requirement , when first approval is approved, state should remain requested until the request is approved by group approval, I tried this from flow associated with catalog item, through ask for Approval action in flow designer but is getting overridden by some other OOB server side script.
Need to know the name of that OOB server side script/flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @Damayanti Sarod ,
We unable find the oob script to update value of approval.
It is updated by Ask for Approval action.
There is workaround to fulfill your case
Workaround
Remove the value in Approval Field on the Ask for Approval action in your flow. Emptying this field has 2 effects:
- The
Approval Fieldfield on the task will no longer be updated with the result of the Approval record. If this is required for your further process, make sure to add an Update Record action later in your flow. - The action will no longer create a record watcher for the state of approvals related to the task. For several approval actions in parallel branches, these record watchers lead to marking the other approvals as "No longer required" once the first approval has been completed. If there are no record watchers, each branch will wait for the completion of the approval in that branch, regardless of any parallel approvals.
Further detail, you can refer to this blog
https://www.servicenow.com/community/workflow-automation-articles/flow-designer-approvals-overview-w...
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I believe it comes from platform level whether your catalog item has Flow or Workflow associated to it which uses approval activity or action
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
