Hello,
my process currently sends a generic notification mail to the assignee user (through a mail activity) before entering in the corresponding user task.
2 problems:
Is it possible to send a link in the mail to the user task (that is not created yet)?
Is it possible to directly land on this task in the flowable-task app?
One way to implement this could be using a task listener that fires on the ‘after committed’ event (as you need to make sure to have the correct id of the task)