Skip to content

Instantly share code, notes, and snippets.

@douglascayers
Created April 25, 2016 03:14
Show Gist options
  • Save douglascayers/05d4d6ce616b112a5fc9178cc7890768 to your computer and use it in GitHub Desktop.
Save douglascayers/05d4d6ce616b112a5fc9178cc7890768 to your computer and use it in GitHub Desktop.
Retrieves all Flows and Flow Definitions (aka Process Builders)
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>Flow</name>
</types>
<types>
<members>*</members>
<name>FlowDefinition</name>
</types>
<version>36.0</version>
</Package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment