How to start timer when user clicks on "Do It" button

Hi All,

Step 1. I have created a human task.
Step 2. I have added a non-interrupting timer on it.
Step 3. Now when the workflow comes to that human task the time is activated and does the purpos

But I have a situation where in I want to start the time on that task when user takes that task or clicks on “Do it” button.
So is it possible to do this ?

Thanks in advance
Akhilesh

Hello,

What is your use case ? What is your goal with this time information ?

IMO, as the different tasks need to be done in certain order, I would use a looped call activity. In the children process, I will have the task with a non interrupting boundary timer event redirecting to a service task sending a reminder email.

The usage of the non interrupting boundary event is prefered, as it would also send an email even if the tech never connect.