In an Activiti process I have a simple user task with a boundary timer event defined with a time duration (e.g. 1h). Using the Activiti API, how can I restart/reset the timer? (The timer should trigger after the time duration from the time on it was restarted.)
Here is my sample process definition:
By resetting the timer, the time-out handling should be delayed.