Which flow/action is getting called from BR ( SNC - Notify Flow (Approval))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 11:53 PM
Hello All,
Hope you all are doing well!!
I want to know which flow/action/any script is called by the OOB business rule (named :SNC - Notify Flow (Approval)) on table sysapproval_approver. And BR gets executed whenever state changes.
Please find the below screenshot for the reference.
Warm Regards,
Rakesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2023 07:11 AM
Hi Rakesh,
This Business Rule is calling the notifyApprovalAction method of the FlowAPI which belongs to the namespace sn_fd. Interestingly, I could not find any details about that method in the API documentation. When I did a search on Studio, I found that there are only a couple of BRs that invoke it (one of them being the one you've mentioned). My guess is that this function is no longer supported.
For your reference - FlowAPI - Scoped, Global | ServiceNow Developers
Hope that helps.