I recently joined a project which automates different processes from a company using MOSS 2007 with Workflow Foundation and InfoiPath 2007 forms. We have the following scenario: create a SharePoint task in a deployed workflow with the CreateTask activity, wait for its completion with the OnTaskChanged activity and then delete the task with the DeleteTask activity. We have to control the timeout, so we tried to use in a parallel branch a Delay activity. In SharePoint 2007, if a workflow has a delay ......