how to terminate timer event

1
0
-1

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 ?

Comments

Submitted by Dibyajit.Roy on Sun, 07/16/2023 - 08:30

Hello
Put the Interrupting Timer on the Human Task Itself , . Drag the Timer and place it on the Human Task.
Set the value as 20 mins. From the timer draw an arrow to the Service task.

If the Human task is not done in 20 mins, automatically the timer would follow the path to service tasks and close the Path.
Else if Human does the Task, timer is never triggered.

No answers yet.
Notifications