Camunda 8 Tasklist Bulk Search and Bulk Claim

Hi - We are using Headless implementation and are using Tasklist API to manage user Tasks handling ( Search/Assign/Complete ) . I have 2 questions

There is requirement where user can claim multipel task on UI at once .
step 1 : Get task id from camunda for all process instances using processinstance key from UI input
Step 2: Claim the task in camunda using task id return in Step 2

Above steps works fine for single claim …but is it possible to do this in single api for bulk claim ?

  1. Is it possible to search taskid from camunda for list of processinstance key in single API call ? ( Comma seperated processinstance key as input may be ) ?

  2. Is it possible to claim multiple task with single API call if you have list of task id available ?

Hi Hemanth,

Did you get the solution for this ?. I also have similar requirement .

Thanks,
Saleem

Hi @hemantjoshi03 and @Shaik.Saleem - currently, the Tasklist APIs only work with single requests, not bulk requests. It sounds like you have a valid use case for supporting bulk actions; I will take this feedback to the product team!

1 Like