I have a form that gets created by Workflow and assigned to a team. I need to have the Form process check Workflow for an updated status periodically. I've attached a Timer Catch Event to the User Task, and I've got it repeating on a set interval. At each interval it invokes a Workflow Service Task. However, the problem that I'm having is that when the timer fires, the User Task gets terminated, and then the Service Task fires. It appears to be running the Workflow just fine, but by then the User Task is gone. It's not following any of the outflows either.
Here's the diagram:
The outflows for the User Task:
The settings for the Timer Catch Event.
Am I missing something here?