Hi,
I have used user task with custom task listener and in task listener I have added logic of sending some notifications when task is created/assigned/completed. So the problem is when claiming a task or completing a task, the task service is taking more than one second to get response back, as task event is getting fired and executing notification logic, because of this task operation is taking time I guess. When I performing operation for list of tasks, so it is taking lot of time. How to reduce this execution time, is there any other approach of firing events asynchronously.