Task Due Date Passed

Hello,
I am using camunda api to assing tasks to users.I have a task with a due date and i want the task to be assigned automatically when the due date passes.
I want to ask how can this be achieved and how the process engine handles a task with a due date that is passed.Does he changes the assingne or anything?

Thank you

Hi @abdallah,

the process engine does nothing when the task’s due date is passed (no execution semantics). But you can create a process which does the reassignment. For example:

https://cawemo.com/shares/a0c138a7-c662-4e4b-8e3f-9f785dfcce3c

Does this help you?

Best regards,
Philipp

1 Like