Scheduling Task removal after a time

Hi,

Is there any way to model tasks that have to be removed o move forward when they are older than a period ?
It seems “Due date” it is a field that has not action related with them, maybe a TimerJob, or something like this, checking if there are tasks that need to be removed.

Thanks,

Add a timer boundary event to the user task. When the time configured there passes, the task will be automatically completed (do make sure the async executor is enabled).

1 Like