Hi!
I have a simple process with timer, user task and script task

By some time, if user didn't signal the user task, timer executes and the script task runs. Script task just notify user that it haven't done its task by the time.
So my question is, if it is any way to update the timer if its already executed, script ran and state updated? For example I want to give user more time to do its job.
Hi!

I have a simple process with timer, user task and script task
By some time, if user didn't signal the user task, timer executes and the script task runs. Script task just notify user that it haven't done its task by the time.
So my question is, if it is any way to update the timer if its already executed, script ran and state updated? For example I want to give user more time to do its job.