Molnar Tibor

blog

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 10 Stories | 59 Comments | 2 Trackbacks

News

Archives

Post Categories

Image Galleries

October 2007 Entries

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 ......