Closed pklosNxs closed 9 months ago
@pklosNxs - yes, this is a bug we're aware of where we were hard-coded to v53 of the API. This has been fixed in our upcoming GA release (Dec). Sorry for the trouble.
@kfidelak94 Great! Thank you for the update. I'm looking forward to the upcoming release
@kfidelak94 which API-Version do you use then (in the dec release), the latest or the used one in the sfdx-project.json?
@Schuchie If a version is specified in the sfdx-project.json, that will take precedence. Otherwise it will use the latest API version.
@kfidelak94 perfect!
@kfidelak94 There is any workaround meanwhile?
Describe the bug Flows that are pulled via DevOps Center do not have an XML element "regionContainerType". Therefore, they cannot be deployed when pulled through the DevOps Center into a project running on >=API V55. Probably DevOps Center is using Metadata API V54 to pull the changes because that element was introduced in V55.
To Reproduce Steps to reproduce the behavior:
Expected behavior It is expected that metadata will be pulled in the api version that is currently running on production and thus can also be used for further deployments against production
Screenshots Line 33 - Line 53