• Antonio Jefcoat
  • NEWBIE
  • 25 Points
  • Member since 2020

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi
I upated an existing process builer process ( e.g ABC process)  in sandbox . Then I exported it in VS code and it has following details
Directory = Flows
Process builder name: ABC.flow-meta.xml
File type = XML
extension = XML.

I created a new project  and cloned a repositiory in VS code .I  found this exiting ABC process  had following file details.

Directory = unpackagedSrc\Flows
Process builder name: ABC.flow
File type = flow
extension = flow


Question: 1) I need to export my updated prcess builder process in VS code with flow file type and extention. Kindly suggest what SFDX command or steps I need to follow to get it.

2) will this process builder export override the existing cloned ABC Process builder process?

3) how can I update this existing cloned ABC Process builder process with my updated sanbox ABC process builder. Kindly provide your inputs and SFDX commands required for it.

4) I am not sure why file  ABC process extension are different in above when exported from sandbox and repository.


 
Hi
I upated an existing process builer process ( e.g ABC process)  in sandbox . Then I exported it in VS code and it has following details
Directory = Flows
Process builder name: ABC.flow-meta.xml
File type = XML
extension = XML.

I created a new project  and cloned a repositiory in VS code .I  found this exiting ABC process  had following file details.

Directory = unpackagedSrc\Flows
Process builder name: ABC.flow
File type = flow
extension = flow


Question: 1) I need to export my updated prcess builder process in VS code with flow file type and extention. Kindly suggest what SFDX command or steps I need to follow to get it.

2) will this process builder export override the existing cloned ABC Process builder process?

3) how can I update this existing cloned ABC Process builder process with my updated sanbox ABC process builder. Kindly provide your inputs and SFDX commands required for it.

4) I am not sure why file  ABC process extension are different in above when exported from sandbox and repository.