Can we update tenantId of an existing deployment? It isn’t associated earlier, but we want to now.
The deployment has running instances.
If not possible, what is the alternative?
Can we update tenantId of an existing deployment? It isn’t associated earlier, but we want to now.
The deployment has running instances.
If not possible, what is the alternative?
we can update the tenant id of existing deployed process instance. you need to override TenantIdProvider and add additional configuration.
Here is the reference link:
is it possible via Camunda REST endpoints ?
Question is more of can we make a shared deployment a tenant specific one using camunda rest endpoints?
I don’t see a tenantId param in Redeploy Deployment | docs.camunda.org