function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
asha gadiasha gadi 

how to use Tooling API to fetch the no.of flows

We have written some processes using process builder and since there is a limit of 1000 flow interviews that can be invoked per an hour, I would like to know the current number in my org for performance scaling. Please tell me how to use tooling API to fetch the no.of process flows executed in my org per hour. I am totally new to tooling API, so looking forward to some guidance.
_Prasu__Prasu_
Hi Asha,

I dont think Tooling API will provide you limit information. Salesforce has Limits resource in RestAPI. I think the count you are looking for falls under "Hourly workflow time triggers". For more info you can check https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm

Regards,
Prasanna