I have a requirement where in I want to execute a custom piece of code when a User Task is created. This custom code will make a call back to the mother application from where the workflow was initiated.
In my case, I need this custom code to be executed for all the User tasks and don't want to rely on the inclusion of task listeners in the template definition.
So, I am looking for:
# Is there a way to enhance/customize the engine side Task or task service to achieve the same effect OR # Is it possible to invoke the task listener for all user task without relying on the template definition