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
David Herrero 5David Herrero 5 

Deploy a flow with migration tool

I am trying to deploy a flow with ant migration tool but I am not ablo to do.
 
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
	<fullName>MyPackage</fullName>

	
	<types>
		<members>BE_Addendum_Creation_2017-17</members>
		<name>Flow</name>
	</types>
	<version>38.0</version>
</Package>

This is the package.xml (I try to deploy  version 17)
and the error :
[sf:retrieve] Waiting for server to finish processing the request...
[sf:retrieve] Request Status: Pending
[sf:retrieve] Request Status: Succeeded
[sf:retrieve] Retrieve warnings (1):
[sf:retrieve] package.xml - Entity of type 'Flow' named 'BE_Addendum_Creation_2017-17' cannot be found
[sf:retrieve] Finished request 09S7E000000aeKSUAY successfully.

BUILD SUCCESSFUL
Total time: 12 seconds

 
karthikeyan perumalkarthikeyan perumal
Hello david,

its Known Issues · In Review from salesforce side.  kindly go through below link

https://success.salesforce.com/issues_view?id=a1p300000008ZBfAAM

kinldy vote for this issue to fix this in next upcomming release. 

hope this maks clear.

Mark it Best ANSWER if its clear. 

Thanks
karthik
 
Kalyan G.Kalyan G.
@David, Could you make it work?