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 ?
-
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 ) ?
-
Is it possible to claim multiple task with single API call if you have list of task id available ?