Hi everyone.
I’m facing a strange problem.
I have a Process with several deployments, let’s say 10. I’m able to see all in Camunda Cockpit.
However, when I use the API to list them all, I get less than I have.
I’m using this API:
<camunda_host>/engine-rest/deployment/?name=<aKey>&sortBy=deploymentTime&sortOrder=desc&includeDeploymentsWithoutTenantId=true
Do I’m missing something?
Thanks in advanced!
@dscheinin have you deployed any of the processdefinitions with tenantid? If yes, then remove from queryparam and check.
@aravindhrs No, I didn’t.
BTW, all the deployments were done using Modeler
All the deployments are having same deployment name? you can verify it in Cockpit >>> Deployments
That’s the problem!
I’m using the Process Key instead of the Deployment Name. And all the deployments that I’m not finding has different names.
Thanks a lot, @aravindhrs!