Can I use "latest" embedded form from any deployment?

Hello,

I am using camunda-bpm as a service:
camunda-bpm-platform:7.14.0
in docker/kubernetes
managing camunda with REST API

When I deploy a model together with an embedded form, i can use the embedded form in user tasks with the reference: embedded:deployment:myForm.html

However, when I activate deploy-changed-only and the enable-duplicate-filter option during the deployment, then the form is not included in the deployment - because it did not change. So far as expected. But since the form is not included in the deployment, it cannot be found with embedded:deployment.

Can I use somehow the latest available form from any deployment? like embedded:latest:myForm.html?

Regards,
Markus