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
Shekhar S 18Shekhar S 18 

how to convert workflow rule to process builder

I have existing worflow rules.My requirement is to convert existing Workflow rule to process builder.What are the steps to achieve this
 
VinayVinay (Salesforce Developers) 
Hi Shekhar,

There is no direct method to convert workflow to process builder.  You would need to build them from scratch and consider as new requirement.

Before you start building kindly review below references for process builder considerations and limitations.

https://help.salesforce.com/articleView?id=sf.process_considerations.htm&type=5
https://subhashrdssv.wixsite.com/salesforce-solutions/single-post/2016-1-12-limitations-and-considerations-for-process-builder
https://www.salesforceben.com/workflow-rules-vs-process-builder-feat-apex/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Shekhar S 18Shekhar S 18
Can we invoke process from(workflow)to activate (Process Builder) ?
 
VinayVinay (Salesforce Developers) 
Unfortunately, the answer is no we cannot invoke workflow to process builder.

Thanks,