The process is running, a user completes his task and I have to send an email and task completion date is a part of this email.
I can reach this data through TaskEvent.
It's strange but it's not present in the database yet.
I see only ADDED event (we're starting and completing tasks as a one steps at this moment).
Looks like ProcessEventListeners work in an async way.
Any ideas?