in Questions about multi-tenancy - #3 by nathan.loding it states that “the task ID is unique across tenants”.
It also says “Future REST endpoints will have tenant options, but as the task ID is unique, these endpoints didn’t have a specific tenant ID parameter.”
Question: does this mean that the existing endpoints for task handling will be extended or is the statement only relevant for other future REST endpoints?
Second question in case the existing endpoints won’t be changed: could at the information about the uniqueness of task ids across tenant to Multi-tenancy | Camunda 8 Docs ?
Hi @christian.huelsmeier, welcome to the forums! The gRPC endpoints already have a tenant ID parameter where needed (seen here), so there’s no changes to the gRPC endpoints coming. There is a lot of work being done on the REST API, and you will continue to see changes to that over the next few releases:
I agree that we have some places we can clarify the uniqueness of the task ID in our documentation. I’ll raise a ticket with the docs team!