benedwards44 / packagebuilder

Django + Heroku application for building a package.xml of your Salesforce Org
https://packagebuilder.herokuapp.com
MIT License
103 stars 81 forks source link

Incorrect Retrieval of flow/flowDefinition #6

Open u0420273 opened 6 years ago

u0420273 commented 6 years ago

The implementation lists a "suffixless" version of a flow in the manifest, which wouldn't match a respective instance of the flow in an Org, or retrieve its metadata file. To fix this, a matching flowDefinition should be retrieved first, and parsed to determine a correct version number, which should then be appended to a stem of the "suffixless" file name.

sfdcale commented 5 years ago

@u0420273,

I ran into this issue several times. I am working on submitting a fix for this.

sfdcale commented 5 years ago

12 will correct this problem.

@u0420273 , @benedwards44