Execution listener at process level

Hi All,

I have to capture event every time a task is created and completed within the process. I can see task listeners for user tasks but I also have a receive task within the process and I dont see a task listener for the same. So is there a way to capture the events using execution listeners at process level. I can see only start and end events which I assume is for the process and not the tasks.

Hi @syedkp
Task listeners are only for user tasks, you can use start and end execution listener for other tasks like receive task

Thanks @mrdavoodi64. yeah I understand that task listeners are not available for receive tasks but I am not able to see execution listeners at process level for each task. I think that would be workaround.