cancel
Showing results for 
Search instead for 
Did you mean: 

Can TaskListener/ExecutionListener be added to the dynamically created task using taskService.newTask() ?

shivam_0311
Champ in-the-making
Champ in-the-making
I have created one UserTask using newTask() method of taskService interface in one of my service task.Now i want to add taskListener to this dynamically created userTask.

is it possible?if yes,then what are the ways to accomplish it?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, that's not possible. Task listeners only work on tasks created via processes currently.