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
Raghu NaniRaghu Nani 

How to deploy retrieve process builder using Salesforce CLI in VS Code

Hi Team,

I am facing issue, unable to retrieve the process builder using Salesforce CLI in VS Code. Please let me know, if anyone know exact steps how to retrieve.

Actually i tried before and after version 44 because some changes are released in version 44. But results in my local system..
ShirishaShirisha (Salesforce Developers) 
Hi Raghu,

Greetings!

You can create package.xml in the manifest folder in VS to retrieve the Process builder which will retrieve the metadata in defualt folder and then you can deploy the metadata by using the path.

Reference:
https://salesforcedx-vscode.netlify.app/tools/vscode/en/user-guide/development-models/

Also,you can use the below package.xml to retrieve all the flows:

<Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>*</members> <name>Flow</name> </types> <version>31.0</version> </Package>

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri