I have a workflow that processes documents. If the document sits is a particular folder for 14 days, an email is sent to the user. The process should continue to the next activity, but for some reason it is cancelling the next activity instead.
When the deadline branch is not required, the file moves perfectly.
If an email is sent, the "Wait for Permit Status to Change" is cancelled. This is not a random event. It seems to be happening every time the deadline branch is used.
I did try using the Wait activity in the individual branches, but the same thing kept happening.
Any thought on why this would be happening? Does the wait Activity time out at some point?