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
mohit Srivastavamohit Srivastava 

Display the name of Workflow on visualforce page

Hello guyz,

I want to display all the workflow rules name on a single visualforce page with count (dont know on which object workflow rules get stored )
Thanks
Andy BoettcherAndy Boettcher
You'll want to start working with the Metadata API - you can get that information via that.
Keshab AcharyaKeshab Acharya
you can consume the standard web service to achieve the same. See below documentation.

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_workflow.htm
 
Andy BoettcherAndy Boettcher
Keshab - this is not the "standard web service".  It is specifically the metadata API (your link points there as well).