Hello,
I've the following questions:
1) In a system with multiple users: Is there a standard possibilty in WWF to assign workitems/activities to a person (static and dynamic) and distribute the task to the person Or do I allways have to implement code to assign the workitem to a person and to distribute it Is there some kind of standard worklist
What do I have to do, if not in standard available, to implement these tasks
2) Is there any kind of status of workitems, that tells me, if a workitem has been processed correctly and the next can be scheduled. I know the Execution Status (Initialized, Executing, Closed, etc.), but could I use these for these tasks
thanks a lot, kindly regards

user assignment and activity state
Mikaelm
Hello,
1°read this : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286491&SiteID=1
2° You can create your Custom TaskActivity linked to a Custom table in your DB, but CreateTaskActivity is an Out of the Box feature of Windows Sharepoint Services v3 or MOSS 2007;
You can create a task, associate it with a user or a group of user (and use your custom authentication system if you want).
WSS and MOSS 2007 are great shells on top of WF...
(and you can use these products as black boxes, they will manage the db for you).
Serge
JDWCLG
So, is it correct, that there is no standard functionality to inform a person, that he has to do a task I've to implement some kind of message service or something like this
thanks, matti
Marie-Thérèse
as far as I know, it's correct.
Serge