So I'm trying to create a system which notifies someone about a document every 30 days. After 90 days, this document will have a Keyword field called "Status" which will be filled in with "Expired". If for some reason someone doesn't complete the task in the workflow then I want the workflow to be terminated after 90 days and the document to be rendered "Expired"
Any ideas on how to do this? I was going to use a Condition but the main problem where to place it in the workflow since Task only has one output (only one decision) and anywhere else would cause problems.