Hi
I used a timer in my user tasks in my model.
Now I want to write a unit test for that user task.
The test should be like this:
If the user who the task assigned, doesn’t complete the task in the specified time, the process moves to the next user task.
Please guide me to handle this.
Thanks in advance.
Any solution?
A timer exists in the database as a job
so you can complete it in the same way you any job. Details on how to do this can be found in this section of the docs.
2 Likes
Thanks for the guideline.
How can I set the timer?
I didn’t find it in the link.