Default Assignee for unavailable user

Hi all,

I would like to know that is there a feature in flowable that, let’s say;

when a user is responsible for a task and this user is not available (removed from ldap, took vacation etc…) or an escalation on the task occurs, the delegate user automatically used.

If there is not, how can I implement this? Is the TaskListener right place to do it?

Best,

Indeed, a task listener using the event ‘assignment’ can be used for that.