0 Replies Latest reply on Apr 18, 2018 10:49 AM by quitereality

    How to get task completed date in the currently running process?

    quitereality

      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?