I've previously done WF workflows hosted by SharePoint sites. We currently have to develop a pretty complex workflow for a vanilla ASP.NET application that, alas, does not run in a SharePoint context.
I've noticed that when I create a 'plain' WF workflow in VS2008, I don't have the CreateTask, onTaskChanged etc activities. I suppose this is because all the task API is provided by the extra MOSS layer.
My question is, is there any library that implements task-oriented stuff for WF or do we have to roll our own?