Hey Team ,
I’m using camunda 8 self managed docker setup , so for migrating camunda 7 to camunda 8 we are testing few api’s for POC , by using Operate API I’m able to delete a processInstance but I want to delete multiple processInstances at once and also by using Zeebe client newDeleteResourceCommand I’m able to delete a processDefinition but I want to delete multiple processDefinitions at once , any idea how to achieve this .
Thank you in advance