Hello guys,I wanted to ask if there is any way in appian to execute a process if no action was taken after a certain period of time.My scenario is very simple. I do have a process model that updates the task status to completed through a script task, save the changes with write records and sends an email notification afterwards.What I am trying to achieve is changing the status to completed if no action/button click is taken in lets say a couple of days.
Discussion posts and replies are publicly visible
This is what exceptions in user input tasks are made for.
https://docs.appian.com/suite/help/25.3/Process_Node_and_Smart_Service_Properties.html#exceptions-tab
For this scenario to work it would need the user to click on the button action that triggers the process model, which is not what I want. And as it is explained on the link that you provided you cannot setup exceptions on events.