-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.11.1
I was using /process-instance/delete rest api and in the response it returns new field called createUserId which is not documented in the below rest api response.
POST /process-instance/delete : Deletes multiple process instances asynchronously (batch).
{ "id": "aBatchId", "type": "aBatchType", "totalJobs": 10, "batchJobsPerSeed": 100, "jobsCreated": 10, "invocationsPerBatchJob": 1, "seedJobDefinitionId": "aSeedJobDefinitionId", "monitorJobDefinitionId": "aMonitorJobDefinitionId", "batchJobDefinitionId": "aBatchJobDefinitionId", "suspened": false, "tenantId": "aTenantId" }