Hi,
when I’m deploying new process bpmn via Camunda7 API DeploymentApi.createDeployment with Tenant ID then in the DB a new version of the same process is added. When Tenant ID is null then no new version is added. The documentation is saying:
In a loop I’m providing the list of the same tenantIds to deploy each resource for each tenant. If there is only one tenantID in the list, then it’s nor creating a new version of the same process. The issue occurs when providing more then one.
Is it a bug?