Which flow/action is getting called from BR ( SNC - Notify Flow (Approval))

rockyy
Tera Contributor

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.

rockyy_0-1691736736208.png

 


Warm Regards,
Rakesh

1 REPLY 1

Arpan Baishya
Kilo Sage

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.