ForceCLI/force

How can I fetch inactive Flow files in Winter 19?

Closed this issue · 3 comments

force fetch -t Flow used to fetch all active and inactive flow files. In Winter 19, Salesforce stopped appending a version # to the end of the Flow filename and the fetch command only retrieves the active version of each Flow.

How can I fetch inactive Flow files in Winter 19?

I don't see anything in the release notes indicating how to retrieve versions other than the latest so you might have to use force apiversion 43.0 && force fetch -t Flow.

That does work for now.

You can append the version to the flow name, e.g.
force fetch -t Flow -n MyFlow-10 to retrieve version 10 of the Flow.