Hi,
I am new to SharePoint development and I created a workflow using VS2013. I added a single task component and due date like created date plus 4 days. I set the Task outcome to be Rejected by default. Will the task outcome be set to rejected once it is overdue? I am not sure if am missing something but it didn't work.
Now the other approach would be to create another workflow on item change event and check if Task is overdue and set outcome to rejected if its overdue. However, This should be a daily monitoring process to verify if task is overdue. I am not sure how to do it.
The third approach would be to create a SSIS package for monitoring the tasks and set outcome and status. Again, I can use webservice to update list item but how to trigger the workflow?