UserTask Timeout event

Hello,
I am trying to test a process in which I updated the dueDate property of a UserTask byt this API

The dueDate is getting updated but the timeout task Listener is not getting trigger.!
Can any one help me in how shld i trigger the timeout Task listener ?

Hi @shoebsayyed118
Kindly find a simple working example in which updating the due date value of the timer (timeout) is done through an event sub-process
timeout_example.bpmn (5.6 KB)

The screenshot below shows the REST API call to start a new instance

The screenshot below shows the original due date

The screenshot below shows the REST API call to update the due date value

The screenshot below shows the due date value updated

1 Like

Hello @hassang
thanks for replaying I am now able to update the message but the timeout event on task Listener in userTask that is not executing. Can you help me in that ?

The given example has a user task with a script task listener configured to be triggered on timeout event.
(simple print statement is used)

The duedate can be updated through message correlation.

Please have a look at all the details in the example and try to do the same in your model.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.