Hello,
When I call the REST API, GET repository/process-definitions, with latest=true, I could get the response which is grouped by tenantId:
- key: "ProcessA", "version":2,"tenantId":"", …
- key: "ProcessA", "version":2,"tenantId":"tenant1", …
But once I re-deployed the process for tenant1, I can't get the process for non-tenantId with latest=true:
- key: "ProcessA", "version":3,"tenantId":"tenant1", …
Is this a bug or a feature?
I hope I can always get the response grouped by tenantId.
Thank you in advance.