Camunda Forms and Tenants

When I deploy a Camunda form with an ID (key; form reference) to several tenants, I cannot specify a “latest” binding when referencing it in BPMN. I get the following error message when the form is to be displayed:

{"type":"ProcessEngineException","message":"ENGINE-03109 Cannot resolve a unique Camunda Form definition for key 'Form_Dish' because it exists for multiple tenants.","code":0}

Can it be that the Camunda Forms are not tenant capable?

When you implemented the form for multiple tenants, did you remove the “latest binding” specification?

Because when the latest binding is added on the form, an error similar to this may occur… because Camunda will try to use the latest version whenever the form is displayed in a task, and thus it will not know which form definition to use. to be used.

I hope this helps.

Regards.
William Robert Alves

Yes, I know it works if you change the “latest” binding to “deployment”. However, it is unclear why “latest” should not be resolved within a tenant.