Newer Version Available
ProcessFlowMigration
Parent Type
This
type extends the Metadata metadata type and inherits its
fullName field.
Version
ProcessFlowMigration components are available in API version 58.0 and later.
Special Access Rules
Fields
| Field Name | Description |
|---|---|
| destinationFlowDefinition |
|
| destinationFlowVersion |
|
| developerName |
|
| masterLabel |
|
| migratedCriteriaLabel |
|
| migratedCriteriaName |
|
| processVersion |
|
Declarative Metadata Sample Definition
The following is an example of a ProcessFlowMigration component.
1<?xml version="1.0" encoding="UTF-8"?>
2<ProcessFlowMigration xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <destinationFlowDefinition>Migration_1</destinationFlowDefinition>
4 <destinationFlowVersion>Migration_1-1</destinationFlowVersion>
5 <developerName>Migration</developerName>
6 <masterLabel>Migration_1</masterLabel>
7 <migratedCriteriaLabel>myCriteria_1</migratedCriteriaLabel>
8 <migratedCriteriaName>myDecision</migratedCriteriaName>
9 <processVersion>Migration-1</processVersion>
10</ProcessFlowMigration>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>ProcessFlowMigration</name>
6 </types>
7 <types>
8 <members>*</members>
9 <name>Flow</name>
10 </types>
11 <version>58.0</version>
12</Package>Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.