Hi, i have to develop a workflow in vs2005 and sharepoint 2007.
The workflow must runs forever and the workflow must pause for a minutes and the do a code activity...
I tried to develop a sequential wf, with a while (with true as condition so the wf runs forever) and inside the while a delay activity.
The problem is that in every loop the timer takes more time to pause!
I think this is happening because of the way that the wf runtime executes the task, and the while true is giving problems,,
Anybody has a suggestion on this? How i can develop this workflow?
Thanks