Need suggestion of Workflow implementation
-
Tuesday, July 31, 2012 3:32 AM
Hi,
I am beginner in WF implementation.before implementing WF I need to sure something Like -
I can easily draw 3 steps(initiate --->Approve--->Authorize) workflow(state machine WF) but in every step I want to define user.currently it moves step by step within the same user.so can you please give me idea,is there any feature of ASP.NET WF to configure dynamic user set in every step?
or
please suggest me which WF system I can use to overcome my problem.
or
should I initiate different table to maintain my 3 steps user list?
thanks
rahman
- Changed Type syfur_ewu Thursday, August 02, 2012 7:54 AM
All Replies
-
Monday, August 06, 2012 3:02 AMModerator
Hi,
WF system doesn't have a built-in membership provider, you can refer to the following application sample to see how to control the user set in steps:
Hiring Process
http://msdn.microsoft.com/en-us/library/ee622985
Leo Tang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

