Timer Event - Max time to execute

Hello,
I would like to make sure that a process task must be executed by the user in a maximum time (80 sec for test). After this time i would assign a task to a new user.
Is it possible to do it with a timer event?

Thanks in advance

Yes. You can have a outgoing sequence flow from timer event and map it to the target as user task.

Hello thanks for your answer, but there is something that doesn’t work fine.
If I check the process con Cockpit

I would have expected the task to have been assigned to the target user, but I don’t see the task assigned to the user target ( operatore hr) or the placeholder on the related task.
Is there anything else to check?

Can you provide the BPMN. I will check it.

of course inserimento_assegnazione_v3.bpmn (25.7 KB)

Thanks
O.

@oronzo_lezzi there is no outgoing sequence is from Timer Boundary event. The outgoing sequence was from the usertask richiesta approvata which is connected to Visualizza richiesta approvata / revocata

From this timer event WaitForRevoc which user task are you trying to call?

Configure like this:

image

1 Like

Hy @aravindhrs maybe I understand, Thanks :slight_smile:

Here is your modified bpmn. you can compare both bpmn files at timer event for the differences what you have missed it.

inserimento_assegnazione_v3.bpmn (27.0 KB)

1 Like