Hello,
i have process where one human task is created and if it is not done in 20 minutes , I have to autocomplete.
I created parallel (AND) gateway,
one flow goes to human task
second flow goes to timer that is set on 20 minutes and after it I have service task that checks if human task is not done , it autocompletes.
The Problem : if human task is manually completed, Process waits for timer to be finished, I need to terminate timer and do not wait for it to be finishied, in order to continue process.
Main question : how to terminate timer event ?